custom: fix background color of navigation with domain/user has logged. (#752)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Hoang Nguyen 2020-09-25 14:19:07 +07:00 committed by Rohit Yadav
parent dcf482490c
commit fea280e98f
2 changed files with 4 additions and 1 deletions

View File

@ -110,7 +110,6 @@ export default {
}
&.light {
background-color: #fff;
box-shadow: 2px 0px 8px 0px rgba(29, 35, 41, 0.05);
.ant-menu-light {

View File

@ -89,6 +89,10 @@ a {
box-shadow: 1px 1px 0px 0px #e8e8e8;
}
.sider.light {
background: @navigation-background-color;
}
.ant-menu {
background: @navigation-background-color;
}