source:
main/waeup-hugo/public/sass/noscript.scss
@
17833
Last change on this file since 17833 was 14926, checked in by , 7 years ago | |
---|---|
File size: 330 bytes |
Rev | Line | |
---|---|---|
[14926] | 1 | @import 'libs/vars'; |
2 | @import 'libs/functions'; | |
3 | @import 'libs/mixins'; | |
4 | @import 'libs/skel'; | |
5 | ||
6 | /* | |
7 | Dimension by HTML5 UP | |
8 | html5up.net | @ajlkn | |
9 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | |
10 | */ | |
11 | ||
12 | /* Main */ | |
13 | ||
14 | #main { | |
15 | article { | |
16 | opacity: 1; | |
17 | margin: (_size(element-margin) * 2) 0 0 0; | |
18 | } | |
19 | } |
Note: See TracBrowser for help on using the repository browser.