Fix: for scss/plugin

pull/3595/head
Daniel 2021-04-15 18:42:26 +05:30
parent 4fcf5cec21
commit fecc46fd48
6 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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%);
} }

View File

@ -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;

View File

@ -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;