/* * Skin: Yellow * ------------ */ .skin-yellow-light { //Navbar .main-header { .navbar { @include navbar-variant(theme-color("warning"), #fff); .sidebar-toggle { color: #fff; &:hover { background-color: darken(theme-color("warning"), 5%); } } @media (max-width: $screen-header-collapse) { .dropdown-menu { li { &.divider { background-color: rgba(255, 255, 255, 0.1); } a { color: #fff; &:hover { background: darken(theme-color("warning"), 5%); } } } } } } //Logo .logo { @include logo-variant(theme-color("warning")); } li.user-header { background-color: theme-color("warning"); } } //Create the sidebar skin @include skin-light-sidebar(theme-color("warning")); }