mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-27 10:17:47 +00:00
Fixed font on switches
This commit is contained in:
parent
2651cd63a8
commit
e2ead542c6
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
.toggle {
|
.toggle {
|
||||||
height: 34px;
|
height: 34px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
font-weight: normal;
|
||||||
|
|
||||||
.slide-button {
|
.slide-button {
|
||||||
.button-variant(@btn-danger-color, @btn-danger-bg, @btn-danger-border);
|
.button-variant(@btn-danger-color, @btn-danger-bg, @btn-danger-border);
|
||||||
|
|
Loading…
Reference in a new issue