From d4efb3a8a0c8730c5e060a255f30a02b2c034ca8 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 22 Feb 2022 16:56:10 +0800 Subject: [PATCH] perf: improve login form style (halo-dev/console#456) Signed-off-by: Ryan Wang --- src/styles/style.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/styles/style.less b/src/styles/style.less index a908100fb..a55c8a836 100644 --- a/src/styles/style.less +++ b/src/styles/style.less @@ -8,9 +8,8 @@ left: 50%; margin: -160px 0 0 -160px; width: 320px; - padding: 18px 28px 28px 28px; - box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1); - + padding: 22px 28px 28px 28px; + box-shadow: rgba(0, 0, 0, 0.08) 0 4px 12px; .tip { cursor: pointer; margin-left: 0.5rem; @@ -20,7 +19,7 @@ .halo-logo { margin-top: 10px; - margin-bottom: 30px; + margin-bottom: 38px; text-align: center; width: 100%; @@ -31,6 +30,6 @@ } img { - width: 78px; + width: 88px; } }