custom status style for en-attente
This commit is contained in:
parent
3837ee8f18
commit
0117693fcc
|
|
@ -5,6 +5,29 @@ body.post-type-artisans {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.iedit.type-artisans.status-pending.hentry {
|
||||||
|
/* @apply bg-rose-50; */
|
||||||
|
|
||||||
|
.column-title {
|
||||||
|
color: transparent;
|
||||||
|
a {
|
||||||
|
/* @apply text-red-900; */
|
||||||
|
}
|
||||||
|
.post-state {
|
||||||
|
/* @apply text-white bg-rose-700 px-3 py-1 rounded-2xl font-medium text-sm; */
|
||||||
|
@apply text-rose-700 px-3 py-1 rounded-2xl font-medium text-sm border-2 border-rose-700 border-solid;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#acf-group_672358433051b,
|
||||||
|
#acf-group_673610d8e548a {
|
||||||
|
@apply opacity-60;
|
||||||
|
* {
|
||||||
|
cursor: not-allowed;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.edit-post-visual-editor__post-title-wrapper {
|
.edit-post-visual-editor__post-title-wrapper {
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: revert;
|
font-weight: revert;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user