Projet

Général

Profil

0005-toulouse-2022-enlarge-buttons-vertically-69188.patch

Nicolas Roche, 16 septembre 2022 15:08

Télécharger (842 octets)

Voir les différences:

Subject: [PATCH 05/13] toulouse-2022: enlarge buttons vertically (#69188)

 static/toulouse-2022/_custom.scss | 5 +++++
 1 file changed, 5 insertions(+)
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
}
72

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

  
72 77
.rounded-button {
73 78
	border-radius: 2em;
74 79
}
75 80

  
76 81
.salmon-button {
77 82
	@extend %button;
78
-