1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Generalised form styles

This commit is contained in:
2022-03-07 14:45:09 +00:00
parent c6419cad8b
commit 27a4ecd7c1
8 changed files with 35 additions and 33 deletions

View File

@@ -1,8 +1,8 @@
{{> mainPageHeader name='Log Out' }}
<div class='mainForm'>
<div class='formContainer'>
<p style='text-align: center;'>You are logged in as <span class='hl'>{{ username }}</span></p>
<form action='/logout' method='post'>
<input type='submit' class='btn btn--primary' value='Log Out'/>
<input type='submit' class='btn btn--primary btn--full' value='Log Out'/>
</form>
</div>