mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-04 12:51:28 -05:00
chore: [UEPR-48] added hex vslues for colours
This commit is contained in:
parent
226780c089
commit
4038e22e28
1 changed files with 3 additions and 3 deletions
|
@ -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%);
|
||||
|
|
Loading…
Reference in a new issue