You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
781 B
SCSS

.submenu-theme-dark,
.submenu-theme-light {
width: auto;
height: 100%;
background-color: #29384d;
}
.submenu-theme-light {
background-color: white;
}
/* classic
------------------------------*/
.classic-top-dark {
background-color: #29384d !important;
.navbar {
background-color: transparent !important;
.navbar-right {
.icon {
color: #e6e6e6 !important;
&:hover {
background: rgba(0, 0, 0, 0.1) !important;
}
}
.el-dropdown {
color: #e6e6e6 !important;
}
}
}
}
.classic-top-dark {
.navbar {
border-bottom: none !important;
.navbar-left {
.logo {
border-bottom: 1px solid #394655 !important;
}
}
}
}
.classic-top-light {
background-color: #ffffff;
}