jean-cloud_website/helios/assets/sass/noscript.scss

30 lines
445 B
SCSS
Raw Normal View History

2019-08-12 12:59:07 +00:00
@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;
}
}
}
}