splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / assets / sass / layout / _main.scss
diff --git a/assets/sass/layout/_main.scss b/assets/sass/layout/_main.scss
new file mode 100644 (file)
index 0000000..f1d7239
--- /dev/null
@@ -0,0 +1,26 @@
+///\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
+/* Main */\r
+\r
+       #main {\r
+               background-color: _palette(bg-alt);\r
+\r
+               > * {\r
+                       border-top: solid 1px _palette(border);\r
+\r
+                       &:first-child {\r
+                               border-top: 0;\r
+                       }\r
+\r
+                       @include inner;\r
+               }\r
+\r
+               &.alt {\r
+                       background-color: transparent;\r
+                       border-bottom: solid 1px _palette(border);\r
+               }\r
+       }
\ No newline at end of file