handling chantier list in backend
This commit is contained in:
parent
898751f746
commit
142d4fc197
|
|
@ -1,3 +1,5 @@
|
||||||
|
@import './base/filters.css';
|
||||||
|
|
||||||
body.post-type-chantiers,
|
body.post-type-chantiers,
|
||||||
body.post-type-artisans {
|
body.post-type-artisans {
|
||||||
#titlediv {
|
#titlediv {
|
||||||
|
|
@ -255,3 +257,23 @@ body.post-type-artisans {
|
||||||
.block-editor-link-control__search-item-top {
|
.block-editor-link-control__search-item-top {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#admin_artisan_chantier_list {
|
||||||
|
h3 {
|
||||||
|
@apply pl-0 font-normal;
|
||||||
|
}
|
||||||
|
ul a {
|
||||||
|
@apply text-patrimoine-sante-securite text-lg flex items-center gap-2;
|
||||||
|
filter: brightness(80%);
|
||||||
|
img {
|
||||||
|
@apply w-6 h-6 object-contain filter-patrimoine-sante-securite;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.edit-fiche-artisan-link {
|
||||||
|
@apply pt-3 text-patrimoine-sante-securite !font-semibold flex items-center gap-2;
|
||||||
|
img {
|
||||||
|
@apply w-6 h-6 object-contain filter-patrimoine-sante-securite;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user