KNACSS/sass/_10-gmaps.scss
raphaelgoettter 43a2ddd2e3 booleans variables deleted
not needed actually : just @ import (or not) the file(s)
2014-10-20 17:42:52 +02:00

19 lines
300 B
SCSS

/* ----------------------------- */
/* ==gmaps support */
/* ----------------------------- */
/* 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;
}