- designing the dashboard

- resume preview
- create resume modal
This commit is contained in:
Amruth Pillai
2020-07-04 10:26:29 +05:30
parent dd5e594dc9
commit e1f1d84201
27 changed files with 556 additions and 26 deletions
+15
View File
@@ -0,0 +1,15 @@
.container > label {
@apply flex flex-col;
}
.container > label > span {
@apply mb-1 text-gray-600 font-medium text-sm uppercase;
}
.container > label > input {
@apply py-4 px-4 rounded bg-gray-200 border border-gray-200;
}
.container > label > input:focus {
@apply outline-none border-gray-500;
}