Projet

Général

Profil

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

Nicolas Roche, 26 octobre 2022 17:33

Télécharger (808 octets)

Voir les différences:

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

 static/toulouse-2022/_custom.scss | 1 -
 1 file changed, 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;
71 70
}
72 71

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

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