From a447ff9d5acb8184a9cd5b2c242c180ccced4808 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 26 Feb 2025 10:12:00 +0100 Subject: [PATCH] refining styles and filters aspect --- resources/css/dashboard/gestion-artisans.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources/css/dashboard/gestion-artisans.css b/resources/css/dashboard/gestion-artisans.css index 0ea33a8..817b60d 100644 --- a/resources/css/dashboard/gestion-artisans.css +++ b/resources/css/dashboard/gestion-artisans.css @@ -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 {