Skip to content

Commit 2aed719

Browse files
Merge branch 'dev' of https://github.com/joomdev/Astroid-Framework into dev
2 parents 1b9a5eb + 0905e51 commit 2aed719

File tree

3 files changed

+248
-209
lines changed

3 files changed

+248
-209
lines changed

astroid/astroid-template-zero/scss/astroid/_menu.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@
1717

1818
// megamenu dropdown
1919
.megamenu-container{
20-
border: 1px solid #eee;
2120
padding: 15px 10px;
2221
display: none;
2322
position: absolute;
2423
z-index: 999;
24+
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
2525
&.nav-submenu-container{
2626
padding: 0;
2727
}
28+
.nav-submenu {
29+
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
30+
}
2831
}
2932

3033
// Submenu dropdowns
@@ -34,7 +37,6 @@
3437
list-style-type: none;
3538
display: flex;
3639
flex-direction: column;
37-
border: 1px solid #eee;
3840
z-index: 9;
3941
&.megamenu-submenu-level-1{
4042
border: 0;

astroid/astroid-template-zero/scss/astroid/_mobilemenu.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ $burger-layer-width: 30px !default;
9494
.burger-menu-button {
9595
text-align: right;
9696
line-height: 0;
97+
margin: 0 15px;
9798
}
9899

99100
.astroid-mobilemenu-open{

0 commit comments

Comments
 (0)