General styles

This commit is contained in:
Fede Álvarez 2022-05-23 19:26:54 +02:00
parent 5f3604b340
commit c845f05c05

View File

@ -103,8 +103,9 @@
&::before {
opacity: 1;
width: 90%;
transition: width var(--duration-normal) var(--ease);
// width: 90%;
transition: opacity var(--duration-normal) var(--ease);
}
}
}
@ -121,7 +122,7 @@
}
&::before {
top: 110%;
top: 102%;
}
}
}