refactor(ui): introduce landing page + minor fixes

This commit is contained in:
liyasthomas
2021-07-19 18:42:33 +05:30
parent f1ad7b9ef5
commit 68c00433f5
17 changed files with 162 additions and 124 deletions

View File

@@ -177,6 +177,7 @@ hr {
.input,
.select {
@apply flex;
@apply flex-1;
@apply w-full;
@apply px-4;
@apply py-2;
@@ -184,7 +185,9 @@ hr {
@apply truncate;
@apply rounded-lg;
@apply font-semibold;
@apply border-2;
@apply font-mono;
@apply text-xs;
@apply border;
@apply border-divider;
@apply transition;
@apply focus:outline-none;