finetuning filers button aspect

This commit is contained in:
Antoine M 2023-11-16 14:08:37 +01:00
parent e52d237b5e
commit 9f8b52dc46

View File

@ -13,8 +13,8 @@
@apply h-auto; @apply h-auto;
} }
&__action-button { &__action-button {
@apply bg-white shadowed py-3 px-6 rounded-xl @apply bg-white shadowed py-4 px-4 rounded-xl
font-semibold font-bold
flex flex
justify-center justify-center
items-center items-center
@ -24,7 +24,6 @@
outline-offset: 0 !important; outline-offset: 0 !important;
transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out;
&:hover { &:hover {
@apply text-secondary;
transform: scale(1.02) translateY(-2px); transform: scale(1.02) translateY(-2px);
} }
.icon { .icon {