Make the progress bar color lighter
This commit is contained in:
parent
fde931eaf4
commit
bdf7af010c
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ h6 {
|
||||||
|
|
||||||
.progress {
|
.progress {
|
||||||
border-radius: $radius-large;
|
border-radius: $radius-large;
|
||||||
|
|
||||||
|
&::-moz-progress-bar, &::-webkit-progress-value {
|
||||||
|
background: $grey-500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-no-border {
|
.has-no-border {
|
||||||
|
|
Loading…
Reference in a new issue