diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index ec940d2..e935af0 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -1,4 +1,5 @@ @import './base/filters.css'; +@import './base/shadows.css'; body.post-type-chantiers, body.post-type-artisans { @@ -316,3 +317,64 @@ ul.striped > :nth-child(odd) { @apply !text-neutral-500; } } + +/* #icl_translations, +.column-icl_translations { + width: 60px; +} */ + +.admin-column-metiers-container { + @apply flex flex-wrap; +} + +.admin-column-taxonomy-term { + @apply bg-patrimoine-sante-securite-light text-patrimoine-sante-securite + !font-normal !text-xs rounded-md block w-fit !px-2 !py-1; + &:hover { + @apply text-purple-900; + } +} + +.admin-column-metiers-container { + @apply flex flex-wrap gap-2; +} + +.column-metiers .no-results { + @apply text-neutral-400; +} + +#rank-math-seo-filter { + @apply hidden; +} + +/* .tablenav select[name='metiers'] { + @apply text-patrimoine-sante-securite bg-patrimoine-sante-securite-light; +} */ + +.button-primary { + @apply bg-patrimoine-sante-securite text-white; +} + +.metiers-patrimoine-data-exports-page { + @apply grid sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4; + .export-card { + @apply !rounded-lg border-none + flex flex-col items-center justify-center !p-8 + gap-8 text-center col-span-2 shadowed; + max-width: unset; + h2 { + @apply !m-0 text-patrimoine-sante-securite max-w-md leading-5 pb-2; + } + &__illustration { + max-width: 200px; + filter: hue-rotate(-100deg); + } + } + + .cta--primary { + @apply bg-patrimoine-sante-securite text-white border-purple-800 rounded-full; + &:hover { + @apply bg-purple-900 text-white; + } + } +}