Projet

Général

Profil

0003-use-header-background-color.patch

Thomas Jund, 04 août 2022 18:14

Télécharger (1,13 ko)

Voir les différences:

Subject: [PATCH 3/6] use $header-background-color

 static/publik-famille-demo/_header.scss | 1 -
 static/publik-famille-demo/_vars.scss   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
static/publik-famille-demo/_header.scss
1 1
div#header-wrapper {
2
	background: $gray-light;
3 2
	display: flex;
4 3
	@media($max-mobile-viewport) {
5 4
		height: 80px;
static/publik-famille-demo/_vars.scss
35 35
$link-color: $primary-color;
36 36

  
37 37
$header-full-width-background: false;
38
$header-background: $gray;
38
$header-background-color: $gray-light;
39 39
$header-height: 500px;
40 40

  
41 41
$toplinks-style: none;
42
-