Globe Icon: Add animated default state

This commit is contained in:
2020-03-06 11:10:18 +01:00
parent 636685c86e
commit e6724bee6e

View File

@@ -17,4 +17,11 @@
padding-bottom: 100%; /* 1:1 ratio */
}
}
// Animate by default
&--animated {
.anim {
animation-play-state: running;
}
}
}