splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / assets / sass / noscript.scss
1 @import 'libs/vars';
2 @import 'libs/functions';
3 @import 'libs/mixins';
4 @import 'libs/vendor';
5 @import 'libs/breakpoints';
6 @import 'libs/html-grid';
7
8 /*
9 Forty by HTML5 UP
10 html5up.net | @ajlkn
11 Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
12 */
13
14 /* Banner */
15
16 #banner {
17 body.is-preload & {
18 &:after {
19 opacity: 0.85;
20 }
21
22 > .inner {
23 @include vendor('filter', 'none');
24 @include vendor('transform', 'none');
25 opacity: 1;
26 }
27 }
28 }