added search and contact form functionality. Needs styling and check for functionality.
[theme-danix.xyz.git] / assets / sass / layout / _wrapper.scss
CommitLineData
748286b5 1///\r
2/// Forty by HTML5 UP\r
3/// html5up.net | @ajlkn\r
4/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
5///\r
6\r
7/* Wrapper */\r
8\r
9 #wrapper {\r
10 @include vendor('transition', (\r
11 'filter #{_duration(menu)} ease',\r
12 '-webkit-filter #{_duration(menu)} ease',\r
13 'opacity 0.375s ease-out'\r
14 ));\r
15 padding-top: 3.25em;\r
16\r
17 &.is-transitioning {\r
18 opacity: 0;\r
19 }\r
20\r
21 > * {\r
22 @include inner;\r
23 }\r
24\r
25 @include breakpoint('<=small') {\r
26 padding-top: 2.75em;\r
27 }\r
28 }