/** * Stylesheet * * @namespace LUNGO * @class Layout * * @author Javier Jimenez Villar || @soyjavi */ @import "mixins.less"; @defaultTrasition : @easeOutSine; @header_footer_height: 40px; @header_extended_height: 74px; @footer_toolbar_height: 48px; /* @group
*/ section { position: absolute; /* position: fixed on iOS5 & Android 4 */ left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1; .transform(translate3d(100%, 0, 0)); -webkit-backface-visibility: hidden; -webkit-transition: -webkit-transform 250ms @defaultTrasition; &:first-child, &.show { .transform(translate3d(0%, 0, 0)); } &.hide { .transform(translate3d(-100%, 0, 0)); } } /* @end */ /* @group
&