File "_admin-theme.scss"

Full Path: /home/humancap/cl.humancap.com.my/admin/assets/sass/themes/flatly/_admin-theme.scss
File size: 648 bytes
MIME-type: text/plain
Charset: utf-8

// Admin custom colors
// @import "theme-colors";

$navbar-dark-active-color: darken($light, 30);

// Admin color palette
@import "../../admin-core/admin-color-palette";

$theme-light-colors: ("light");

$theme-dark-colors: ("dark", "secondary", "primary", "success", "info", "warning", "danger");

$light-selector: prefix-list-elements($theme-light-colors, "&.bg-");
$dark-selector: prefix-list-elements($theme-dark-colors, "&.bg-");

.navbar {
    #{$light-selector} {
        @include deprecate("`.navbar-light`", "v5.2.0", "v6.0.0", true);
    }
    #{$dark-selector} {
        @include navbar-dark();
    }
}

// Misc