mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
|
@import "Bootstrap/variables";
|
||
|
@import "Bootstrap/mixins";
|
||
|
|
||
|
.toggle {
|
||
|
.slide-button {
|
||
|
.buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
|
||
|
}
|
||
|
|
||
|
input:first-of-type:checked ~ .slide-button {
|
||
|
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
|
||
|
}
|
||
|
}
|