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:
@ -142,7 +142,8 @@ body {
|
||||
}
|
||||
|
||||
&.badge-connecting::after {
|
||||
animation-name: connecting;
|
||||
background: $warning-color;
|
||||
animation-name: pulse;
|
||||
animation-duration: 2s;
|
||||
animation-iteration-count: infinite;
|
||||
}
|
||||
|
Reference in New Issue
Block a user