wip
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
.header.is-open .header__section{
|
||||
border-bottom: 0.0625rem solid var(--color-black);
|
||||
}
|
||||
|
||||
.header.is-open .header__mobile {
|
||||
display: block;
|
||||
}
|
||||
@@ -29,11 +33,12 @@
|
||||
.header__mobile {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 5rem;
|
||||
top: 5.0625rem;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: calc(100% - 4.75rem);
|
||||
background-color: var(--color-white);
|
||||
overflow-y: auto;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user