Projet

Général

Profil

0001-toulouse-2022-use-same-padding-on-widget-fields-and-.patch

Nicolas Roche, 26 octobre 2022 14:43

Télécharger (853 octets)

Voir les différences:

Subject: [PATCH] toulouse-2022: use same padding on widget fields and buttons
 (#70724)

 static/toulouse-2022/_custom.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/toulouse-2022/_custom.scss
62 62
	text-decoration: underline;
63 63
}
64 64

  
65 65
// button
66 66
%button {
67 67
	box-shadow: none !important;
68 68
	text-decoration: none;
69 69
	font-weight: bold;
70
	padding: 0.625em 1em;
70
	padding: $widget-padding;
71 71
}
72 72

  
73 73
a.pk-button.pk-button {
74 74
	padding: 0.625em 1em;
75 75
}
76 76

  
77 77
.rounded-button {
78 78
	border-radius: 2em;
79
-