Projet

Général

Profil

0002-gpseo-adapt-style-of-new-more-items-markup-40883.patch

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

Télécharger (846 octets)

Voir les différences:

Subject: [PATCH 02/19] gpseo: adapt style of new more-items markup (#40883)

 static/gpseo/_custom.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
static/gpseo/_custom.scss
434 434
			padding-bottom: 0.5em;
435 435
		}
436 436

  
437
		&:not(.more-items) {
437
		&:not(.add-more-items) {
438 438
			> a::before {
439 439
				content: "▶";
440 440
				color: $blue;
......
445 445
			}
446 446
		}
447 447

  
448
		&.more-items {
448
		&.add-more-items {
449 449
			text-align: center;
450 450
			> a {
451 451
				@extend .pk-button;
452
-