refining styles and filters aspect

This commit is contained in:
Antoine M 2025-02-26 10:12:00 +01:00
parent 8acdfd6d62
commit a447ff9d5a

View File

@ -6,6 +6,23 @@
@apply mr-8;
}
}
h2.page-title {
@apply text-2xl font-medium text-neutral-600;
}
}
.filters {
@apply flex gap-1 items-center pt-4 mb-12;
a {
border: none !important;
&.filter-active {
@apply bg-neutral-500 text-white opacity-20 pointer-events-none;
}
&:not(.filter-active) {
@apply bg-patrimoine-sante-securite text-white;
}
}
}
.group-artisans {