2014-05-03 10:46:54 +02:00
|
|
|
@import "00-config";
|
2014-05-03 14:03:41 +02:00
|
|
|
/* ----------------------------- */
|
|
|
|
/* ==gmaps support */
|
|
|
|
/* ----------------------------- */
|
2014-05-03 10:46:54 +02:00
|
|
|
// google maps boolean
|
|
|
|
& when (@gmaps = true) {
|
|
|
|
/* Google Gmap3 bug fix on images */
|
|
|
|
.gm-style img {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
:not(.gm-style) img {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.gm-style img,
|
|
|
|
.gmnoscreen img,
|
|
|
|
.gmnoprint img {
|
|
|
|
max-width: none !important;
|
|
|
|
}
|
|
|
|
}
|