From 3f9ce4eaf391733e8769caec8da84302c012b21e Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Wed, 27 Apr 2022 14:59:55 +0300 Subject: restyled login page --- src/assets/styles/bmc/custom/_base.scss | 47 +++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 8 deletions(-) (limited to 'src/assets/styles/bmc/custom/_base.scss') diff --git a/src/assets/styles/bmc/custom/_base.scss b/src/assets/styles/bmc/custom/_base.scss index c11e046c..4e33e8ce 100644 --- a/src/assets/styles/bmc/custom/_base.scss +++ b/src/assets/styles/bmc/custom/_base.scss @@ -1,11 +1,13 @@ -dt, -legend, -label { - color: gray("800"); - font-size: 14px; - font-weight: 400; - line-height: 1.4285; -} +// dt, +// legend, +// label { +// color: gray("800"); +// font-size: 14px; +// font-weight: 400; +// line-height: 1.4285; +// } + + h1, .h1 { @@ -48,3 +50,32 @@ h6, font-weight: 500; line-height: 1.2857; } + +.text__h1 { + font-family: Inter; + font-style: normal; + font-weight: bold; + font-size: 24px; + line-height: 28px; + color: $text-h1-color; + margin: 0; +} + +.text-login { + font-family: Inter; + font-style: normal; + font-weight: 500; + font-size: 12px; + line-height: 16px; + color: $login-page-description-color; + margin: 0 0 0 15px; +} + +.auth-description { + font-family: Inter; + font-style: normal; + font-weight: normal; + font-size: 12px; + line-height: 16px; + color: $login-page-description-color; +} \ No newline at end of file -- cgit v1.2.3