Adjusts progress bar color

This commit is contained in:
Jennifer Siegfried 2016-08-04 07:50:12 -06:00
parent 330126d672
commit b3be05f457

View File

@ -7,11 +7,11 @@
} }
.progress-bar { .progress-bar {
background-color: $primary-color; // background-color: $primary-color;
background-color: #39bd9a;
color:white; color:white;
text-align: right; text-align: right;
line-height: 8vw; line-height: 8vw;
// padding: 0 5px;
font-weight: 900; font-weight: 900;
min-width: 50px; min-width: 50px;
position: relative; position: relative;