Projet

Général

Profil

0001-caen-give-big-title-style-to-text-cell-h1-tag-61778.patch

Thomas Jund (congés, retour le 29/04), 16 février 2022 10:53

Télécharger (615 octets)

Voir les différences:

Subject: [PATCH] caen: give 'big-title' style to text-cell h1 tag (#61778)

 static/caen/_custom.scss | 6 ++++++
 1 file changed, 6 insertions(+)
static/caen/_custom.scss
467 467
	}
468 468
}
469 469

  
470
.gru-content .text-cell {
471
	h1 {
472
		@extend .big-title;
473
	}
474
}
475

  
470 476
//
471 477
//	WCS
472 478
//
473
-