backoffice: use proper block backgrounds when draft recall is present (#49780)

This commit is contained in:
Frédéric Péters 2020-12-29 20:30:45 +01:00
parent 78e3293379
commit 39c8c1bb8e
1 changed files with 7 additions and 0 deletions

View File

@ -2041,9 +2041,16 @@ div.form-validation form div.page {
border: none;
}
div.drafts-recall {
@extend %block;
margin-bottom: 1em;
}
div.drafts-recall,
div.workflow-messages > div,
div.workflow-messages > p,
div#main-content > h2:first-child + form,
div.drafts-recall + form,
div.form-validation form {
@extend %block;
}