From 440f0356371d2d7256a980e98ab2a89fc17518b2 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 4 Mar 2025 16:16:56 +0100 Subject: [PATCH] styling the columns of each post --- resources/css/dashboard/gestion-artisans.css | 21 ++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/resources/css/dashboard/gestion-artisans.css b/resources/css/dashboard/gestion-artisans.css index 817b60d..09eabb6 100644 --- a/resources/css/dashboard/gestion-artisans.css +++ b/resources/css/dashboard/gestion-artisans.css @@ -38,18 +38,30 @@ } &__list { + li.list-titles { + border: none !important; + @apply !items-end py-0 mb-0 text-neutral-400; + p { + @apply mt-0 mb-2; + } + > span { + @apply text-center; + } + } li { - @apply flex justify-between items-center pl-4 py-2; + /* @apply flex justify-between items-center */ + @apply grid pl-4 py-2 gap-4; + grid-template-columns: 2fr 1fr 2fr 1fr; border-left: 4px solid theme('colors.rose.300'); &:nth-child(even) { @apply bg-stone-50; } - a { - @apply w-fit block text-base; + a.post-link { + @apply w-fit block text-base mr-auto; } .status-state { - @apply mx-0; + @apply mx-0 h-fit; } } } @@ -69,6 +81,7 @@ border-left: 4px solid theme('colors.yellow.400'); } } + &--to-contact, &--ongoing, &--waiting-feedback { .group-artisans__title {