mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-01 04:25:55 +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);
|
|
}
|
|
} |