style: side menu style
This commit is contained in:
+9
-8
@@ -313,19 +313,20 @@ body {
|
||||
|
||||
.ant-menu {
|
||||
.ant-menu-item {
|
||||
color: var(--ant-color-text) !important;
|
||||
// color: var(--ant-color-text) !important;
|
||||
|
||||
&:active {
|
||||
background-color: var(--ant-menu-item-selected-bg);
|
||||
// background-color: var(--ant-menu-item-selected-bg);
|
||||
}
|
||||
}
|
||||
|
||||
.ant-menu-item:not(.ant-menu-item-selected) {
|
||||
color: var(--ant-color-text);
|
||||
// color: var(--ant-color-text);
|
||||
}
|
||||
|
||||
.ant-menu-item.ant-menu-item-selected {
|
||||
color: var(--ant-color-primary) !important;
|
||||
// color: var(--ant-color-primary) !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -368,7 +369,7 @@ body {
|
||||
|
||||
.ant-menu {
|
||||
.ant-menu-submenu-title {
|
||||
color: var(--ant-color-text) !important;
|
||||
// color: var(--ant-color-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -376,7 +377,7 @@ body {
|
||||
.user-avatar.ant-menu-submenu {
|
||||
.ant-menu-submenu-title {
|
||||
padding-left: 10px;
|
||||
color: var(--ant-color-text) !important;
|
||||
// color: var(--ant-color-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -385,7 +386,7 @@ body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: var(--ant-color-text) !important;
|
||||
// color: var(--ant-color-text) !important;
|
||||
padding-inline: unset !important;
|
||||
width: 100%;
|
||||
margin-inline: 0 !important;
|
||||
@@ -412,7 +413,7 @@ body {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
color: var(--ant-color-text) !important;
|
||||
// color: var(--ant-color-text) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user