haguenau: add standard template with white background (#80268)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-08-04 10:32:49 +02:00
parent 96d9b9a234
commit 5e51596c58
2 changed files with 8 additions and 1 deletions

View File

@ -291,7 +291,8 @@ main {
padding-top: 2rem;
padding-bottom: 2rem;
.page-template-two-columns-sidebar &,
.page-template-standard-sidebar & {
.page-template-standard-sidebar &,
.page-template-standard-white-background & {
background-color: white;
padding-top: 0;
padding-bottom: 0;

View File

@ -9,6 +9,12 @@
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"emails:logo": {"label": "Emails : logo"}
},
"COMBO_PUBLIC_TEMPLATES.update": {
"standard-white-background": {
"name": "Une colonne - fond blanc",
"template": "combo/page_template.html"
}
}
}
}