Projet

Général

Profil

0003-cci-fix-pk-button-and-pk-big-button-color-in-wcs-bod.patch

Corentin Séchet, 02 novembre 2022 15:49

Télécharger (666 octets)

Voir les différences:

Subject: [PATCH 3/3] cci: fix pk-button and pk-big-button color in wcs body
 (#70820)

 static/cci/_wcs.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/cci/_wcs.scss
23 23
	&--body {
24 24
		padding: 1rem;
25 25

  
26
		a:not([role=button]){
26
		a:not([role=button]):not(.pk-button):not(.pk-big-button) {
27 27
			@extend %cci-link;
28 28
		}
29 29
	}
30
-