Projet

Général

Profil

0001-scss-apply-account-profile-bloc-styles-to-profile-ce.patch

Thomas Jund, 22 avril 2021 10:41

Télécharger (673 octets)

Voir les différences:

Subject: [PATCH] scss: apply account #profile bloc styles to profile-cell
 (#53332)

 static/includes/_cells.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/includes/_cells.scss
802 802
		margin-right: 0;
803 803
	}
804 804
}
805

  
806
.profile-cell .profile {
807
	@extend #profile;
808
}
805
-