- refactor sections

- combine resume and metadata contexts
This commit is contained in:
Amruth Pillai
2020-07-09 19:18:04 +05:30
parent c00d7a9eef
commit 3b252476c4
41 changed files with 309 additions and 235 deletions
+7 -1
View File
@@ -14,10 +14,16 @@
@apply text-primary opacity-50;
}
.container label input:hover,
.container label textarea:hover,
.container label select:hover {
@apply outline-none border-secondary-dark;
}
.container label input:focus,
.container label textarea:focus,
.container label select:focus {
@apply outline-none border-gray-500;
@apply outline-none border-primary;
}
.container label > p {