add new gamburger

This commit is contained in:
arlemp@selectel.ru
2021-12-08 00:15:32 +03:00
parent 91fbe64613
commit 1eae6ab1c7
5 changed files with 76 additions and 24 deletions

View File

@@ -1762,12 +1762,52 @@ img-fluid{
}
#gamburer_menu{
#mobile_main_menu{
display: none;
position:fixed;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:100;
min-width: 600px;
background: #fff;
border-top: 1px solid #F5F5F5;
padding-top: 42px;
}
#closed_mobile_menu{
position: fixed;
z-index: 1;
top: 20px;
right: 5%;
height: 20px;
width: 20px;
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/closed.svg) left center;
}
#gamburer_menu li{
font-weight: bold;
font-size: 13px;
text-transform: uppercase;
border-bottom: 1px solid #F5F5F5;
margin-top: 22px;
padding-bottom: 22px;
margin-bottom: 8px;
}
#gamburer_menu a{
color: #00466A;
}
#gamburer_menu a:hover{
color: #F18129;
}
.mob-lite{
display: none;
}
@@ -1916,9 +1956,7 @@ img-fluid{
}
#gamburer_menu a{
font-weight: bold;
}
.mob-lite{