We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a839ed commit 55ff939Copy full SHA for 55ff939
resources/css/gagarin.scss
@@ -1,5 +1,3 @@
1
-
2
3
@keyframes rotation-space {
4
0% {
5
transform: rotate(0deg);
@@ -31,10 +29,12 @@
31
29
display: block;
32
30
animation: rotation-space-item 3s infinite linear;
33
overflow: visible;
34
- svg{
35
- path, circle, rect {
36
- -webkit-transform-origin: center center;
37
- }
+ svg {
+ path,
+ circle,
+ rect {
+ -webkit-transform-origin: center center;
+ }
38
transform-origin: 50% 50%;
39
-webkit-transform-origin: center center;
40
animation: rotation-space-item 130ms infinite linear;
0 commit comments