forked from italia/design-comuni-plone-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
f5a6efd
commit 365984c
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |