refactor(ui): minor ux improvements

This commit is contained in:
liyasthomas
2021-06-13 16:24:29 +05:30
parent 2ffd0be03f
commit 34cd604a91
9 changed files with 35 additions and 156 deletions

View File

@@ -49,7 +49,7 @@ body {
@apply text-base;
@apply font-medium;
@apply select-none;
@apply transition;
@apply transition-colors;
@apply ease-in-out;
@apply duration-150;
@@ -57,12 +57,6 @@ body {
-webkit-touch-callout: none;
}
body.afterLoad {
@apply transition-colors;
@apply ease-in-out;
@apply duration-150;
}
body.sticky-footer footer {
@apply opacity-25;
}