splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / assets / sass / layout / _main.scss
1 ///
2 /// Forty by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 ///
6
7 /* Main */
8
9 #main {
10 background-color: _palette(bg-alt);
11
12 > * {
13 border-top: solid 1px _palette(border);
14
15 &:first-child {
16 border-top: 0;
17 }
18
19 @include inner;
20 }
21
22 &.alt {
23 background-color: transparent;
24 border-bottom: solid 1px _palette(border);
25 }
26 }