10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
|
mountable-transition-speed = 400ms
|
||
|
|
||
|
.mountable
|
||
|
opacity 0
|
||
|
transform translateY(0.85rem)
|
||
|
transition opacity mountable-transition-speed ease, transform mountable-transition-speed ease
|
||
|
|
||
|
.mounted
|
||
|
opacity 1 !important
|
||
|
transform translateY(0)
|