splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / assets / sass / layout / _main.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/* Main */\r
8\r
9 #main {\r
10 background-color: _palette(bg-alt);\r
11\r
12 > * {\r
13 border-top: solid 1px _palette(border);\r
14\r
15 &:first-child {\r
16 border-top: 0;\r
17 }\r
18\r
19 @include inner;\r
20 }\r
21\r
22 &.alt {\r
23 background-color: transparent;\r
24 border-bottom: solid 1px _palette(border);\r
25 }\r
26 }