diff --git a/composer.json b/composer.json index dc2e6161fb..981754acdc 100644 --- a/composer.json +++ b/composer.json @@ -84,6 +84,7 @@ "drupal/jquery_ui_datepicker": "2.1.1", "drupal/key": "1.22.0", "drupal/klaro": "3.0.8", + "drupal/layout_paragraphs": "3.0.0-alpha7", "drupal/ldap": "4.12", "drupal/link_class": "2.2.0", "drupal/linkit": "7.0.13", diff --git a/themes/custom/az_barrio/css/style.css b/themes/custom/az_barrio/css/style.css index e7da2c3317..8e3f4e49dd 100644 --- a/themes/custom/az_barrio/css/style.css +++ b/themes/custom/az_barrio/css/style.css @@ -805,3 +805,17 @@ form.webform-submission-form { .material-symbols-rounded { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; } + +/* Layout Paragraphs */ +.lpb-enable { + z-index: 9; +} + +.region-content .lp-builder .full-width-background { + overflow: unset; +} + +.lpb-btn--cancel { + width: initial !important; + float: right; +}