Projet

Général

Profil

0001-boussu-set-footer-background-color-to-red-65936.patch

Nicolas Roche, 02 juin 2022 15:48

Télécharger (1013 octets)

Voir les différences:

Subject: [PATCH] boussu: set footer background color to red (#65936)

 static/boussu-2022/_vars.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/boussu-2022/_vars.scss
42 42
$cell-title-cover-border: false;
43 43

  
44 44
$cell-border-radius: 5px 5px 0 0;
45 45

  
46 46
$button-border-radius: 5px;
47 47
$button-background: $darkgray;
48 48
$button-hover-background: darken($darkgray, 10%);
49 49

  
50
$footer-background: $blue;
50
$footer-background: $red;
51 51

  
52 52
$widget-focus-border: 1px solid $blue;
53 53
$buttons-order: previous, cancel (grow), submit;
54 54

  
55 55
$wcs-steps-spacing: 1rem;
56 56
$wcs-step-border-bottom: none;
57 57
$wcs-step-marker-type: disc tied;
58 58
$wcs-step-marker-tie-width: 3px;
59
-