Skip to content

Commit 93cf170

Browse files
feat: update password reset and update pages to use colorscheme
1 parent ec06eb3 commit 93cf170

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

views/reset-password.tpl.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
>
88
{{ template "header.tpl.html" . }} {{ template "alerts.tpl.html" . }}
99

10+
<style>
11+
.logo {
12+
position: absolute;
13+
top: 0;
14+
}
15+
16+
#logo-side {
17+
left: 0;
18+
}
19+
</style>
20+
1021
<main
1122
class="mt-10 grow flex justify-center w-full max-w-screen-lg self-center"
1223
>

views/set-password.tpl.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
>
88
{{ template "header.tpl.html" . }} {{ template "alerts.tpl.html" . }}
99

10+
<style>
11+
.logo {
12+
position: absolute;
13+
top: 0;
14+
}
15+
16+
#logo-side {
17+
left: 0;
18+
}
19+
</style>
20+
1021
<main
1122
class="mt-10 grow flex justify-center w-full max-w-screen-lg self-center"
1223
>

0 commit comments

Comments
 (0)