18 lines
290 B
SCSS
18 lines
290 B
SCSS
/*
|
|
Aerial by HTML5 UP
|
|
html5up.net | @n33co
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
@import 'vars';
|
|
@import 'mixins';
|
|
|
|
/* Basic */
|
|
|
|
body, input, select, textarea {
|
|
font-size: 13pt;
|
|
}
|
|
|
|
/* BG */
|
|
|
|
@include bg($bg-width); |