|
|
|
@ -16,6 +16,9 @@
|
|
|
|
|
.ant-menu-inline {
|
|
|
|
|
border-right: 1px solid transparent !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-inline-collapsed {
|
|
|
|
|
border-right: 1px solid transparent !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-inline > .ant-menu-item {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
@ -31,3 +34,24 @@
|
|
|
|
|
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
|
|
|
|
|
background-image: linear-gradient(to right, rgba(247, 249, 251, 1), rgba(247, 249, 251, 1)) !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected .anticon {
|
|
|
|
|
color: #1990fe !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-inline-collapsed > .ant-menu-item {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-inline-collapsed > .ant-menu-item .anticon {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-inline-collapsed > .ant-menu-submenu-selected {
|
|
|
|
|
color: #1990fe !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu-vertical > .ant-menu-item {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
|
|
|
|
color: #1990fe !important;
|
|
|
|
|
}
|
|
|
|
|