xref: /openbmc/webui-vue/src/assets/styles/bmc/custom/_base.scss (revision 111325b199f8cc1741958fd645522858bdca55f4)
1 dt,
2 legend,
3 label {
4   color: gray("800");
5   font-size: 14px;
6   font-weight: 400;
7   line-height: 1.4285;
8 }
9 
10 h1,
11 .h1 {
12   font-size: 2.625rem;
13   font-weight: 300;
14   line-height: 1.238;
15 }
16 
17 h2,
18 .h2 {
19   font-size: 2.25rem;
20   font-weight: 300;
21   line-height: 1.3333;
22 }
23 
24 h3,
25 .h3 {
26   font-size: 1.75rem;
27   font-weight: 400;
28   line-height: 1.2857;
29 }
30 
31 h4,
32 .h4 {
33   font-size: 1.25rem;
34   font-weight: 400;
35   line-height: 1.3;
36 }
37 
38 h5,
39 .h5 {
40   font-size: 1rem;
41   font-weight: 500;
42   line-height: 1.375;
43 }
44 
45 h6,
46 .h6 {
47   font-size: 0.875rem;
48   font-weight: 500;
49   line-height: 1.2857;
50 }
51