emails: Delete unused CSS selectors.

These selectors have been deleted because they were not being used
anywhere in '/templates/zerver/emails/**', and do not seem relevant
for send_custom_email custom emails that we might do manually.
This commit is contained in:
Daniil Fadeev
2023-04-26 14:23:39 +07:00
committed by Tim Abbott
parent 07e99eace9
commit 40f2419091

View File

@@ -166,10 +166,6 @@ p.digest_paragraph,
color: #434388 !important;
}
.important {
border-bottom: 3px solid #d4e3e8;
}
.body .button {
display: block;
padding: 10px 0;
@@ -261,11 +257,6 @@ p.digest_paragraph,
padding-bottom: 10px;
}
.missed_message_sender {
text-decoration: underline;
font-weight: bold;
}
.content_disabled_help_link {
color: #15c;
}
@@ -300,10 +291,6 @@ p.digest_paragraph,
padding: 0 10px 10px;
}
table[class="body"] .article {
padding: 10px !important;
}
table[class="body"] .content {
padding: 0 !important;
}
@@ -318,20 +305,6 @@ p.digest_paragraph,
border-radius: 0 !important;
border-right-width: 0 !important;
}
table[class="body"] .btn table {
width: 100% !important;
}
table[class="body"] .btn a {
width: 100% !important;
}
table[class="body"] .img-responsive {
height: auto !important;
max-width: 100% !important;
width: auto !important;
}
}
@media all {