Skip to content

Commit

Permalink
Merge branch 'main' into slate
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jan 18, 2024
2 parents 1b525f6 + e65220a commit 86c30dd
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/.history/
/build/
/cypress/
/dockerfiles/
/docs/
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## [11.0.0-alpha.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.0.0-alpha.1...v11.0.0-alpha.2) (2023-11-29)

## [11.3.1](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.3.0...v11.3.1) (2024-01-17)


### Bug Fixes

* override of footer variables, applied fullwidth image styles to image block ([#488](https://github.com/redturtle/design-comuni-plone-theme/issues/488)) ([365984c](https://github.com/redturtle/design-comuni-plone-theme/commit/365984cf9adc417695ba9361e160602f688015e9))


### Documentation

* updated publiccode ([92235e6](https://github.com/redturtle/design-comuni-plone-theme/commit/92235e6061f0f8dc92dbc349daf81b1450c99c84))


### Maintenance

* added .npmignore ([2946367](https://github.com/redturtle/design-comuni-plone-theme/commit/29463671ae4329db253380bbcbf4c15e001ab85b))

## [11.3.0](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.2.1...v11.3.0) (2024-01-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "design-comuni-plone-theme",
"description": "Volto Theme for Italia design guidelines",
"license": "GPL-v3",
"version": "11.3.0",
"version": "11.3.1",
"main": "src/index.js",
"keywords": [
"volto-addon",
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ maintenance:
name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
platforms:
- web
releaseDate: '2024-01-16'
releaseDate: '2024-01-17'
softwareType: standalone/web
softwareVersion: 11.3.0
softwareVersion: 11.3.1
url: 'https://github.com/italia/design-comuni-plone-theme'
usedBy:
- ASP Comuni Modenesi Area Nord
Expand Down
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 86c30dd

Please sign in to comment.