finetuning filers button aspect
This commit is contained in:
parent
e52d237b5e
commit
9f8b52dc46
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user