This commit is contained in:
parent
494dd15166
commit
d0b21ac4bb
6 changed files with 59 additions and 88 deletions
|
|
@ -19,7 +19,7 @@
|
|||
visibility: hidden;
|
||||
transform: translateY(-4px);
|
||||
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
|
||||
z-index: calc(var(--z-header) - 100);
|
||||
z-index: calc(var(--z-header) - 100);
|
||||
|
||||
&::before{
|
||||
content: "◀";
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
// PANEL
|
||||
// PANEL
|
||||
&--position-mobile .dropdown__content {
|
||||
top: auto;
|
||||
bottom: calc(var(--h-block) + var(--padding-inner)*2);
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
&--position-mobile.is-open {
|
||||
.dropdown__content {
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
&--position-panel.is-open {
|
||||
.dropdown__content {
|
||||
|
|
@ -146,7 +146,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
&::before{
|
||||
left: auto;
|
||||
right: 16px;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue