X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Flayout%2F_wrapper.scss;fp=assets%2Fsass%2Flayout%2F_wrapper.scss;h=93d774aa386898132d013751f09c2de32cdf3067;hb=748286b530a4b000cac6b88bbcebb258056a9e77;hp=0000000000000000000000000000000000000000;hpb=2882a244f06ed28dbd9148e7b36241242c836629;p=theme-danix.xyz.git diff --git a/assets/sass/layout/_wrapper.scss b/assets/sass/layout/_wrapper.scss new file mode 100644 index 0000000..93d774a --- /dev/null +++ b/assets/sass/layout/_wrapper.scss @@ -0,0 +1,28 @@ +/// +/// Forty by HTML5 UP +/// html5up.net | @ajlkn +/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) +/// + +/* Wrapper */ + + #wrapper { + @include vendor('transition', ( + 'filter #{_duration(menu)} ease', + '-webkit-filter #{_duration(menu)} ease', + 'opacity 0.375s ease-out' + )); + padding-top: 3.25em; + + &.is-transitioning { + opacity: 0; + } + + > * { + @include inner; + } + + @include breakpoint('<=small') { + padding-top: 2.75em; + } + } \ No newline at end of file