mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-26 03:31:45 +08:00
31 lines
640 B
Plaintext
31 lines
640 B
Plaintext
@import "base";
|
|
|
|
@primary: #02c0ce !important;
|
|
@color: white;
|
|
|
|
@menu-color: #586b7d!important;
|
|
@menu-background: #e0e0e0 !important;
|
|
|
|
@menu-color-hover: #213a53;
|
|
@menu-background-hover: #e0e0e0;
|
|
|
|
@menu-title-color: #586b7d;
|
|
@menu-title-background-color: #ededed;
|
|
|
|
@menu-title-color-hover: #586b7d;
|
|
@menu-title-background-color-hover: #ededed;
|
|
|
|
|
|
@navbar-color: #FFF;
|
|
@navbar-background: #02c0ce;
|
|
.logo-wrap{
|
|
color: @navbar-color!important;
|
|
background-color: @navbar-background;
|
|
}
|
|
.menu .el-menu .is-active{
|
|
color: @menu-color-hover!important;
|
|
}
|
|
|
|
.navbar .el-button:focus, .navbar .el-button:hover {
|
|
color: rgba(#FFF,0.6)!important;
|
|
} |