Skip to content

Commit

Permalink
fix: override of footer variables, applied fullwidth image styles to …
Browse files Browse the repository at this point in the history
…image block (#488)

* fix: applied fullwidth image styles to image block

* fix: override of footer variables
  • Loading branch information
sabrina-bongiovanni authored Jan 17, 2024
1 parent f5a6efd commit 365984c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/theme/ItaliaTheme/Views/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down
3 changes: 2 additions & 1 deletion src/theme/bootstrap-override/_custom_variables.scss
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 365984c

Please sign in to comment.