sitecharienko/assets/sass/noscript.scss

25 lines
429 B
SCSS
Raw Normal View History

2018-02-04 19:13:13 +01:00
@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
2021-04-10 21:24:38 +02:00
@import 'libs/vendor';
@import 'libs/breakpoints';
@import 'libs/html-grid';
2018-02-04 19:13:13 +01:00
/*
2021-04-10 21:24:38 +02:00
Overflow by HTML5 UP
2018-02-04 19:13:13 +01:00
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
2021-04-10 21:24:38 +02:00
/* Header */
2018-02-04 19:13:13 +01:00
2021-04-10 21:24:38 +02:00
#header {
body.is-preload & {
opacity: 1;
2018-02-04 19:13:13 +01:00
2021-04-10 21:24:38 +02:00
footer {
@include vendor('transform', 'none');
opacity: 1;
}
}
2018-02-04 19:13:13 +01:00
}