More consistent `wipe` buttons

This commit is contained in:
Sage Vaillancourt 2022-10-02 09:49:24 -04:00
parent 234565b923
commit 577c911f34
2 changed files with 3 additions and 8 deletions

View File

@ -219,19 +219,14 @@ textarea {
color: #a40f0f;
}
.wipe {
margin-left: auto;
padding: 0.5em 1em 0.5em 1em;
}
#body {
flex-grow: 1;
}
.wipe {
margin-left: auto;
padding: 10px 25px;
font-family: 'Barlow', "Roboto", sans-serif;
font-weight: 500;
font-family: 'BarlowMedium', "Roboto", sans-serif;
background: black;
outline: none !important;
cursor: pointer;

View File

@ -84,7 +84,7 @@
<div style="text-align: right; margin-bottom: 2em;">
<a href="javascript:void(0)"
class="wipe up-wipe"
style="margin-bottom: 1em; font-weight: bold;"
style="margin-bottom: 1em;"
onclick="clearErrors();document.getElementById('letter-form').submit()"
>Generate PDF</a>
</div>