2018-12-07 22:06:13 +01:00
|
|
|
.yaga-map{
|
2021-04-04 09:39:10 +02:00
|
|
|
/*z-index: 0;*/
|
2018-03-30 15:30:30 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2017-02-05 17:27:58 +01:00
|
|
|
}
|
|
|
|
|
2021-04-04 09:39:10 +02:00
|
|
|
.clickable{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.oi{
|
|
|
|
font-size: 59pt;
|
|
|
|
}
|
|
|
|
|
2017-02-05 17:27:58 +01:00
|
|
|
#map {
|
2018-05-27 12:04:35 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2017-02-05 17:27:58 +01:00
|
|
|
|
2018-05-27 12:04:35 -04:00
|
|
|
.overlay {
|
2018-03-30 15:30:30 -04:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2018-05-27 12:04:35 -04:00
|
|
|
background-color: transparent;
|
|
|
|
opacity: 0.8;
|
|
|
|
cursor: pointer;
|
2018-03-30 15:30:30 -04:00
|
|
|
}
|