Hover and active classes only for desktop
This commit is contained in:
@@ -403,6 +403,7 @@ button {
|
|||||||
|
|
||||||
&:focus input,
|
&:focus input,
|
||||||
&:active input {
|
&:active input {
|
||||||
|
@include desktop {
|
||||||
&#greenCheckbox ~ .border .checkmark {
|
&#greenCheckbox ~ .border .checkmark {
|
||||||
background-color: $dark-green;
|
background-color: $dark-green;
|
||||||
}
|
}
|
||||||
@@ -419,6 +420,7 @@ button {
|
|||||||
background-color: $dark-blue;
|
background-color: $dark-blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mobile {
|
@include mobile {
|
||||||
|
|||||||
Reference in New Issue
Block a user