jean-cloud_website/helios/assets/sass/noscript.scss
Adrian Amaglio 9b8d74732b dirty
2019-08-12 14:59:07 +02:00

30 lines
445 B
SCSS

@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/vendor';
@import 'libs/breakpoints';
@import 'libs/html-grid';
/*
Helios by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Carousel */
.carousel {
overflow-x: auto;
}
/* Header */
body.homepage {
&.is-preload {
#header {
&:after {
opacity: 0;
}
}
}
}