mirror of
https://github.com/romancm/gamebrary
synced 2024-12-21 08:43:04 +00:00
7 lines
No EOL
89 B
SCSS
7 lines
No EOL
89 B
SCSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.fast-spin {
|
|
animation: a 500ms infinite linear;
|
|
} |