fix: minor UI styling

This commit is contained in:
liyasthomas
2021-07-20 15:59:30 +05:30
parent 88ccda8fd1
commit 2ace83bcaf
13 changed files with 110 additions and 129 deletions

View File

@@ -78,11 +78,11 @@ export default {
}
.tab {
@apply relative;
@apply flex;
@apply items-center;
@apply justify-center;
@apply px-4;
@apply py-3;
@apply px-4 py-3;
@apply text-secondary;
@apply font-semibold;
@apply text-xs;
@@ -91,7 +91,6 @@ export default {
@apply hover:text-secondaryDark;
@apply focus:text-secondaryDark;
@apply focus:outline-none;
@apply relative;
.tab-info {
@apply inline-flex;