From 68ee4e003c7189ca9530f8c1cb70a623ab47831c Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 8 Dec 2023 19:44:09 +0100 Subject: css correction #1300 --- web/html/login.html | 325 +++++++++++++++++++++++++++++++++++----------------- 1 file changed, 222 insertions(+), 103 deletions(-) (limited to 'web/html/login.html') diff --git a/web/html/login.html b/web/html/login.html index 07d5f52e..a59368b1 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -2,114 +2,231 @@ {{template "head" .}} - + - +
- - - + + +

{{ i18n "pages.login.title" }}

@@ -120,7 +237,7 @@ - + @@ -136,18 +253,20 @@ - - [[ loading ? '' : '{{ i18n "login" }}' ]] - +
+ +
- - - + + +    @@ -182,6 +301,7 @@ this.password = ""; } } + const app = new Vue({ delimiters: ['[[', ']]'], el: '#app', @@ -216,7 +336,6 @@ }, }, }); - \ No newline at end of file -- cgit v1.2.3