mirror of https://github.com/hykilpikonna/AquaDX
style: 🎨 small sass change
parent
a87dec0d64
commit
dbe3f3393c
|
@ -174,18 +174,19 @@
|
||||||
&.chuni-penguin-arm-type-2
|
&.chuni-penguin-arm-type-2
|
||||||
transform-origin: 40% 10%
|
transform-origin: 40% 10%
|
||||||
z-index: 2
|
z-index: 2
|
||||||
.chuni-penguin-arm-left
|
|
||||||
left: 0%
|
&.chuni-penguin-arm-left
|
||||||
transform: translate(-50%, 0)
|
left: 0%
|
||||||
animation: chuniPenguinArmLeft 1s infinite cubic-bezier(0.45, 0, 0.55, 1)
|
transform: translate(-50%, 0)
|
||||||
&.chuni-penguin-arm-type-2
|
animation: chuniPenguinArmLeft 1s infinite cubic-bezier(0.45, 0, 0.55, 1)
|
||||||
left: 15%
|
&.chuni-penguin-arm-type-2
|
||||||
.chuni-penguin-arm-right
|
left: 15%
|
||||||
left: 72.5%
|
&.chuni-penguin-arm-right
|
||||||
transform: translate(-50%, 0) scaleX(-1)
|
left: 72.5%
|
||||||
animation: chuniPenguinArmRight 1s infinite cubic-bezier(0.45, 0, 0.55, 1)
|
transform: translate(-50%, 0) scaleX(-1)
|
||||||
&.chuni-penguin-arm-type-2
|
animation: chuniPenguinArmRight 1s infinite cubic-bezier(0.45, 0, 0.55, 1)
|
||||||
left: 95%
|
&.chuni-penguin-arm-type-2
|
||||||
|
left: 95%
|
||||||
|
|
||||||
.chuni-penguin-accessory
|
.chuni-penguin-accessory
|
||||||
transform: translate(-50%, -50%)
|
transform: translate(-50%, -50%)
|
||||||
|
|
Loading…
Reference in New Issue