css: remove unused dmail preview css.

This commit is contained in:
evazion
2019-09-19 02:54:53 -05:00
parent dacd5b0fc6
commit 72e20f14d4
2 changed files with 0 additions and 15 deletions

View File

@@ -171,8 +171,6 @@
--bulk-update-request-approved-color: green;
--bulk-update-request-failed-color: red;
--dmail-preview-border-color: #CCC;
--notice-background: #FFFBBF;
--notice-border: 1px solid #CCC999;

View File

@@ -1,18 +1,5 @@
@import "../base/000_vars.scss";
div#c-dmails {
tr.read-false {
font-weight: bold;
}
div#preview {
margin: 1em 0;
border: 1px solid var(--dmail-preview-border-color);
padding: 1em;
width: 40em;
h1 {
font-size: $h2_size;
}
}
}