mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-04 10:14:31 +02:00
14 lines
144 B
SCSS
14 lines
144 B
SCSS
//
|
|
// Component: Animation
|
|
//
|
|
|
|
.animation {
|
|
&__shake {
|
|
animation: shake 1500ms;
|
|
}
|
|
&__wobble {
|
|
animation: wobble 1500ms;
|
|
}
|
|
}
|
|
|
|
//
|