From 7b2764566c010aabb2b21dde200d0021fffb409d Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Mon, 8 May 2023 19:20:13 +0430 Subject: update login UI --- web/html/login.html | 90 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 60 insertions(+), 30 deletions(-) (limited to 'web/html/login.html') diff --git a/web/html/login.html b/web/html/login.html index 2f4cb3e6..ae90e107 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -18,6 +18,12 @@ border-radius: 30px; } + .ant-input-group-addon { + border-radius: 0 30px 30px 0; + width: 50px; + font-size: 18px; + } + .ant-input-affix-wrapper .ant-input-prefix { left: 23px; } @@ -26,20 +32,26 @@ padding-left: 50px; } - .selectLang{ + .centered { display: flex; text-align: center; + align-items: center; justify-content: center; } + .title { + font-size: 32px; + font-weight: bold; + } + - + -

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

+

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

@@ -48,35 +60,36 @@ - + - + - + {{ i18n "login" }} - - - Language : - - - - + + + [[ loading ? '' : '{{ i18n "login" }}' ]] + + + + + + + +    @@ -84,6 +97,11 @@ + + + + + @@ -91,24 +109,23 @@
{{template "js" .}} +{{template "component/themeSwitcher" .}} \ No newline at end of file -- cgit v1.2.3 From fc0882805d9d67aa04ba80d52214e211bb041652 Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Mon, 8 May 2023 19:24:44 +0430 Subject: update UI to use password-input component --- web/html/login.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'web/html/login.html') diff --git a/web/html/login.html b/web/html/login.html index ae90e107..c6a6f085 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -64,14 +64,14 @@ - - - + + - - + + -- cgit v1.2.3 From 004d69392bbad4fc3171db17f66a2975c476fc9d Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Mon, 8 May 2023 19:26:01 +0430 Subject: fix use password component --- web/html/login.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html/login.html') diff --git a/web/html/login.html b/web/html/login.html index c6a6f085..d6918d0b 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -110,6 +110,7 @@
{{template "js" .}} {{template "component/themeSwitcher" .}} +{{template "component/password" .}}