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; color: #a40f0f;
} }
.wipe {
margin-left: auto;
padding: 0.5em 1em 0.5em 1em;
}
#body { #body {
flex-grow: 1; flex-grow: 1;
} }
.wipe { .wipe {
margin-left: auto;
padding: 10px 25px; padding: 10px 25px;
font-family: 'Barlow', "Roboto", sans-serif; font-family: 'BarlowMedium', "Roboto", sans-serif;
font-weight: 500;
background: black; background: black;
outline: none !important; outline: none !important;
cursor: pointer; cursor: pointer;

View File

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