Skip to content
Snippets Groups Projects
Commit 92bc68df authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-5898: fix layout builder fix so it only applies in layout builder

parent a5824dbb
No related branches found
No related tags found
1 merge request!70ISTWCMS-5898: section-spacing-seperator and column-seperator css
This commit is part of merge request !70. Comments created here will be created in the context of that merge request.
......@@ -83,7 +83,9 @@
@media(min-width: $screen-xl) {
@include uw-contained-width(var(--layout-max-width));
}
padding-top: var(--size-2);
&.layout-builder__layout {
padding-top: var(--size-2);
}
// Set default spacing to match old block spacing if no classes
&:not(.uw-section-spacing--default, .uw-section-spacing--none, .uw-section-spacing--75, .uw-section-spacing--50, .uw-section-spacing--25) {
margin-bottom: var(--section-margin);
......
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