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

48 lines
916 B

@import "base";
@primary: #d76d3f !important;
@color: white;
@menu-color: #484848;
@menu-background: #ffffff !important;
@menu-color-hover: #484848;
@menu-background-hover: #fff;
@menu-title-color: #484848;
@menu-title-background-color: #fff;
@menu-title-color-hover: #666;
@menu-title-background-color-hover: #f2f3f7;
@navbar-color: #FFF;
@navbar-background: orange;
.menu {
.el-menu-item {
color: @menu-color !important;
}
.el-menu-item:hover {
background-color: #e8e8e8 !important;
}
}
.navbar .el-button:focus, .navbar .el-button:hover {
color: rgba(#FFF, 0.8) !important;
}
.logo-wrap {
color: @navbar-color;
background-image: linear-gradient(to right bottom, #e8962e, #df6838) !important;
background-color: transparent !important;
}
.navbar {
background-color: transparent !important;
background-image: linear-gradient(to right bottom, #da8342, #e45131) !important;
}