Created the colors.sass style
This commit is contained in:
parent
358a074b1e
commit
cede653aff
12
client/src/common/styles/_colors.sass
Normal file
12
client/src/common/styles/_colors.sass
Normal file
@ -0,0 +1,12 @@
|
||||
$background: #131427
|
||||
|
||||
$primary: #E3703F
|
||||
$red: #E33F3F
|
||||
|
||||
$white: #FFFFFF
|
||||
$darker-white: #E1E1E1
|
||||
|
||||
$gray: #B8B8B8
|
||||
$dark-gray: #494A5A
|
||||
|
||||
$black: #0F1012
|
Reference in New Issue
Block a user