smaller button for rating on mobile
This commit is contained in:
parent
89a8ac936f
commit
fb279c46e8
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user