0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 12:32:39 +00:00

added transition to smooth change

This commit is contained in:
Víctor Losada Hernández
2025-03-08 17:27:34 +01:00
parent 55618a10b9
commit c0eef7530e

View File

@@ -237,7 +237,7 @@
margin-right : 40px; margin-right : 40px;
color : black; color : black;
isolation : isolate; isolation : isolate;
transition: all 0.3s; transition : width 0.5s;
&::after { &::after {
position : absolute; position : absolute;
@@ -331,7 +331,6 @@
} }
} }
} }
} }
@keyframes trailingDots { @keyframes trailingDots {
@@ -346,7 +345,6 @@
100% { content : ' ...'; } 100% { content : ' ...'; }
} }
// media query for when the page is smaller than 1079 px in width
@container (width < 670px) { @container (width < 670px) {
.vaultPage { .vaultPage {