Projet

Général

Profil

0001-scss-add-generic-style-for-forms-of-a-category-cell-.patch

Frédéric Péters, 13 novembre 2018 22:12

Télécharger (1,19 ko)

Voir les différences:

Subject: [PATCH] scss: add generic style for forms of a category cell picture
 (#27972)

 static/includes/_cells.scss    | 8 ++++++++
 static/nancy-2017/_custom.scss | 5 +++++
 2 files changed, 13 insertions(+)
static/includes/_cells.scss
212 212
	}
213 213
}
214 214

  
215
div.wcsformsofcategorycell {
216
	picture img {
217
		max-width: 100%;
218
		padding: 0.5rem;
219
		box-sizing: border-box;
220
	}
221
}
222

  
215 223
div.list-of-forms {
216 224
	span.form-number {
217 225
		-ms-flex-grow: 1;
static/nancy-2017/_custom.scss
561 561
	width: 100%;
562 562
}
563 563

  
564
#content .wcsformsofcategorycell {
565
	picture img {
566
		padding: 0;
567
	}
568
}
564 569

  
565 570
@each $i in 1, 2, 3, 4, 6, 12 {
566 571
	@for $j from 1 through $i {
567
-