summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_base.scss
blob: 4e33e8ce0113a10bd23bd5b462f10fb6db4765bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
// dt,
// legend,
// label {
//   color: gray("800");
//   font-size: 14px;
//   font-weight: 400;
//   line-height: 1.4285;
// }



h1,
.h1 {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.238;
}

h2,
.h2 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.3333;
}

h3,
.h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2857;
}

h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}

h6,
.h6 {
  font-size: 0.875rem;
  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;
}