Profile page

- Created a mock profile page
This commit is contained in:
2020-11-13 18:17:32 +00:00
parent 6945c27ec0
commit a3fbc61162
6 changed files with 323 additions and 118 deletions

View File

@@ -12,6 +12,22 @@ module.exports = {
xl: '1280px',
xxl: '1920px',
},
extend: {
colors: {
'light-blue': {
'50': '#f0f9ff',
'100': '#e0f2fe',
'200': '#bae6fd',
'300': '#7dd3fc',
'400': '#38bdf8',
'500': '#0ea5e9',
'600': '#0284c7',
'700': '#0369a1',
'800': '#075985',
'900': '#0c4a6e',
}
}
}
},
variants: {},
plugins: [require('@tailwindcss/ui')],