Website redesign

This commit is contained in:
Lennart Ziburski
2017-12-06 23:09:33 +01:00
parent 834c5f4942
commit d2274afff2
14 changed files with 430 additions and 477 deletions

View File

@ -6,12 +6,16 @@ module.exports = {
lightestGrey: '#E6E6E6',
lighterGrey: '#F7F8F8',
lightGrey: '#F6F6F6',
lightishGrey: '#51555D',
grey: '#313D3E',
darkGrey: '#2F3132',
darkerGrey: '#1C1E1E',
blueGrey: '#9AA1AE',
lightGreen: '#97bf2f',
green: '#C9FA4B',
darkGreen: '#7CA511',
shadeBlue: '#EFF0F4',
blue: '#3A69C7',
// typography
thin: 100,
@ -35,7 +39,7 @@ module.exports = {
// border radius
borderRadius: '4px',
largeBorderRadius: '10px',
largeBorderRadius: '8px',
// responsive breakpoints
mobile: '480px',