mirror of https://github.com/ColorlibHQ/AdminLTE
Fix: for scss/plugin
parent
4fcf5cec21
commit
fecc46fd48
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode {
|
@include dark-mode () {
|
||||||
.slider-track {
|
.slider-track {
|
||||||
background-color: lighten($dark, 10%);
|
background-color: lighten($dark, 10%);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
|
@ -174,7 +174,7 @@ $bootstrap-switch-handle-border-radius: .1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode {
|
@include dark-mode () {
|
||||||
.bootstrap-switch {
|
.bootstrap-switch {
|
||||||
border-color: $gray-600;
|
border-color: $gray-600;
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode {
|
@include dark-mode () {
|
||||||
[class*="icheck-"] > input:first-child:not(:checked) {
|
[class*="icheck-"] > input:first-child:not(:checked) {
|
||||||
+ input[type="hidden"] + label::before,
|
+ input[type="hidden"] + label::before,
|
||||||
+ label::before {
|
+ label::before {
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.dark-mode {
|
@include dark-mode () {
|
||||||
.irs--flat .irs-line {
|
.irs--flat .irs-line {
|
||||||
background-color: lighten($dark, 10%);
|
background-color: lighten($dark, 10%);
|
||||||
}
|
}
|
||||||
|
|
|
@ -273,7 +273,7 @@ select.form-control-sm ~ {
|
||||||
@include select2-variant($name, $color);
|
@include select2-variant($name, $color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode {
|
@include dark-mode () {
|
||||||
.select2-selection {
|
.select2-selection {
|
||||||
background-color: $dark;
|
background-color: $dark;
|
||||||
border-color: $gray-600;
|
border-color: $gray-600;
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-mode {
|
@include dark-mode () {
|
||||||
.swal2-popup {
|
.swal2-popup {
|
||||||
background-color: $dark;
|
background-color: $dark;
|
||||||
color: $gray-200;
|
color: $gray-200;
|
||||||
|
|
Loading…
Reference in New Issue