emails: Remove stale CSS from previous message email designs.

Elements with these classes stopped being generated in
a5c69fb707,
be762f9485, and
3a6fc09a4d.
This commit is contained in:
Tim Abbott 2023-04-25 17:31:14 -07:00
parent d79f4d4f46
commit f4424c38db

View File

@ -204,42 +204,6 @@ p.digest_paragraph,
}
/* CSS for digest email content. */
#private-messages {
width: 600px;
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.recipient_block {
background-color: #f0f4f5;
border: 1px solid #000;
margin-bottom: 4px;
}
.recipient_header {
color: #e0dada;
background-color: #444;
border-bottom: 1px solid #000;
font-weight: bold;
padding: 2px;
}
.message_content {
background-color: #eff3f4;
margin-left: 1px;
margin-right: 2px;
}
.message_sender {
font-weight: bold;
padding-top: 1px;
}
.message_content_block {
padding-left: 6px;
font-weight: normal;
}
.messages {
width: 600px;
font-size: 12px;
@ -264,48 +228,6 @@ p.digest_paragraph,
margin-right: 2px;
}
.hot_convo_message_sender {
font-weight: bold;
padding-top: 1px;
}
.recipient_block_with_messages {
border: 1px solid #000;
margin-bottom: 4px;
}
.recipient_header_with_messages {
background-color: #9ecaff;
border-bottom: 1px solid #000;
font-weight: bold;
padding: 2px;
}
.message_content_with_messages {
margin-left: 1px;
margin-right: 2px;
}
.recipient_block_without_messages {
background-color: #f0f4f5;
border: 1px solid #000;
margin-bottom: 4px;
}
.recipient_header_without_messages {
color: #fff;
background-color: #444;
border-bottom: 1px solid #000;
font-weight: bold;
padding: 2px;
}
.message_content_without_messages {
background-color: #f0f4f5;
margin-left: 1px;
margin-right: 2px;
}
.hot_convo_message_content_block {
padding-left: 6px;
font-weight: normal;