micro css color refactor

This commit is contained in:
gabrielburnworth 2018-05-14 20:44:01 -07:00
parent 496c3f0858
commit 92e820ee8f

View file

@ -681,7 +681,7 @@ ul {
}
.sensor-reading-display {
&.moisture-sensor {
background: linear-gradient(to right, unquote('#a4c2f400') 20%, unquote('#a4c2f4ff') 80%, unquote('#a4c2f400') 85%);
background: linear-gradient(to right, rgba($blue, 0) 20%, $blue 80%, rgba($blue, 0) 85%);
}
border-style: solid;
border-color: $dark_gray;