File "_admin-theme.scss"

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

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

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

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

$theme-dark-colors: ("dark", "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();
    }
}