splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / assets / sass / layout / _wrapper.scss
diff --git a/assets/sass/layout/_wrapper.scss b/assets/sass/layout/_wrapper.scss
new file mode 100644 (file)
index 0000000..93d774a
--- /dev/null
@@ -0,0 +1,28 @@
+///\r
+/// Forty by HTML5 UP\r
+/// html5up.net | @ajlkn\r
+/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
+///\r
+\r
+/* Wrapper */\r
+\r
+       #wrapper {\r
+               @include vendor('transition', (\r
+                       'filter #{_duration(menu)} ease',\r
+                       '-webkit-filter #{_duration(menu)} ease',\r
+                       'opacity 0.375s ease-out'\r
+               ));\r
+               padding-top: 3.25em;\r
+\r
+               &.is-transitioning {\r
+                       opacity: 0;\r
+               }\r
+\r
+               > * {\r
+                       @include inner;\r
+               }\r
+\r
+               @include breakpoint('<=small') {\r
+                       padding-top: 2.75em;\r
+               }\r
+       }
\ No newline at end of file