This commit is contained in:
Belen Curcio
2020-10-26 17:49:31 -03:00
parent ada8fa59be
commit 64f928f55c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
.root {
@apply text-accents-1 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 border border-transparent items-center;
@apply bg-secondary text-accents-1 cursor-pointer inline-flex px-10 rounded-sm leading-6 transition ease-in-out duration-150 shadow-sm font-semibold text-center justify-center uppercase py-4 border border-transparent items-center;
}
.root:hover {