chore: [UEPR-48] added hex vslues for colours

This commit is contained in:
MiroslavDionisiev 2024-11-22 11:56:24 +02:00
parent 226780c089
commit 4038e22e28

View file

@ -25,8 +25,8 @@ $background-color: hsla(0, 0%, 99%, 1); //#FDFDFD
$motion-blue-3: hsla(215, 60%, 50%, 1);//#3373CC
$ui-light-blue: hsla(195, 63%, 86%, 1);
$ui-cyan-blue: hsla(194, 73%, 36%, 1);
$ui-light-blue: hsla(195, 63%, 86%, 1); //#C5E7f2
$ui-cyan-blue: hsla(194, 73%, 36%, 1); //#19809F
/* UI Secondary Colors */
/* 3.0 colors */
@ -51,7 +51,7 @@ $ui-light-primary: hsl(215, 100%, 95%);
$ui-light-primary-transparent: hsla(215, 100%, 95%, 0);
$ui-border: hsla(0, 0%, 85%, 1); //#D9D9D9
$ui-border-light-blue: hsla(215, 50%, 90%, 1); //##D9E3F2
$ui-border-light-blue: hsla(215, 50%, 90%, 1); //#D9E3F2
/* modals */
$ui-mint-green: hsl(163, 69%, 44%);