ma-cnil: use a new verylightgray color for widget-border (#55618)

This commit is contained in:
Thomas NOËL 2021-07-15 16:04:28 +02:00
parent 2c44764108
commit 828f6653a9
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ $lightblue: #3879bf;
$lightgray: #f8f7f7;
$red: #dd2c2d;
$deepblue: #004084;
$verylightgray: #cbcbcb;
$font-family: "Open Sans", arial, sans-serif;
@ -41,7 +42,7 @@ $button-color: white;
$button-border-radius: 0;
$link-color: $lightblue;
$cell-border: none;
$widget-border: 2px solid $gray;
$widget-border: 2px solid $verylightgray;
$widget-focus-border: 2px solid #66afe9;
$grid-gutter: 2rem;