Make new project card
designs https://www.figma.com/file/VUh53RdncjZ7NuFYj0RGB9/CadHub?node-id=1150%3A1619 Resolves #492
This commit is contained in:
@@ -13,6 +13,9 @@ module.exports = {
|
||||
borderRadius: {
|
||||
half: '50%',
|
||||
},
|
||||
boxShadow: {
|
||||
ch: '0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(13, 13, 19, 0.15)',
|
||||
},
|
||||
colors: {
|
||||
'ch-gray': {
|
||||
900: '#0D0D13',
|
||||
@@ -35,9 +38,10 @@ module.exports = {
|
||||
200: '#DBDBEC',
|
||||
},
|
||||
'ch-blue': {
|
||||
600: '#79B2F8',
|
||||
700: '#08466F',
|
||||
650: '#0958BA',
|
||||
500: '5098F1',
|
||||
300: '#08466F'
|
||||
400: '#79B2F8',
|
||||
},
|
||||
'ch-pink': {
|
||||
800: '#93064F',
|
||||
|
||||
Reference in New Issue
Block a user