fix: cms colors
This commit is contained in:
parent
88cfe18a6b
commit
a336eb4945
1 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
$base-color: #426156;
|
||||
$shade1: #728F8D;
|
||||
$shade2: #CBD6D5;
|
||||
$shade3: #E3E9E8;
|
||||
$contrast-color: #7D1224;
|
||||
$contrast-shade1: #C14953;
|
||||
$base-color: var(--base-color);
|
||||
$shade1: var(--shade1);
|
||||
$shade2: var(--shade2);
|
||||
$shade3: var(--shade3);
|
||||
$contrast-color: var(--contrast-color);
|
||||
$contrast-shade1: var(--contrast-shade1);
|
||||
$text-color: #000000;
|
||||
$border-radius: 13px;
|
||||
$border-radius: var(--border-radius);
|
||||
|
||||
$white: #ffffff;
|
||||
$light-grey: #f3f3f3;
|
||||
|
|
|
|||
Loading…
Reference in a new issue