Projet

Général

Profil

0001-correze-cd19-change-widget-unique-checkbox-position-.patch

Thomas Jund, 28 janvier 2021 11:05

Télécharger (865 octets)

Voir les différences:

Subject: [PATCH] correze-cd19: change widget unique checkbox position to left
 (#50539)

 static/correze-cd19/_vars.scss | 1 +
 1 file changed, 1 insertion(+)
static/correze-cd19/_vars.scss
17 17
$widget-border: 1px solid #ced4da;
18 18
$widget-focus-background: #f0f0f0;
19 19
$widget-focus-box-shadow: inset 2px 2px 5px 0 #c9c9c9;
20
$widget-unique-checkbox-position: left;
20 21
$title-background: $primary-color;
21 22
$title-font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
22 23
$title-color: white;
23
-