From 365984cf9adc417695ba9361e160602f688015e9 Mon Sep 17 00:00:00 2001 From: sabrina-bongiovanni <116291154+sabrina-bongiovanni@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:41:32 +0100 Subject: [PATCH] fix: override of footer variables, applied fullwidth image styles to image block (#488) * fix: applied fullwidth image styles to image block * fix: override of footer variables --- src/theme/ItaliaTheme/Views/_common.scss | 3 ++- src/theme/bootstrap-override/_custom_variables.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/theme/ItaliaTheme/Views/_common.scss b/src/theme/ItaliaTheme/Views/_common.scss index f9e4e2aca..bb68ce564 100644 --- a/src/theme/ItaliaTheme/Views/_common.scss +++ b/src/theme/ItaliaTheme/Views/_common.scss @@ -56,7 +56,8 @@ picture.volto-image { .ui.image img.full-width, picture.volto-image.responsive.full-width img, picture.volto-image.full-width img, -picture.volto-image.responsive img.full-width { +picture.volto-image.responsive img.full-width, +.block.image.align.full img.full-width { position: relative; right: 50%; left: 50%; diff --git a/src/theme/bootstrap-override/_custom_variables.scss b/src/theme/bootstrap-override/_custom_variables.scss index 36e97ca69..7ef25955d 100644 --- a/src/theme/bootstrap-override/_custom_variables.scss +++ b/src/theme/bootstrap-override/_custom_variables.scss @@ -1,6 +1,7 @@ // Override here bootstrap-italia base variables $dropdown-custom-button-color: $link-color; $card-p-size-desk: 1rem; - +$footer-top-background: $primary-a10; +$footer-bottom-background: $primary-a12; // Potenzialmente da rimuovere quando il componente SideMenu sarĂ  fatto con un accordion, senza l'h3 come titolo $sidebar-heading-bottom-margin: 0;