Fallback meter

This commit is contained in:
Andrew Croce
2018-09-17 15:07:14 -04:00
parent 1715ac99b9
commit 9dd710ff94
2 changed files with 9 additions and 1 deletions

View File

@@ -15,4 +15,10 @@ meter {
&::-moz-meter-bar {
background: $color-primary;
}
.meter__fallback {
display: inline-block;
background: $color-primary;
height: 100%;
}
}