Loading State for Button

This commit is contained in:
Belen Curcio
2020-10-14 17:21:29 -03:00
parent c06073ea55
commit 04d79f1f7f
9 changed files with 100 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
@apply text-secondary cursor-pointer inline-flex px-10 rounded-sm leading-6
bg-secondary transition ease-in-out duration-150 shadow-sm font-semibold
text-center justify-center uppercase py-4 uppercase text-center focus:outline-none
border border-transparent;
border border-transparent items-center;
}
.root:hover {
@@ -17,6 +17,6 @@
@apply bg-gray-600;
}
s.filled {
@apply text-white bg-black;
.loading {
@apply bg-accent-1 text-accent-3 border-accent-2 cursor-not-allowed;
}