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