summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_base.scss')
-rw-r--r--src/assets/styles/bmc/custom/_base.scss47
1 files changed, 39 insertions, 8 deletions
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