Projet

Général

Profil

0001-toulouse-2022-enlarge-widget-padding-69947.patch

Nicolas Roche, 06 octobre 2022 12:18

Télécharger (1,03 ko)

Voir les différences:

Subject: [PATCH] toulouse-2022: enlarge widget padding (#69947)

 static/toulouse-2022/_vars.scss | 1 +
 1 file changed, 1 insertion(+)
static/toulouse-2022/_vars.scss
99 99
$wcs-step-marker-type: disc tied;
100 100
$wcs-step-marker-tie-width: 1px;
101 101
$wcs-step-marker-tie-color: $gray-5;
102 102
$wcs-steps-small-layout-limit: $mobile-limit;
103 103

  
104 104
$widget-border: 1px solid $gray-6;
105 105
$widget-focus-border: 1px solid $gray-3;
106 106
$widget-unique-checkbox-position: left;
107
$widget-padding: 19px 25px 21px 30px;
107 108

  
108 109
$form-accent-color: $gray-3;
109 110
$buttons-order: cancel, previous, submit;
110 111
$buttons-alignment: center;
111 112
$cancel-button-style: ".gray-button";
112 113

  
113 114
$notification-icon-size: 28px;
114 115

  
115
-