Restored mountables
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
html
|
||||
height 100%
|
||||
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
||||
font-size 95%
|
||||
font-size 100%
|
||||
|
||||
body
|
||||
tab-size 4
|
||||
|
@ -66,6 +66,6 @@ nav-height = 3.11rem
|
||||
typography-margin = 0.4rem
|
||||
|
||||
// Timings
|
||||
fade-speed = 1ms
|
||||
fade-speed = 300ms
|
||||
transition-speed = 200ms
|
||||
// mountable-transition-speed = 300ms
|
||||
mountable-transition-speed = 300ms
|
||||
|
@ -1,8 +1,8 @@
|
||||
// .mountable
|
||||
// opacity 0
|
||||
// transform translateY(0.85rem)
|
||||
// transition opacity mountable-transition-speed ease, transform mountable-transition-speed ease
|
||||
.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)
|
||||
.mounted
|
||||
opacity 1 !important
|
||||
transform translateY(0)
|
Reference in New Issue
Block a user