atst/styles/elements/_graphs.scss

19 lines
365 B
SCSS

meter {
-moz-appearance: none;
display: block;
background: $color-gray-lightest;
&::-webkit-meter-bar {
background: $color-gray-lightest;
}
&::-webkit-meter-optimum-value,
&::-webkit-meter-suboptimum-value,
&::-webkit-meter-even-less-good-value {
background: $color-primary;
}
&::-moz-meter-bar {
background: $color-primary;
}
}