Projet

Général

Profil

0001-sables-d-olonne-2022-add-styles-for-custom-stores-ce.patch

Serghei Mihai (congés, retour 15/05), 27 janvier 2022 15:32

Télécharger (1,65 ko)

Voir les différences:

Subject: [PATCH] sables-d-olonne-2022: add styles for custom "stores" cell
 (#61179)

 static/sables-d-olonne-2022/_custom.scss | 14 ++++++++++++++
 static/sables-d-olonne-2022/config.json  |  3 ++-
 2 files changed, 16 insertions(+), 1 deletion(-)
static/sables-d-olonne-2022/_custom.scss
629 629
		background: #fff;
630 630
	}
631 631
}
632

  
633
div#stores {
634
	color: #fff;
635
	background: url('/assets/stores:background') center no-repeat;
636
	h2 {
637
		margin: 0;
638
		line-height: 1em;
639
	}
640
	a.store-link {
641
		display: inline-block;
642
		white-space: nowrap;
643
		margin-top: 0.5em;
644
	}
645
}
static/sables-d-olonne-2022/config.json
12 12
        "header:logo": {"label": "Têtière : logo"},
13 13
        "emails:logo": {"label": "Emails : logo"},
14 14
        "footer:logo": {"label": "Pied de page : logo"},
15
        "banner:background": {"label": "Bannière : image de fond"}
15
        "banner:background": {"label": "Bannière : image de fond"},
16
        "stores:background": {"label": "Cellule « Stores » : image de fond"}
16 17
      },
17 18
      "COMBO_CELL_ASSET_SLOTS.update": {
18 19
        "data_linkcell": {
19
-