Skip to content

Commit

Permalink
Adding styling for maps with no cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
ArbenVHUG committed Jul 6, 2022
1 parent 23f681c commit b2568a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Resources/public/css/basic-maps.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.ce_dlh_googlemaps,
.mod_dlh_googlemaps,
.ce_openstreetmap {
.ce_openstreetmap,
.no-cookie-maps {
position: relative;
height: 0;
width: 100%;
padding-bottom: 50%;

.dlh_googlemap {
.dlh_googlemap,
.no-cookie-map {
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit b2568a1

Please sign in to comment.