- recreating onyx template

- profile section complete
This commit is contained in:
Amruth Pillai
2020-07-05 16:45:29 +05:30
parent 03e1de1d14
commit 49a867dd37
17 changed files with 159 additions and 53 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
}
.container > label > span {
@apply mb-1 text-secondary-dark font-medium text-xs uppercase;
@apply mb-1 text-secondary-dark font-semibold tracking-wide text-xs uppercase;
}
.container > label > input {
@@ -19,7 +19,7 @@
}
.container > label > input:focus {
@apply outline-none border-secondary-dark;
@apply outline-none border-gray-500;
}
.container > label > p {