mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
add new colors to constants
This commit is contained in:
parent
16cd49043d
commit
42dd083daf
@ -2,8 +2,12 @@
|
||||
|
||||
:root {
|
||||
--brand-primary: #0275d8;
|
||||
--brand-secondary: #160D42;
|
||||
--gray-light: #818a91;
|
||||
--confirmation: #38C647;
|
||||
}
|
||||
|
||||
@value brand-primary: var(--brand-primary);
|
||||
@value brand-secondary: var(--brand-secondary);
|
||||
@value gray-light: var(--gray-light);
|
||||
@value confirmation: var(--confirmation);
|
||||
|
Loading…
Reference in New Issue
Block a user