bg and shadow color changed to variable colors

This commit is contained in:
Phreshhh 2019-02-01 18:12:38 +01:00
parent 923133c489
commit f9001e741b

View file

@ -147,7 +147,7 @@ select {
width: 0;
&:checked + .paper-switch-slider {
background-color: #d0dbc2;
background-color: $success-light;
}
&:checked + .paper-switch-slider::before {
@ -155,7 +155,7 @@ select {
}
&:focus + .paper-switch-slider {
box-shadow: 0 0 1px #2196f3;
box-shadow: 0 0 3px $secondary;
}
}