Fix allow_mail_archived_partner causing system notifications to send emails

This commit is contained in:
Kristof Bernaert
2026-01-26 00:44:43 +01:00
commit f64fbb5e06
25 changed files with 453 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/* Custom styling for archived partner warning */
.archived-warning-custom {
margin: -20px 00 5px 0;
padding-top: 13px;
border-left: 4px solid #f0ad4e;
background: linear-gradient(135deg, #fcf8e3 0%, #faf2cc 100%);
}
.archived-warning-custom i {
font-size: 18px;
margin-right: 5px;
}
.archived-warning-custom strong {
font-size: 14px;
}