mirror of https://github.com/zulip/zulip.git
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:
parent
07e99eace9
commit
40f2419091
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue