diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index 9684834..5bcbf68 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -359,7 +359,11 @@ body.post-type-artisans { #admin_artisan_chantier_list { @apply border border-solid border-neutral-300; h3 { - @apply font-medium; + /* @apply font-medium; */ + color: #3c434a; + font-weight: 500; + font-size: 13px !important; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; } background: rgba(0, 0, 0, 0); @@ -369,7 +373,7 @@ body.post-type-artisans { } ul a { - @apply text-patrimoine-sante-securite text-lg flex items-center gap-2; + @apply text-patrimoine-sante-securite text-base flex items-center gap-2; filter: brightness(80%); img { @apply w-6 h-6 object-contain filter-patrimoine-sante-securite; @@ -652,14 +656,17 @@ select[data-enpassusermodified='yes'] { } } #acf-group_67581cdaf3262 { - @apply border-2 border-patrimoine-sante-securite border-solid p-0 rounded-xl; + @apply border border-patrimoine-sante-securite border-solid rounded-t-xl p-0; @apply bg-white; /* border: 2px solid red !important; */ .acf-field-6758467534c1e { @apply px-[10px]; label { - @apply font-normal !text-white text-xl bg-patrimoine-sante-securite px-4 py-2 rounded-t-xl block; + @apply !text-xs; + @apply font-normal !text-white bg-patrimoine-sante-securite rounded-t-xl px-4 py-2 block; + /* font-family: 13px !important; */ + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; } } .acf-field:not(.acf-field-6758467534c1e) { @@ -674,7 +681,10 @@ select[data-enpassusermodified='yes'] { #save-post-custom { @apply ml-auto w-fit p-0 mr-0; button { - @apply rounded-xl bg-amber-600 border-none text-white px-4 !py-1 mr-0; + @apply rounded-xl bg-amber-600 border-none text-white !px-4 !py-3 mr-0; + } + button:disabled { + @apply bg-neutral-300; } .spinner:not(.is-active) { @apply !hidden;