add new variables to status

This commit is contained in:
Bruno Windels 2018-10-24 13:56:42 +02:00
parent a478f02c5b
commit 03dcc97ce9

View file

@ -117,7 +117,11 @@ $primary-hairline-color: #e5e5e5;
// used for the border of input text fields
$input-border-color: #c9cfd4;
$input-darker-bg-color: #c1c9d6;
$input-darker-fg-color: #9fa9ba;
$button-bg-color: #7ac9a1;
$button-fg-color: white;
// apart from login forms, which have stronger border
$strong-input-border-color: #c7c7c7;