Projet

Général

Profil

0001-liege-pwa-2019-adapt-styles-of-new-more-items-markup.patch

Thomas Jund, 28 avril 2020 15:18

Télécharger (1,12 ko)

Voir les différences:

Subject: [PATCH] liege-pwa-2019: adapt styles of new more-items markup
 (#40883)

 static/liege-pwa-2019/_custom.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
static/liege-pwa-2019/_custom.scss
626 626
		a {
627 627
			padding-left: 30px;
628 628
		}
629
		&.more-items {
629
		&.add-more-items {
630 630
			background: none;
631 631
		}
632 632
		&.required-authentication a,
......
642 642
			padding-right: 45px;
643 643
		}
644 644
	}
645
	ul > li.more-items a {
645
	ul > li.add-more-items a {
646 646
		padding-left: 0;
647 647
	}
648 648
	border: none;
......
691 691
        &--marker-nb {
692 692
            font-size: 1.4em;
693 693
        }
694
        
694

  
695 695
        // Tie
696 696
        &::after {
697 697
            z-index: -1 !important;
698
-