From 8d18c8e98f1b6531d1997feb6933419d71401968 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 13 Dec 2023 19:27:36 +0330 Subject: [gui] redesign forms Co-Authored-By: Alireza Ahmadi --- web/html/login.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/html/login.html') diff --git a/web/html/login.html b/web/html/login.html index 900dd176..520bbcb4 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -27,6 +27,7 @@ text-align: center; align-items: center; justify-content: center; + width: 100%; } .title { font-size: 32px; @@ -92,6 +93,10 @@ .dark h1 { color: rgba(255, 255, 255, 0.85); } + .ant-form-item { + margin-bottom: 16px; + } + .ant-btn-primary-login { color: #008771; background-color: #e8f4f2; -- cgit v1.2.3