From 5fc800748f364b26c8cd4961bf4d7c8dac4b932d Mon Sep 17 00:00:00 2001 From: achuzhegin <161946429+achuzhegin@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:45:39 +0400 Subject: [PATCH] Update login.less --- src/pages/login/login.less | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/pages/login/login.less b/src/pages/login/login.less index 28233a755..85e8db3ec 100644 --- a/src/pages/login/login.less +++ b/src/pages/login/login.less @@ -2,13 +2,13 @@ body { margin: 0; max-width: 1280px; max-height: 720px; - /* background-color: #f0f0f0; */ + font-family: Montserrat, Arial, sans-serif; font-weight: 500; } .container { width: 340px; - /* height: 450px; */ + margin: 0 auto; margin-top: 135px; padding-left: 15px; @@ -35,13 +35,12 @@ body { input { height: 38px; width: 100%; - /* padding: 6px 10px; */ - /* background-color: #fff; */ + border: none; border-bottom: 2px solid; border-color: #3369F3; box-shadow: none; - /* border-radius: 0; */ + outline: none; } .column-2 { @@ -49,7 +48,7 @@ input { } label { - /* display: inline-block; */ + margin-bottom: 10px; font-size: 12px; color: #999999; @@ -73,6 +72,6 @@ label { text-align: center; line-height: 38px; text-decoration: none; - /* background: #3369F3; */ + border-radius: 12px; -} \ No newline at end of file +}