mirror of
https://github.com/hequan2017/seal.git
synced 2026-04-25 19:20:47 +08:00
20 lines
417 B
Plaintext
20 lines
417 B
Plaintext
@import "base";
|
|
|
|
@primary: #409eff !important;
|
|
@color: white;
|
|
|
|
@menu-color: #606266 !important;
|
|
@menu-background: #ebf1f5 !important;
|
|
|
|
@menu-color-hover: #696969;
|
|
@menu-background-hover: hsla(0,0%,100%,.5);
|
|
|
|
@menu-title-color: #606266;
|
|
@menu-title-background-color: #ebf1f5;
|
|
|
|
@menu-title-color-hover: #666;
|
|
@menu-title-background-color-hover: hsla(0,0%,100%,.5);
|
|
|
|
|
|
@navbar-color: #606266;
|
|
@navbar-background: #ebf1f5; |