animation toggle in etape list on mobile, correction display etape list

This commit is contained in:
Valentin
2024-11-25 23:19:34 +01:00
parent e346f103e1
commit 03840a20ba
5 changed files with 46 additions and 35 deletions

View File

@@ -1239,6 +1239,10 @@ body{
@media screen and (min-width: $desktop-min-width) {
z-index: 5;
}
transition: opacity 0.3s ease-out;
&.hidden {
opacity: 0;
}
> div {
cursor: pointer;
position: fixed;
@@ -1247,11 +1251,10 @@ body{
z-index: 999;
display: flex;
align-items: center;
padding: 0.4rem 1.2rem;
padding: 0.1rem 1.2rem;
border-radius: 10rem;
background-color: white;
transition: background-color 0.3s ease-out;
> div {
margin-right: 1rem;
> p {