mirror of
https://github.com/status-im/consul.git
synced 2025-01-18 09:41:32 +00:00
78a6b517f9
* ui: Tile CSS component * ui: Consul ServerCard component (#12576)
7 lines
159 B
SCSS
7 lines
159 B
SCSS
/* allows easy application of animation-name based composition */
|
|
*, *::before, *::after {
|
|
animation-play-state: paused;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
|