Compare commits

...

2 Commits

Author SHA1 Message Date
b58b1536cd few admin styles tweaks
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-10 15:25:35 +01:00
f8417b8347 refining message text tile label font size 2024-12-10 15:05:24 +01:00

View File

@ -297,6 +297,22 @@ body.post-type-artisans {
@apply border border-neutral-200 border-solid p-4; @apply border border-neutral-200 border-solid p-4;
div[data-type='message'] { div[data-type='message'] {
@apply text-neutral-900 py-0 text-xl; @apply text-neutral-900 py-0 text-base;
}
}
.striped > tbody > :nth-child(odd),
ul.striped > :nth-child(odd) {
@apply bg-neutral-50;
background-color: #efeef04d;
}
#the-list {
.rank-math-column-display.seo-score,
.rank-math-column-display.schema-type {
@apply !hidden;
}
.rank_math_seo_details.column-rank_math_seo_details > *,
.date.column-date {
@apply !text-neutral-500;
} }
} }