We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6846cb commit c54e2a2Copy full SHA for c54e2a2
templates/pace-theme-center-radar.tmpl.css
@@ -36,6 +36,10 @@
36
border-color: `args.color || "#29d"` transparent transparent;
37
border-radius: 50%;
38
39
+ -webkit-box-sizing: content-box;
40
+ -moz-box-sizing: content-box;
41
+ box-sizing: content-box;
42
+
43
-webkit-animation: spin 1s linear infinite;
44
-moz-animation: spin 1s linear infinite;
45
-o-animation: spin 1s linear infinite;
@@ -54,6 +58,10 @@
54
58
border-style: solid;
55
59
56
60
61
62
63
64
57
65
}
66
67
@-webkit-keyframes spin {
0 commit comments