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 17:09

Télécharger (1,96 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 | 22 ++++++++++++++++++++--
 static/sables-d-olonne-2022/config.json  |  3 ++-
 2 files changed, 22 insertions(+), 3 deletions(-)
static/sables-d-olonne-2022/_custom.scss
619 619
	}
620 620
}
621 621

  
622
a.cyan-button,
623
div.linkcell.cyan-button div.links-list ul > li > a {
622
.cyan-button {
624 623
	@extend %button;
625 624
	background: $cyan;
626 625
	border: 0;
......
629 628
		background: #fff;
630 629
	}
631 630
}
631

  
632
a.cyan-button,
633
div.linkcell.cyan-button div.links-list ul > li > a {
634
	@extend .cyan-button;
635
}
636

  
637
div#stores {
638
	color: #fff;
639
	background: url('/assets/stores:background') center no-repeat;
640
	h2 {
641
		margin: 0;
642
		line-height: 1em;
643
	}
644
	a {
645
		@extend .cyan-button;
646
		display: inline-block;
647
		white-space: nowrap;
648
	}
649
}
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
-