Skip to content

Commit 5795ea5

Browse files
committed
Scope animation alignment fix to animated status icons only
1 parent b13dd5d commit 5795ea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/scss/components/_icons.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
.icon-nobuilt-anime .build-status-icon__outer {
114114
.svg-icon {
115115
animation: spin 1.7s linear infinite;
116+
transform-origin: center;
117+
transform-box: view-box;
116118
}
117119
}
118120

0 commit comments

Comments
 (0)