header-back-mobile
This commit is contained in:
@@ -57,6 +57,9 @@
|
|||||||
|
|
||||||
<!-- Mobile Menu -->
|
<!-- Mobile Menu -->
|
||||||
<div class="header-mobile-menu">
|
<div class="header-mobile-menu">
|
||||||
|
<div class="header-mobile-back">
|
||||||
|
|
||||||
|
|
||||||
<div class="header-mobile-top">
|
<div class="header-mobile-top">
|
||||||
<button class="header-mobile-close">
|
<button class="header-mobile-close">
|
||||||
<svg aria-hidden="true" width="48px" height="48px">
|
<svg aria-hidden="true" width="48px" height="48px">
|
||||||
@@ -183,6 +186,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|||||||
@@ -231,7 +231,9 @@
|
|||||||
.header-phone {
|
.header-phone {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.hero-header{
|
||||||
|
height: 78px;
|
||||||
|
}
|
||||||
.header-menu-toggle {
|
.header-menu-toggle {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
|||||||
@@ -121,15 +121,19 @@ section > .container {
|
|||||||
|
|
||||||
.header-mobile-menu {
|
.header-mobile-menu {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
top: 0;
|
||||||
background: #ffffff;
|
right: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100dvh;
|
||||||
|
background: #ffffff !important;
|
||||||
display: none;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 900;
|
z-index: 1002;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-mobile-menu.active {
|
.header-mobile-menu.active {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-mobile-top {
|
.header-mobile-top {
|
||||||
@@ -203,7 +207,10 @@ section > .container {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
.header-mobile-back{
|
||||||
|
background-color: #ffffff;
|
||||||
|
|
||||||
|
}
|
||||||
.header-mobile-socials {
|
.header-mobile-socials {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 18px;
|
gap: 18px;
|
||||||
@@ -321,6 +328,7 @@ section > .container {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 80px;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(-100px);
|
transform: translateY(-100px);
|
||||||
|
|||||||
Reference in New Issue
Block a user