smaller button for rating on mobile

This commit is contained in:
Antoine M 2024-05-28 11:44:01 +02:00
parent 89a8ac936f
commit fb279c46e8
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
} }
input.gfield-choice-input { input.gfield-choice-input {
@apply rounded-none border-none; @apply rounded-none border-none;
@apply w-20 h-12 bg-no-repeat bg-center bg-contain cursor-pointer py-4 rounded-2xl bg-transparent box-content; @apply w-16 md:w-20 h-12 bg-no-repeat bg-center bg-contain cursor-pointer py-4 rounded-2xl bg-transparent box-content;
box-shadow: none; box-shadow: none;
filter: grayscale(100%) opacity(0.5); filter: grayscale(100%) opacity(0.5);

View File

@ -11,7 +11,7 @@
} }
input.gfield-choice-input { input.gfield-choice-input {
@apply rounded-none border-none; @apply rounded-none border-none;
@apply w-20 h-12 bg-no-repeat bg-center bg-contain cursor-pointer py-4 rounded-2xl bg-transparent box-content; @apply w-16 md:w-20 h-12 bg-no-repeat bg-center bg-contain cursor-pointer py-4 rounded-2xl bg-transparent box-content;
box-shadow: none; box-shadow: none;
filter: grayscale(100%) opacity(0.5); filter: grayscale(100%) opacity(0.5);
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;