design fixes
parent
dd803da047
commit
257174f43d
|
@ -21,6 +21,7 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<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>
|
||||
<div class="input-group mb-3">
|
||||
|
@ -30,6 +31,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="text-center font-weight-light">Library of Code sp-us</footer>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function listener(event) {
|
||||
const input = document.getElementById('auth');
|
||||
|
|
Loading…
Reference in New Issue