mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore:
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@import "./theme/index.less";
|
||||
@import "./theme/default.less";
|
||||
//@import "./theme/index.less";
|
||||
//@import "./theme/default.less";
|
||||
@import "./scroll.less";
|
||||
@import "./transition.less";
|
||||
@import "./fix-windicss.less";
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
@bg-menu-item-color:hsla (0,0%,100%,.5);
|
||||
@colorPrimaryBg: #ebf1f6;
|
||||
@primary-color: #1890ff;
|
||||
Reference in New Issue
Block a user