KNACSS/sass/_10-gmaps.scss

21 lines
366 B
SCSS
Raw Permalink Normal View History

2014-05-04 15:48:00 +02:00
/* ----------------------------- */
/* ==gmaps support */
/* ----------------------------- */
// google maps boolean
@if $enable-gmaps == true {
/* Google Gmap3 bug fix on images */
.gm-style img {
height: 100%;
}
2014-05-07 11:12:14 +02:00
2014-05-04 15:48:00 +02:00
:not(.gm-style) img {
height: auto;
}
2014-05-07 11:12:14 +02:00
2014-05-04 15:48:00 +02:00
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
max-width: none !important;
}
2014-05-07 11:12:14 +02:00
}