STYLE refined admin styles for artisans, including adjustments to font properties, button sizing, and border styling for improved UI consistency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
57a38f9f55
commit
1a2d15427c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user