Skip to content
Snippets Groups Projects
Commit eaa5a65a authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-6494: Add css for when map set full width inside expand collapse

parent bb51362d
No related branches found
No related tags found
1 merge request!214ISTWCMS-6494: FIx the map from breaking out of the expand collapse.
......@@ -274,7 +274,7 @@
.block-uw-cbl-waterloo-news {
@include uw-full-width-margin;
.layout-builder &{
.layout-builder & {
@include uw-full-width-reset;
margin-left: 0;
margin-right: 0;
......@@ -288,7 +288,6 @@
@include uw-full-width-reset;
}
}
.block-inline-blockuw-cbl-google-maps {
@include uw-contained-width;
@media(min-width: $screen-md) {
......@@ -306,7 +305,6 @@
margin-left: var(--size-2);
}
}
.block-uw-cbl-expand-collapse {
.layout.uw-contained-width {
max-width: 100%;
......@@ -315,6 +313,9 @@
@include uw-full-width-reset;
margin-left: 0;
margin-right: 0;
h2{
margin-left: inherit;
}
}
.uw-google-maps {
display: block;
......@@ -323,6 +324,13 @@
}
}
}
.layout.uw-full-width {
.block-inline-blockuw-cbl-google-maps {
h2{
margin-left: inherit;
}
}
}
}
}
&.card__media {
......@@ -968,3 +976,4 @@
.uw-section-has-full-width .layout.layout--uw-1-col {
overflow: hidden;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment