Skip to content
Snippets Groups Projects

Allow changing the layout of an existing section in Layout Builder UI

11 files
+ 784
274
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -58,6 +58,10 @@
background-color: #ffd;
}
.layout-builder__section .layout-builder__section_links a.layout-builder__link:not(:first-child, :last-child)::after {
content: " | ";
}
.layout-builder__region {
outline: 2px dashed #2f91da;
}
Loading