Add email subscriptions (#38163)

This commit is contained in:
Eugen Rochko
2026-03-25 17:25:45 +01:00
committed by GitHub
parent b46d003e20
commit bcf0718a9a
108 changed files with 839 additions and 516 deletions

View File

@@ -721,6 +721,52 @@ table + p {
line-height: 24px;
}
// Banner item
.email-banner-table {
border-radius: 12px;
background-color: #1b001f;
background-image: url('../../images/mailer-new/common/header-bg-start.png');
background-position: left top;
background-repeat: repeat;
}
.email-banner-td {
padding: 24px 24px 14px;
}
.email-banner-text-td {
p {
margin: 0 0 12px;
color: #fff;
font-size: 14px;
font-weight: 600;
line-height: 16.8px;
}
.email-desktop-flex {
align-items: center;
}
.email-btn-table {
background-color: #fff;
}
.email-btn-td {
mso-padding-alt: 10px;
}
.email-btn-a {
color: #181820;
padding-left: 10px;
padding-right: 10px;
}
div + div {
margin-inline-start: auto;
margin-bottom: 12px;
}
}
// Checklist item
.email-checklist-wrapper-td {
padding: 4px 0;

View File

@@ -93,6 +93,26 @@
}
}
&.mini-table {
border-top: 1px solid var(--color-border-primary);
width: 50%;
& > tbody > tr > th,
& > tbody > tr > td {
padding: 12px 0;
}
& > tbody > tr > th {
color: var(--color-text-secondary);
font-weight: 400;
}
& > tbody > tr > td {
color: var(--color-text-primary);
font-weight: 600;
}
}
&.batch-table {
& > thead > tr > th {
background: var(--color-bg-primary);