This commit is contained in:
@@ -1528,25 +1528,19 @@ body {
|
||||
opacity: 0.52;
|
||||
}
|
||||
|
||||
.square-hole-runtime__shape--triangle,
|
||||
.square-hole-runtime__hole-cut--triangle {
|
||||
clip-path: polygon(50% 5%, 94% 92%, 6% 92%);
|
||||
.square-hole-runtime__target-arrow {
|
||||
animation: square-hole-runtime-target-arrow 0.86s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.square-hole-runtime__shape--star,
|
||||
.square-hole-runtime__hole-cut--star {
|
||||
clip-path: polygon(
|
||||
50% 4%,
|
||||
61% 36%,
|
||||
95% 36%,
|
||||
67% 55%,
|
||||
79% 88%,
|
||||
50% 68%,
|
||||
21% 88%,
|
||||
33% 55%,
|
||||
5% 36%,
|
||||
39% 36%
|
||||
);
|
||||
@keyframes square-hole-runtime-target-arrow {
|
||||
0%,
|
||||
100% {
|
||||
transform: translate(-50%, -138%);
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: translate(-50%, -112%);
|
||||
}
|
||||
}
|
||||
|
||||
.platform-tab {
|
||||
|
||||
Reference in New Issue
Block a user