rouen-metropole: change cells border color (#76551)

This commit is contained in:
Corentin Sechet 2023-04-12 11:07:29 +02:00
parent e810fa7a8f
commit 7b933e3b4d
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ $yellow: #ffd400;
$yellow-dark: #efc600;
$blue: #3584e4;
$gray-light: #bfbfbf;
$gray: #999999;
$gray-dark: #333333;
$back-top-display: block;
@ -56,6 +57,9 @@ $buttons-order: previous, cancel (grow), submit;
$widget-focus-outline: 2px solid $blue;
$cell-border: 1px solid $gray;
$cell-entry-border: 1px solid $gray;
$wcs-step-background: $primary-color;
$wcs-step-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
$wcs-step-color: $font-color;