remotes/1693045480750635534/spooky-22
kek7198 2021-12-05 06:54:46 -06:00
parent b5ef482e4b
commit 780a59614c
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
</head> </head>
<body class="h-full bg-gradient-to-t from-gray-500 to-gray-400" id="login"> <body class="h-full bg-gradient-to-t from-gray-500 to-gray-400">
<div class="min-h-full flex flex-col items-center justify-center py-12 px-4 sm:px-6 lg:px-8"> <div class="min-h-full flex flex-col items-center justify-center py-12 px-4 sm:px-6 lg:px-8">
@ -98,8 +98,8 @@
<input class="form-input" id="password_confirm" aria-describedby="passwordConfirmHelp" type="password" name="password_confirm" required=""> <input class="form-input" id="password_confirm" aria-describedby="passwordConfirmHelp" type="password" name="password_confirm" required="">
<div class="mt-4"> <div class="mt-4">
<input type="checkbox" id="termsCheck" required> <input type="checkbox" id="termsCheck" required>
<label class="text-gray-400 text-xs pl-1" for="termsCheck">I accept the <label class="text-gray-400 text-xs pl-1" for="termsCheck">
<a href="/rules" target="_blank" class="text-blue-500 hover:text-blue-600">terms and conditions</a> I accept the <a href="/rules" target="_blank" class="text-blue-500 hover:text-blue-600">terms and conditions</a>
</label> </label>
</div> </div>
</div> </div>