Active Product Page back to working again

This commit is contained in:
Belen Curcio 2020-10-19 12:04:11 -03:00
parent ab51207548
commit 3877eb8085

View File

@ -1,11 +1,11 @@
.root {
@apply h-12 w-12 bg-primary text-primary rounded-full mr-3 inline-flex
items-center justify-center cursor-pointer transition duration-75 ease-in-out
items-center justify-center cursor-pointer transition duration-100 ease-in-out
p-0 shadow-none border-gray-200 border box-border;
}
.active.size {
@apply border-accents-2 border-2;
@apply border-accents-9 border-2;
}
.root:hover {