Skip to content
Snippets Groups Projects

ISTWCMS-5898: section-spacing-seperator and column-seperator css

5 files
+ 39
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -14,6 +14,11 @@
@@ -14,6 +14,11 @@
z-index: var(--layer-header);
z-index: var(--layer-header);
}
}
.uw-highlighted {
.uw-highlighted {
 
@include uw-contained-width(var(--layout-max-width-narrow));
 
@media(min-width: $screen-xl) {
 
// Reset the width so we use all the width when we have room to.
 
@include uw-contained-width(var(--layout-max-width));
 
}
grid-column: 1 / 2;
grid-column: 1 / 2;
grid-row: 2 / 3;
grid-row: 2 / 3;
position: relative;
position: relative;
Loading