Files
housesof/src/style/layouts/_main.scss
Félix Péault 5b4fe1c6d6 Credits: Fix Footer under the globe
Added a z-index on the main (now with a class for specificity) to go over the canvas
2020-04-21 15:04:24 +02:00

14 lines
213 B
SCSS

// Main page
.housesof {
position: absolute;
top: 0;
left: 0;
width: 100%;
transition: opacity 0.3s $ease-quart;
will-change: opacity;
&.is-transitioning {
opacity: 0;
}
}