Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -5744,3 +5744,37 @@ body {
|
||||
text-wrap: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.leo-megamenu {
|
||||
.leo-top-menu {
|
||||
.dropdown-menu {
|
||||
&.level1 {
|
||||
ul {
|
||||
li.nav-item {
|
||||
&.dropdown-submenu {
|
||||
.dropdown-menu {
|
||||
&.level2 {
|
||||
position: relative;
|
||||
left: 0;
|
||||
padding: 20px 0px 0px 15px;
|
||||
box-shadow: none;
|
||||
|
||||
// > .dropdown-menu-inner {
|
||||
// padding: 10px;
|
||||
// background: #f0f0f0;
|
||||
// border-radius: 10px;
|
||||
// width: calc(100% - 20px);
|
||||
// }
|
||||
|
||||
li {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user