sables-d-olonne-2022: add custom class for portail cartographique cell (#84775)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-12-18 10:15:24 +01:00
parent b0275172eb
commit 46f0262085
2 changed files with 15 additions and 12 deletions

View File

@ -697,16 +697,18 @@ div.linkcell.cyan-button div.links-list ul > li > a {
@extend .cyan-button;
}
div#stores {
color: #fff;
background: url('/assets/stores:background') center no-repeat;
h2 {
margin: 0;
line-height: 1em;
}
a {
@extend .cyan-button;
display: inline-block;
white-space: nowrap;
@each $name in (stores, portail-cartographique) {
div##{$name} {
color: #fff;
background: url('/assets/#{$name}:background') center no-repeat;
h2 {
margin: 0;
line-height: 1em;
}
a {
@extend .cyan-button;
display: inline-block;
white-space: nowrap;
}
}
}

View File

@ -12,7 +12,8 @@
"emails:logo": {"label": "Emails : logo"},
"footer:logo": {"label": "Pied de page : logo"},
"banner:background": {"label": "Bannière : image de fond"},
"stores:background": {"label": "Cellule « Stores » : image de fond"}
"stores:background": {"label": "Cellule « Stores » : image de fond"},
"portail-cartographique:background": {"label": "Cellule « Portail cartographique » : image de fond"}
},
"COMBO_CELL_ASSET_SLOTS.update": {
"data_linkcell": {