какие-то приколы, не помню
This commit is contained in:
8
new-client/src/shared/styles/animations.scss
Normal file
8
new-client/src/shared/styles/animations.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
@keyframes diagonal-stripes {
|
||||
from {
|
||||
background-position-x: 0;
|
||||
}
|
||||
to {
|
||||
background-position-x: var(--stripe-width);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user