refining styles and filters aspect
This commit is contained in:
parent
8acdfd6d62
commit
a447ff9d5a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user