few tweaks

This commit is contained in:
Antoine M 2025-01-08 14:44:08 +01:00
parent a12a3b95d9
commit 96d506815d

View File

@ -1,5 +1,5 @@
.highlighted-purple { .highlighted-purple {
@apply font-bold underline underline-offset-4; @apply font-bold underline-offset-4;
} }
.artisans-posts { .artisans-posts {
@ -34,6 +34,14 @@
.posts-results-count { .posts-results-count {
@apply shrink-0; @apply shrink-0;
} }
input[type='radio'] {
@apply shrink-0 mt-2;
}
input[type='radio']:before {
box-shadow: inset 1em 1em #8b2ff7;
}
&__results-indications { &__results-indications {
@apply flex gap-1 items-center flex-wrap; @apply flex gap-1 items-center flex-wrap;
.results-count { .results-count {
@ -85,6 +93,7 @@
h4 { h4 {
@apply my-0; @apply my-0;
} }
.checkbox-choice { .checkbox-choice {
@apply pl-0 pt-1; @apply pl-0 pt-1;
@apply flex flex-wrap; @apply flex flex-wrap;
@ -150,7 +159,7 @@
@apply block !text-neutral-400 font-normal uppercase !text-base tracking-wider mb-4; @apply block !text-neutral-400 font-normal uppercase !text-base tracking-wider mb-4;
} }
.search-radio-card { .search-radio-card {
@apply bg-white rounded-lg p-4 shadowed flex justify-between cursor-pointer; @apply bg-white rounded-lg p-4 pr-6 shadowed flex items-center justify-between cursor-pointer;
label { label {
@apply font-bold; @apply font-bold;
} }