Globe: Reset sizes and spacing
All checks were successful
continuous-integration/drone/push Build is passing

Temp fix
This commit is contained in:
2020-04-17 16:48:58 +02:00
parent 3c05d6d222
commit 689c03fda1
5 changed files with 6 additions and 31 deletions

View File

@@ -3,18 +3,12 @@
position: relative;
z-index: 2;
width: 100vw;
height: 1040px;
height: 100vh;
overflow: hidden;
cursor: grab;
// pointer-events: none;
user-select: none;
@include breakpoint (sm) {
height: 140vw;
}
@include breakpoint (xl) {
height: 2000px;
}
// Cut
&__cut {
opacity: 0.5;
@@ -23,11 +17,6 @@
height: 35vw;
min-height: 400px;
padding: 0;
// Partial globe
.globe {
margin-top: -18vw;
}
}
// Marker
@@ -42,10 +31,12 @@
height: 8px;
border-radius: 100%;
opacity: 1;
pointer-events: auto;
background: #ff6c89;
will-change: transform;
span {
pointer-events: auto;
transition: color 0.4s $ease-quart;
}