You are here

pcp.theme.css in Profile Complete Percent 8

Same filename and directory in other branches
  1. 7 css/pcp.theme.css
.pcp-percent-bar-wrapper {
  width: 100%;
  border: 1px solid #000;
  padding: 1px;
}
.pcp-percent-bar {
  height: 10px;
  background-color: #777;
}

File

css/pcp.theme.css
View source
  1. .pcp-percent-bar-wrapper {
  2. width: 100%;
  3. border: 1px solid #000;
  4. padding: 1px;
  5. }
  6. .pcp-percent-bar {
  7. height: 10px;
  8. background-color: #777;
  9. }