☠️ RESET for v2

This commit is contained in:
2021-09-14 13:00:12 +02:00
parent 511b0c85e5
commit bdbf511a75
124 changed files with 1612 additions and 11094 deletions

View File

@@ -1,25 +0,0 @@
.explore {
// Description
&__description {
position: relative;
z-index: 3;
max-width: 312px;
margin: 0 auto 72px;
@include breakpoint (sm) {
max-width: 472px;
margin-bottom: 120px;
}
}
// Globe
// .globe {
// }
// Browse
.browse {
position: relative;
z-index: 3;
margin-top: 72px;
}
}

View File

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