booleans files separated

This commit is contained in:
Raphael Goetter 2014-05-03 10:46:54 +02:00
parent fbbedf439e
commit 65d39d67d1
6 changed files with 312 additions and 139 deletions

17
less/10-gmaps.less Normal file
View file

@ -0,0 +1,17 @@
@import "00-config";
// 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;
}
}