webseite/assets/scss/ie9.scss

55 lines
737 B
SCSS
Raw Normal View History

2019-02-12 17:45:44 +01:00
@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';
/*
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Loader */
body.landing {
&::before,
&::after {
display: none !important;
}
}
/* Icon */
.icon {
&.alt {
color: inherit !important;
}
&.major {
&.alt {
&::before {
color: _palette(fg-bold) !important;
}
}
}
}
/* Banner */
#banner {
&::after {
background-color: _palette(bg-transparent);
}
}
/* Footer */
#footer {
.icons {
.icon {
&.alt {
&::before {
color: _palette(fg-bold) !important;
}
}
}
}
}