|
@@ -7,19 +7,24 @@
|
|
position: relative;
|
|
position: relative;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
- background: #333744;
|
|
|
|
|
|
+ background: #f9fafc;
|
|
|
|
+ color: #444358 !important;
|
|
:global {
|
|
:global {
|
|
.drawer .drawer-content {
|
|
.drawer .drawer-content {
|
|
- background: #001529;
|
|
|
|
|
|
+ background: #f9fafc;
|
|
|
|
+ color: #000 !important;
|
|
}
|
|
}
|
|
.ant-menu-dark {
|
|
.ant-menu-dark {
|
|
- background: #4a5064;
|
|
|
|
|
|
+ background: #f9fafc;
|
|
|
|
+ color: #000 !important;
|
|
}
|
|
}
|
|
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
|
|
- background: #333743;
|
|
|
|
|
|
+ background: #f4f5f5;
|
|
|
|
+ color: #777 !important;
|
|
}
|
|
}
|
|
.ant-menu.ant-menu-dark .ant-menu-item-selected {
|
|
.ant-menu.ant-menu-dark .ant-menu-item-selected {
|
|
- background-color: #00c1de !important;
|
|
|
|
|
|
+ background-color: #f4f5f5 !important;
|
|
|
|
+ color: #000 !important;
|
|
}
|
|
}
|
|
.ant-menu-inline .ant-menu-item {
|
|
.ant-menu-inline .ant-menu-item {
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -28,7 +33,7 @@
|
|
.ant-menu-inline-collapsed .ant-menu-item {
|
|
.ant-menu-inline-collapsed .ant-menu-item {
|
|
padding: 0 16px !important;
|
|
padding: 0 16px !important;
|
|
span {
|
|
span {
|
|
- opacity: 0;
|
|
|
|
|
|
+ opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -38,14 +43,16 @@
|
|
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
padding: 0 16px !important;
|
|
padding: 0 16px !important;
|
|
.realbull + span {
|
|
.realbull + span {
|
|
- opacity: 0;
|
|
|
|
|
|
+ opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
|
|
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
|
|
- background-color: #00c1de !important;
|
|
|
|
|
|
+ background-color: #f4f4f5 !important;
|
|
|
|
+ color: #000 !important;
|
|
}
|
|
}
|
|
.ant-menu-dark .ant-menu-sub {
|
|
.ant-menu-dark .ant-menu-sub {
|
|
- background: #333743;
|
|
|
|
|
|
+ background: #f9fafc;
|
|
|
|
+ color: #000 !important;
|
|
}
|
|
}
|
|
.ant-menu-vertical .ant-menu-item {
|
|
.ant-menu-vertical .ant-menu-item {
|
|
margin-top: 0;
|
|
margin-top: 0;
|