PHRAS-2608 Prod_Fix_responsive_custom_link #time 1h

This commit is contained in:
Harrys Ravalomanana
2019-05-29 10:45:30 +04:00
parent 6566e15f62
commit d757cf439a

View File

@@ -211,13 +211,13 @@ $mainMenuBottomBorder: none !default;
} }
} }
#nav_menu_container { #nav_menu_container {
left: 0; left: 5px;
width: 172px; width: 172px;
.nav_menu { .nav_menu {
top: 9px; top: 9px;
} }
.arrow-up { .arrow-up {
left: 10px; left: 5px;
display: block; display: block;
position: absolute; position: absolute;
} }
@@ -225,7 +225,7 @@ $mainMenuBottomBorder: none !default;
#nav_customlink_container { #nav_customlink_container {
display: none; display: none;
position: relative; position: relative;
left: 0; left: 4px;
width: auto; width: auto;
.nav-wrapper-box { .nav-wrapper-box {
position: absolute; position: absolute;
@@ -251,7 +251,7 @@ $mainMenuBottomBorder: none !default;
} }
} }
.arrow-up { .arrow-up {
left: 10px; left: 5px;
display: block; display: block;
position: absolute; position: absolute;
} }