mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Add email subscriptions (#38163)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user