move checkbox settings to schemes
This commit is contained in:
parent
1b273e25b5
commit
8c65c0ccf9
|
@ -82,6 +82,11 @@ input[type=range] {
|
||||||
color: $font_color_darker;
|
color: $font_color_darker;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.radio label::before,
|
||||||
|
.checkbox label::before {
|
||||||
|
background-color: $background_color;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs>li.active>a,
|
.nav-tabs>li.active>a,
|
||||||
.nav-tabs>li.active>a:focus,
|
.nav-tabs>li.active>a:focus,
|
||||||
.nav-tabs>li.active>a:hover,
|
.nav-tabs>li.active>a:hover,
|
||||||
|
|
|
@ -83,6 +83,11 @@ input[type=range] {
|
||||||
color: $font_color_darker;
|
color: $font_color_darker;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.radio label::before,
|
||||||
|
.checkbox label::before {
|
||||||
|
background-color: $background_color;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-tabs>li.active>a,
|
.nav-tabs>li.active>a,
|
||||||
.nav-tabs>li.active>a:focus,
|
.nav-tabs>li.active>a:focus,
|
||||||
.nav-tabs>li.active>a:hover,
|
.nav-tabs>li.active>a:hover,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user