8 lines
204 B
Plaintext
Raw Normal View History

2017-09-22 06:19:32 +02:00
.mountable
opacity 0
transform translateY(0.85rem)
transition opacity mountable-transition-speed ease, transform mountable-transition-speed ease
2017-06-20 20:13:04 +02:00
2017-09-22 06:19:32 +02:00
.mounted
opacity 1 !important
transform translateY(0)