booleans files separated
This commit is contained in:
parent
fbbedf439e
commit
65d39d67d1
6 changed files with 312 additions and 139 deletions
17
less/10-gmaps.less
Normal file
17
less/10-gmaps.less
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue