mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
build: trident-sync prepare
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
.ant-layout{
|
||||
background-color: @bg-color;
|
||||
}
|
||||
.ant-layout-header {
|
||||
background-color: @bg-color
|
||||
}
|
||||
.ant-layout-sider {
|
||||
background-color:@bg-color
|
||||
}
|
||||
.ant-menu{
|
||||
background-color: @bg-color;
|
||||
&.ant-menu-submenu-popup{
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
.aside-menu{
|
||||
.ant-menu-submenu > .ant-menu{
|
||||
background-color:@bg-color
|
||||
}
|
||||
|
||||
.ant-menu-item-active{
|
||||
background-color: @bg-menu-item-color;
|
||||
}
|
||||
.ant-menu-item-selected{
|
||||
background-color: @bg-menu-item-color !important;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
@primary-color: #1890ff;
|
||||
// theme
|
||||
@bg-color: #ebf1f6;
|
||||
@bg-menu-item-color:hsla(0,0%,100%,.5);
|
||||
Reference in New Issue
Block a user