Add animation delay for signal path elements in 'drill-luxe' Keycloak theme login CSS
This commit is contained in:
@@ -279,6 +279,10 @@ body.drill-login::before {
|
|||||||
filter: drop-shadow(0 0 8px rgba(52, 211, 153, 0.42));
|
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 {
|
.drill-login__signal-path--two {
|
||||||
animation-delay: -1s;
|
animation-delay: -1s;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user