mirror of https://github.com/certd/certd
28 lines
532 B
Plaintext
28 lines
532 B
Plaintext
.ant-layout{
|
|
background-color: @colorPrimaryBg;
|
|
}
|
|
.ant-layout-header {
|
|
background-color: @colorPrimaryBg
|
|
}
|
|
.ant-layout-sider {
|
|
background-color:@colorPrimaryBg
|
|
}
|
|
.ant-menu{
|
|
background-color: @colorPrimaryBg;
|
|
&.ant-menu-submenu-popup{
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.aside-menu{
|
|
.ant-menu-submenu > .ant-menu{
|
|
background-color:@colorPrimaryBg
|
|
}
|
|
|
|
.ant-menu-item-active{
|
|
background-color: @bg-menu-item-color;
|
|
}
|
|
.ant-menu-item-selected{
|
|
background-color: @bg-menu-item-color !important;
|
|
}
|
|
}
|