Projet

Général

Profil

0001-css-reduce-.card-.label-selector-specificity-54911.patch

Thomas Jund, 16 juin 2021 11:59

Télécharger (1,01 ko)

Voir les différences:

Subject: [PATCH] css: reduce `.card .label` selector specificity (#54911)

 static/includes/_misc.scss          | 2 +-
 static/sables-d-olonne/_custom.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
static/includes/_misc.scss
140 140

  
141 141
div.card,
142 142
#profile {
143
	span.label {
143
	.label {
144 144
		color: lighten($font-color, 20%);
145 145
		font-size: 90%;
146 146
		display: block;
static/sables-d-olonne/_custom.scss
514 514
	> * {
515 515
		margin: 0;
516 516
	}
517
	span.label {
517
	.label {
518 518
		line-height: 1;
519 519
	}
520 520
	.value {
521
-