refining status and placeholder
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
43cd094e01
commit
39560dc2cf
|
|
@ -14,6 +14,10 @@ body.post-type-artisans {
|
||||||
.post-type-artisans #icl_translations {
|
.post-type-artisans #icl_translations {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ---------------------------
|
||||||
|
STATUTS
|
||||||
|
---------------------------*/
|
||||||
.post-type-artisans {
|
.post-type-artisans {
|
||||||
.status-state {
|
.status-state {
|
||||||
@apply font-medium !rounded-2xl px-2 py-2 w-fit mx-auto;
|
@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;
|
@apply text-rose-700;
|
||||||
}
|
}
|
||||||
&--to_actualize {
|
&--to_actualize {
|
||||||
@apply text-amber-600;
|
@apply text-amber-500;
|
||||||
|
}
|
||||||
|
&--to_contact {
|
||||||
|
@apply text-yellow-500;
|
||||||
}
|
}
|
||||||
&--waiting_feedback,
|
&--waiting_feedback,
|
||||||
&--new_artisan_to_contact {
|
&--ongoing {
|
||||||
@apply text-sky-600;
|
@apply text-blue-600;
|
||||||
}
|
|
||||||
&--being_updated {
|
|
||||||
@apply text-cyan-600;
|
|
||||||
}
|
}
|
||||||
&--rejected {
|
&--rejected {
|
||||||
@apply text-slate-600;
|
@apply text-rose-400;
|
||||||
/* filter: saturate(20%); */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
@media screen and (max-width: 1600px) {
|
|
||||||
#conseiller,
|
#conseiller,
|
||||||
#status,
|
#status,
|
||||||
#lastmodified,
|
#lastmodified,
|
||||||
|
|
@ -50,6 +51,8 @@ body.post-type-artisans {
|
||||||
.column-status {
|
.column-status {
|
||||||
@apply text-center;
|
@apply text-center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1600px) {
|
||||||
#lastmodified,
|
#lastmodified,
|
||||||
#onlinedate,
|
#onlinedate,
|
||||||
#conseiller {
|
#conseiller {
|
||||||
|
|
@ -99,6 +102,10 @@ body.post-type-artisans {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ---------------------------
|
||||||
|
STATUTS
|
||||||
|
---------------------------*/
|
||||||
|
|
||||||
.subsubsub {
|
.subsubsub {
|
||||||
.all,
|
.all,
|
||||||
.publish,
|
.publish,
|
||||||
|
|
@ -442,3 +449,7 @@ ul.striped > :nth-child(odd) {
|
||||||
.misc-pub-section.rank-math-seo-score {
|
.misc-pub-section.rank-math-seo-score {
|
||||||
@apply !hidden;
|
@apply !hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.acf-input-wrap input::placeholder {
|
||||||
|
@apply text-neutral-400;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user