mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-25 19:20:47 +08:00
46 lines
906 B
Plaintext
46 lines
906 B
Plaintext
@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;
|
|
}
|