Sass version !

This commit is contained in:
Raphael Goetter 2014-05-04 15:48:00 +02:00
parent d0add0508c
commit c2ee11f407
16 changed files with 1404 additions and 1 deletions

19
sass/10-gmaps.scss Normal file
View file

@ -0,0 +1,19 @@
@import "00-config";
/* ----------------------------- */
/* ==gmaps support */
/* ----------------------------- */
// google maps boolean
@if $enable-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;
}
}