You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
402 B
29 lines
402 B
.side-menu {
|
|
.ant-menu-submenu-title {
|
|
color: #fff;
|
|
|
|
img {
|
|
width: 16px;
|
|
}
|
|
.ant-menu-title-content {
|
|
color: #fff;
|
|
}
|
|
}
|
|
.ant-menu-submenu-selected {
|
|
background-color: #3458bc;
|
|
}
|
|
.ant-menu-item {
|
|
margin-inline: 0;
|
|
border-radius: 0;
|
|
}
|
|
.ant-menu-item-selected {
|
|
width: 100%;
|
|
}
|
|
|
|
.ant-menu-item {
|
|
color: #fff;
|
|
}
|
|
.ant-menu-item-selected {
|
|
color: var(--primaryColor);
|
|
}
|
|
}
|