animation toggle in etape list on mobile, correction display etape list
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user