add transition delay

This commit is contained in:
Víctor Losada Hernández
2026-05-13 11:47:00 +02:00
parent b39502d806
commit 2971fe0679
+1 -1
View File
@@ -174,7 +174,7 @@
z-index:1000;
pointer-events: none;
opacity:0;
transition:0.2s opacity;
transition:0.2s opacity 0.5s;
}
&::before{