Nicer buttons and subject line

This commit is contained in:
Jeffrey Biles
2020-03-23 16:59:56 -07:00
parent 9675e25bcc
commit 6d30810e40

View File

@@ -8,7 +8,7 @@
</div>
<div>From: {{email.from}}</div>
<div>Subject: <strong>{{email.subject}}</strong></div>
<h2>Subject: <strong>{{email.subject}}</strong></h2>
<div v-html="emailMarkdown" />
</div>
</template>
@@ -55,4 +55,11 @@
.email {
text-align: left;
}
button {
font-size: 16px;
padding: 8px;
border-radius: 3px;
margin: 5px 10px 5px 0px;
}
</style>