diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 52a959c..3f6c9a7 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -14,6 +14,10 @@ body.post-type-artisans { .post-type-artisans #icl_translations { width: 40px; } + +/* --------------------------- + STATUTS + ---------------------------*/ .post-type-artisans { .status-state { @apply font-medium !rounded-2xl px-2 py-2 w-fit mx-auto; @@ -24,22 +28,19 @@ body.post-type-artisans { @apply text-rose-700; } &--to_actualize { - @apply text-amber-600; + @apply text-amber-500; + } + &--to_contact { + @apply text-yellow-500; } &--waiting_feedback, - &--new_artisan_to_contact { - @apply text-sky-600; - } - &--being_updated { - @apply text-cyan-600; + &--ongoing { + @apply text-blue-600; } &--rejected { - @apply text-slate-600; - /* filter: saturate(20%); */ + @apply text-rose-400; } } -} -@media screen and (max-width: 1600px) { #conseiller, #status, #lastmodified, @@ -50,6 +51,8 @@ body.post-type-artisans { .column-status { @apply text-center; } +} +@media screen and (max-width: 1600px) { #lastmodified, #onlinedate, #conseiller { @@ -99,6 +102,10 @@ body.post-type-artisans { } } +/* --------------------------- + STATUTS + ---------------------------*/ + .subsubsub { .all, .publish, @@ -442,3 +449,7 @@ ul.striped > :nth-child(odd) { .misc-pub-section.rank-math-seo-score { @apply !hidden; } + +.acf-input-wrap input::placeholder { + @apply text-neutral-400; +}