Sass version !
This commit is contained in:
parent
d0add0508c
commit
c2ee11f407
16 changed files with 1404 additions and 1 deletions
19
sass/10-gmaps.scss
Normal file
19
sass/10-gmaps.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue