More consistent `wipe` buttons
This commit is contained in:
parent
234565b923
commit
577c911f34
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue