This commit is contained in:
Emanuel Mutschlechner
2018-08-30 13:58:13 +02:00
parent 5247eb66bc
commit 206beb1655
24 changed files with 506 additions and 14353 deletions

View File

@@ -1,27 +1,30 @@
.map-container {
.gnw-map-service {
position: relative;
height: 300px;
@media (min-width: 992px) {
height: 450px;
}
height: 400px;
&.fade {
opacity: 0;
transition: opacity 195ms ease-out;
&.in {
opacity: 1;
transition: opacity 225ms ease-in;
&__google {
background: rgb(229, 227, 223);
}
&__osm,
&__bing,
&__mapquest {
background: rgb(221, 221, 221);
}
&__yandex {
background: rgb(243, 241, 237);
}
&__mapkit {
background: rgb(248, 244, 236);
}
}
.gnw-map {
height: inherit;
// Fix Mapkit canvas
.mk-map-view {
> .syrup-canvas {
margin-left: -50%;
}
}
> .map {
height: inherit;
}
}
// Fix Mapkit canvas
.mk-map-view {
> .syrup-canvas {
margin-left: -50%;
}
}