Fix: for scss/plugin

This commit is contained in:
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 {
background-color: lighten($dark, 10%);
background-image: none;

View file

@ -174,7 +174,7 @@ $bootstrap-switch-handle-border-radius: .1rem;
}
}
.dark-mode {
@include dark-mode () {
.bootstrap-switch {
border-color: $gray-600;

View file

@ -40,7 +40,7 @@
}
}
.dark-mode {
@include dark-mode () {
[class*="icheck-"] > input:first-child:not(:checked) {
+ input[type="hidden"] + label::before,
+ label::before {

View file

@ -39,7 +39,7 @@
}
.dark-mode {
@include dark-mode () {
.irs--flat .irs-line {
background-color: lighten($dark, 10%);
}

View file

@ -273,7 +273,7 @@ select.form-control-sm ~ {
@include select2-variant($name, $color);
}
.dark-mode {
@include dark-mode () {
.select2-selection {
background-color: $dark;
border-color: $gray-600;

View file

@ -38,7 +38,7 @@
}
}
.dark-mode {
@include dark-mode () {
.swal2-popup {
background-color: $dark;
color: $gray-200;