f
This commit is contained in:
parent
49bb734266
commit
c6e81d3e63
19
dev.less
19
dev.less
@ -30,16 +30,31 @@ body::before {
|
||||
|
||||
/*
|
||||
.nav-1 .submenu.level0{
|
||||
display: block !important;
|
||||
display: flex !important;
|
||||
}
|
||||
.nav-1-4 .submenu.level1{
|
||||
display: block !important;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
.navigation *{
|
||||
background-color: rgba(255,255,255,0) !important;
|
||||
}
|
||||
.navigation ul.level0{
|
||||
background-color: rgba(255,255,255,0.75) !important;
|
||||
}
|
||||
*/
|
||||
|
||||
.navigation,
|
||||
.navigation>ul,
|
||||
.navigation>ul>.level0{
|
||||
position: static !important;
|
||||
}
|
||||
.submenu.level0[aria-expanded="true"]{
|
||||
display: flex !important;
|
||||
left: -700px !important;
|
||||
left: 50% !important;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.submenu.level1{
|
||||
position: static !important;
|
||||
|
Loading…
Reference in New Issue
Block a user