mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
synced 2025-11-01 19:28:03 +00:00
light mode navbar css
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
.Menu {
|
||||
width: 100%;
|
||||
border-bottom: 0;
|
||||
|
||||
:global(.ant-menu-submenu-title .anticon) {
|
||||
margin-right: 10px
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,8 +21,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
:global(.ant-menu-horizontal > .ant-menu-item),
|
||||
:global(.ant-menu-horizontal > .ant-menu-submenu),
|
||||
:global(.ant-menu-dark.ant-menu-horizontal > .ant-menu-item),
|
||||
:global(.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu) {
|
||||
height: 100%;
|
||||
@@ -40,6 +38,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
:global(.ant-menu-submenu-title > span > .anticon) {
|
||||
margin-right: 10px
|
||||
}
|
||||
}
|
||||
|
||||
:global(.ant-menu-item.ant-menu-item-only-child .anticon) {
|
||||
|
||||
Reference in New Issue
Block a user