Restored mountables

This commit is contained in:
2017-09-22 06:19:32 +02:00
parent 9acbddf1be
commit 9c900ec01b
4 changed files with 77 additions and 77 deletions

View File

@ -1,7 +1,7 @@
html
height 100%
font-family "Ubuntu", "Trebuchet MS", sans-serif
font-size 95%
font-size 100%
body
tab-size 4

View File

@ -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

View File

@ -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)