mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-29 02:55:38 +00:00
12 lines
No EOL
300 B
Text
12 lines
No EOL
300 B
Text
@import "Bootstrap/variables";
|
|
@import "Bootstrap/mixins";
|
|
|
|
.toggle {
|
|
.slide-button {
|
|
.buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
|
|
}
|
|
|
|
input:first-of-type:checked ~ .slide-button {
|
|
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
|
|
}
|
|
} |