This commit is contained in:
Belen Curcio
2020-10-14 19:36:59 -03:00
parent 74b14ef2a4
commit 8f90757eda
7 changed files with 40 additions and 17 deletions

View File

@@ -18,5 +18,5 @@
}
.loading {
@apply bg-accent-1 text-accent-3 border-accent-2 cursor-not-allowed;
@apply bg-accents-1 text-accents-3 border-accents-2 cursor-not-allowed;
}

View File

@@ -14,7 +14,7 @@
@apply inline-flex text-center items-center leading-7;
& span {
@apply bg-accent-6 rounded-full h-2 w-2;
@apply bg-accents-6 rounded-full h-2 w-2;
animation-name: blink;
animation-duration: 1.4s;
animation-iteration-count: infinite;