mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui-library.git
synced 2025-11-22 12:54:53 +00:00
adjusted css selectors & contained styles
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
.Menu {
|
.Menu {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(:not(.ant-menu-dark).ant-menu-horizontal > .ant-menu-item),
|
:global(.ant-menu-horizontal > .ant-menu-item),
|
||||||
:global(:not(.ant-menu-dark).ant-menu-horizontal > .ant-menu-submenu),
|
: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-item),
|
||||||
:global(.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu) {
|
:global(.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
:global(.ant-form-item) {
|
:global(.ant-form-item) {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.InlineBlockDiv {
|
.InlineBlockDiv {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -119,3 +118,4 @@ p {
|
|||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user