bludit/themes/eventually/assets/sass/ie8.scss

32 lines
587 B
SCSS
Raw Normal View History

2015-07-10 02:25:53 +02:00
@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);
}