design fixes

merge-requests/4/head
Matthew 2020-08-31 00:45:35 -04:00
parent dd803da047
commit 257174f43d
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 10 additions and 6 deletions

View File

@ -21,6 +21,7 @@
</script> </script>
</head> </head>
<body> <body>
<div class="container">
<h2>Referral Authorization Form</h2> <h2>Referral Authorization Form</h2>
<p style="font-style: italic;">This form is for authorizing referral requests that you've provided to other users. If you've received this request from someone you don't recognize, please let us know right away.</p> <p style="font-style: italic;">This form is for authorizing referral requests that you've provided to other users. If you've received this request from someone you don't recognize, please let us know right away.</p>
<div class="input-group mb-3"> <div class="input-group mb-3">
@ -30,6 +31,9 @@
</div> </div>
</div> </div>
<footer class="text-center font-weight-light">Library of Code sp-us</footer>
</div>
<script> <script>
function listener(event) { function listener(event) {
const input = document.getElementById('auth'); const input = document.getElementById('auth');