Add animation delay for signal path elements in 'drill-luxe' Keycloak theme login CSS

This commit is contained in:
Первов Артем
2026-06-17 11:22:35 +03:00
parent c3d26a6bc1
commit 4ca557c662

View File

@@ -279,6 +279,10 @@ body.drill-login::before {
filter: drop-shadow(0 0 8px rgba(52, 211, 153, 0.42));
}
.drill-login__signal-path--one {
animation-delay: 0s;
}
.drill-login__signal-path--two {
animation-delay: -1s;
}