Projet

Général

Profil

0007-roannais-icitoyen-adapt-style-of-new-more-items-mark.patch

Lauréline Guérin, 23 avril 2020 11:43

Télécharger (946 octets)

Voir les différences:

Subject: [PATCH 07/19] roannais-icitoyen: adapt style of new more-items markup
 (#40883)

 static/roannais-icitoyen/_custom.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
static/roannais-icitoyen/_custom.scss
426 426
			color: black;
427 427
		}
428 428

  
429
		&:not(.more-items) {
429
		&:not(.add-more-items) {
430 430
			position: relative;
431 431
			display: flex;
432 432
			align-items: center;
......
566 566
				background-color: $hexa;
567 567
			}
568 568

  
569
			li:not(.more-items) {
569
			li:not(.add-more-items) {
570 570
				&::before {
571 571
					color: $hexa;
572 572
				}
573
-