summaryrefslogtreecommitdiff
path: root/src/web/_views/apps/auth
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-12-20 11:23:32 -0500
committerFreya Murphy <freya@freyacat.org>2024-12-20 11:23:32 -0500
commitedb6022ebef9dcc07e74c3697229cab8d49c4c84 (patch)
tree02378933fad7247928a95de05664cce47db14037 /src/web/_views/apps/auth
parentrework styles with scss (diff)
downloadxssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.gz
xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.tar.bz2
xssbook2-edb6022ebef9dcc07e74c3697229cab8d49c4c84.zip
finish scss conversion
Diffstat (limited to 'src/web/_views/apps/auth')
-rw-r--r--src/web/_views/apps/auth/login.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/web/_views/apps/auth/login.php b/src/web/_views/apps/auth/login.php
index 1741ac5..ac4cd02 100644
--- a/src/web/_views/apps/auth/login.php
+++ b/src/web/_views/apps/auth/login.php
@@ -7,7 +7,7 @@
</div>
<div class="form card col">
<form id="action-login" class="col" action="">
- <div class="rel mb">
+ <div class="form-input mb">
<input
type="text"
name="username"
@@ -19,7 +19,7 @@
<?=ucfirst(lang('ph_username'))?>
</label>
</div>
- <div class="rel mb">
+ <div class="form-input mb">
<input
type="password"
name="password"
@@ -31,18 +31,18 @@
</label>
</div>
<?=ilang('action_login',
- class: 'btn btn-submit grow',
+ class: 'btn btn-primary btn-alt grow',
button: TRUE,
attrs: array('type' => 'submit')
)?>
- <?=ilang('action_forgot_passwd',
+ <?/*=ilang('action_forgot_passwd',
class: 'btn btn-blend btn-primary grow mt'
- )?>
+ )*/?>
</form>
<hr>
<?=ilang('action_create_account',
id: 'action-register',
- class: 'btn btn-success grow',
+ class: 'btn btn-success btn-alt grow',
button: TRUE,
attrs: array('type' => 'submit')
)?>