diff --git a/core/modules/layout_builder/css/layout-builder.css b/core/modules/layout_builder/css/layout-builder.css index c582d64d3d..f9d349889f 100644 --- a/core/modules/layout_builder/css/layout-builder.css +++ b/core/modules/layout_builder/css/layout-builder.css @@ -51,14 +51,6 @@ text-align: center; } -.layout-section .layout-builder--layout__region .block { - padding: 1.5em; -} - -.layout-section .layout-builder--layout__region .layout-builder-block [tabindex="-1"] { - pointer-events: none; -} - .layout-section .remove-section { position: relative; background: url(../../../misc/icons/bebebe/ex.svg) #fff center center / 16px 16px no-repeat; @@ -79,6 +71,14 @@ background-image: url(../../../misc/icons/787878/ex.svg); } +.layout-builder-block { + padding: 1.5em; +} + +.layout-builder-block [tabindex="-1"] { + pointer-events: none; +} + #drupal-off-canvas .layout-selection li { display: block; padding-bottom: 1em;