fix: minor UI transitions

This commit is contained in:
Liyas Thomas
2020-12-15 07:58:12 +05:30
parent afd07562b4
commit dd40df4b37
4 changed files with 18 additions and 10 deletions

View File

@@ -58,7 +58,8 @@
li {
@apply w-full;
@apply block;
@apply p-2;
@apply py-2;
@apply px-4;
@apply text-sm;
@apply font-mono;
@apply font-normal;

View File

@@ -57,6 +57,9 @@
@apply text-sm;
@apply rounded-lg;
@apply cursor-pointer;
@apply transition-colors;
@apply ease-in-out;
@apply duration-200;
.material-icons {
@apply m-4;