|
|
|
@ -8,6 +8,51 @@ $enable-dark-mode: true;
|
|
|
|
|
@import "../adminlte";
|
|
|
|
|
// stylelint-disable no-invalid-position-at-import-rule
|
|
|
|
|
@include color-scheme-alt(alternative-color-scheme($default-color-scheme)) {
|
|
|
|
|
/*
|
|
|
|
|
* ---------- Dark Mode ------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
// Layout & components
|
|
|
|
|
@import "bootstrap/root";
|
|
|
|
|
@import "bootstrap/reboot";
|
|
|
|
|
@import "bootstrap/type";
|
|
|
|
|
@import "bootstrap/images";
|
|
|
|
|
// no colors in containers
|
|
|
|
|
// no colors in grid
|
|
|
|
|
@import "bootstrap/tables";
|
|
|
|
|
@import "bootstrap/forms";
|
|
|
|
|
@import "bootstrap/buttons";
|
|
|
|
|
// no colors in transitions
|
|
|
|
|
@import "bootstrap/dropdown";
|
|
|
|
|
@import "bootstrap/button-group";
|
|
|
|
|
@import "bootstrap/nav";
|
|
|
|
|
@import "bootstrap/navbar";
|
|
|
|
|
@import "bootstrap/card";
|
|
|
|
|
@import "bootstrap/accordion";
|
|
|
|
|
@import "bootstrap/breadcrumb";
|
|
|
|
|
@import "bootstrap/pagination";
|
|
|
|
|
@import "bootstrap/badge";
|
|
|
|
|
@import "bootstrap/alert";
|
|
|
|
|
@import "bootstrap/progress";
|
|
|
|
|
@import "bootstrap/list-group";
|
|
|
|
|
@import "bootstrap/close";
|
|
|
|
|
@import "bootstrap/toasts";
|
|
|
|
|
@import "bootstrap/modal";
|
|
|
|
|
@import "bootstrap/tooltip";
|
|
|
|
|
@import "bootstrap/popover";
|
|
|
|
|
@import "bootstrap/carousel";
|
|
|
|
|
// no colors in spinners
|
|
|
|
|
@import "bootstrap/offcanvas";
|
|
|
|
|
|
|
|
|
|
// Helpers
|
|
|
|
|
@import "bootstrap/helpers";
|
|
|
|
|
|
|
|
|
|
// Utilities
|
|
|
|
|
@import "bootstrap/utilities/api";
|
|
|
|
|
|
|
|
|
|
// Unique to dark-mode
|
|
|
|
|
@import "bootstrap/dark";
|
|
|
|
|
|
|
|
|
|
@import "parts/core";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|