1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: Improved pulse animation code

This commit is contained in:
2021-04-22 14:24:34 +02:00
parent a41cf1ab56
commit 0d77aee3eb
3 changed files with 24 additions and 15 deletions

View File

@ -142,7 +142,8 @@ body {
}
&.badge-connecting::after {
animation-name: connecting;
background: $warning-color;
animation-name: pulse;
animation-duration: 2s;
animation-iteration-count: infinite;
}