Skip to content
Snippets Groups Projects

Block dropzones

Merged Tim Bozeman requested to merge issue/lb_plus-3413841:block-dropzones into 2.1.x
15 files
+ 717
451
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 5
0
@@ -8,9 +8,14 @@
padding: .5em 0;
font-weight: 800;
color: white;
z-index: 15;
}
.drop-zone-hover {
color: black;
outline: 2px dashed #fedb60;
background-color: #ffd;
}
.js-layout-builder-region {
min-height: 40px;
}
Loading