2019-04-10 22:59:25 +08:00
|
|
|
@import '/imports/ui/stylesheets/mixins/_indicators';
|
2020-09-02 02:46:13 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/placeholders";
|
2019-04-10 22:59:25 +08:00
|
|
|
|
|
|
|
.switch {
|
|
|
|
&:hover {
|
2020-09-02 02:46:13 +08:00
|
|
|
@extend %highContrastOutline;
|
2019-04-10 22:59:25 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&:focus,
|
|
|
|
&:focus-within {
|
2020-09-02 02:46:13 +08:00
|
|
|
@extend %highContrastOutline;
|
2019-04-10 22:59:25 +08:00
|
|
|
outline-style: solid;
|
|
|
|
}
|
|
|
|
}
|
2019-10-05 05:45:09 +08:00
|
|
|
|
|
|
|
.invertBackground {
|
|
|
|
background-color: #008081 !important;
|
|
|
|
&.checked {
|
|
|
|
background-color: #DF2721 !important;
|
|
|
|
}
|
|
|
|
}
|