32 lines
587 B
SCSS
32 lines
587 B
SCSS
@import 'libs/vars';
|
|
@import 'libs/functions';
|
|
@import 'libs/mixins';
|
|
@import 'libs/skel';
|
|
|
|
/*
|
|
Eventually by HTML5 UP
|
|
html5up.net | @n33co
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
/* BG */
|
|
|
|
#bg {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
|
|
}
|
|
|
|
/* Type */
|
|
|
|
body, input, select, textarea {
|
|
color: _palette(fg-bold);
|
|
}
|
|
|
|
/* Form */
|
|
|
|
input[type="text"],
|
|
input[type="password"],
|
|
input[type="email"],
|
|
select,
|
|
textarea {
|
|
border: solid _size(border-width) _palette(fg-bold);
|
|
} |