ros.grant.common 2.0.1661 → 2.0.1663
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Shared/Styles/Layout/VSE/tenants.less +103 -0
- package/Shared/Styles/Themes/VK/VKThemeTokenVariables.less +1 -1
- package/Shared/Styles/Tokens/colorThemeAbsolute.less +37 -37
- package/Shared/Styles/Tokens/colorThemeBlackGreen.less +37 -37
- package/Shared/Styles/Tokens/colorThemeBlue.less +37 -37
- package/Shared/Styles/Tokens/colorThemeBrown.less +37 -37
- package/Shared/Styles/Tokens/colorThemeDarkGray.less +37 -37
- package/Shared/Styles/Tokens/colorThemeDefault.less +37 -37
- package/Shared/Styles/Tokens/colorThemeMinfin.less +37 -37
- package/Shared/Styles/Tokens/colorThemePink.less +37 -37
- package/Shared/Styles/Tokens/colorThemeRed.less +37 -37
- package/Shared/Styles/Tokens/colorThemeTimchenko.less +37 -37
- package/Shared/Styles/Tokens/colorThemeTravel.less +37 -37
- package/Shared/Styles/Tokens/colorThemeTurquoise.less +37 -37
- package/Shared/Styles/Tokens/colorThemeVK.less +37 -37
- package/Shared/Styles/Tokens/colorThemeVTB.less +37 -37
- package/Shared/Styles/Tokens/colorThemeYellow.less +37 -37
- package/Shared/Styles/Tokens/generalThemes.less +99 -99
- package/Shared/Styles/Tokens/typeThemeOpenMontserrat.less +116 -116
- package/Shared/Styles/Tokens/typeThemeProximaNova.less +116 -116
- package/Shared/Styles/Tokens/typeThemePtSans.less +116 -116
- package/Shared/Styles/Tokens/typeThemeTenor.less +116 -116
- package/Shared/Styles/Tokens/typeThemeTimchenko.less +116 -116
- package/Shared/Styles/Tokens/typeThemeTravel.less +116 -116
- package/Shared/Styles/Tokens/typeThemeVK.less +116 -116
- package/Shared/Styles/Tokens/typeThemeVTB.less +116 -116
- package/package.json +1 -1
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 11 Dec 2023 14:14:25 GMT
|
|
4
|
-
|
|
5
|
-
@body-lg-font-family: PT Sans;
|
|
6
|
-
@body-lg-font-weight: 400;
|
|
7
|
-
@body-lg-line-height: 24px;
|
|
8
|
-
@body-lg-font-size: 16px;
|
|
9
|
-
@body-lg-letter-spacing: 0%;
|
|
10
|
-
@body-lg-paragraph-spacing: 8px;
|
|
11
|
-
@body-lg-text-case: none;
|
|
12
|
-
@body-lg-text-decoration: none;
|
|
13
|
-
@body-md-font-family: PT Sans;
|
|
14
|
-
@body-md-font-weight: 400;
|
|
15
|
-
@body-md-line-height: 20px;
|
|
16
|
-
@body-md-font-size: 14px;
|
|
17
|
-
@body-md-letter-spacing: 0%;
|
|
18
|
-
@body-md-paragraph-spacing: 4px;
|
|
19
|
-
@body-md-text-case: none;
|
|
20
|
-
@body-md-text-decoration: none;
|
|
21
|
-
@body-sm-font-family: PT Sans;
|
|
22
|
-
@body-sm-font-weight: 400;
|
|
23
|
-
@body-sm-line-height: 16px;
|
|
24
|
-
@body-sm-font-size: 12px;
|
|
25
|
-
@body-sm-letter-spacing: 0%;
|
|
26
|
-
@body-sm-paragraph-spacing: 4px;
|
|
27
|
-
@body-sm-text-case: none;
|
|
28
|
-
@body-sm-text-decoration: none;
|
|
29
|
-
@body-extra-sm-font-family: PT Sans;
|
|
30
|
-
@body-extra-sm-font-weight: 400;
|
|
31
|
-
@body-extra-sm-line-height: 12px;
|
|
32
|
-
@body-extra-sm-font-size: 8px;
|
|
33
|
-
@body-extra-sm-letter-spacing: 0%;
|
|
34
|
-
@body-extra-sm-paragraph-spacing: 0px;
|
|
35
|
-
@body-extra-sm-text-case: none;
|
|
36
|
-
@body-extra-sm-text-decoration: none;
|
|
37
|
-
@body-lg-bold-font-family: PT Sans;
|
|
38
|
-
@body-lg-bold-font-weight: 700;
|
|
39
|
-
@body-lg-bold-line-height: 20px;
|
|
40
|
-
@body-lg-bold-font-size: 16px;
|
|
41
|
-
@body-lg-bold-letter-spacing: 0%;
|
|
42
|
-
@body-lg-bold-paragraph-spacing: 0px;
|
|
43
|
-
@body-lg-bold-text-case: none;
|
|
44
|
-
@body-lg-bold-text-decoration: none;
|
|
45
|
-
@body-md-bold-font-family: PT Sans;
|
|
46
|
-
@body-md-bold-font-weight: 700;
|
|
47
|
-
@body-md-bold-line-height: 16px;
|
|
48
|
-
@body-md-bold-font-size: 14px;
|
|
49
|
-
@body-md-bold-letter-spacing: 0%;
|
|
50
|
-
@body-md-bold-paragraph-spacing: 0px;
|
|
51
|
-
@body-md-bold-text-case: none;
|
|
52
|
-
@body-md-bold-text-decoration: none;
|
|
53
|
-
@body-sm-bold-font-family: PT Sans;
|
|
54
|
-
@body-sm-bold-font-weight: 700;
|
|
55
|
-
@body-sm-bold-line-height: 16px;
|
|
56
|
-
@body-sm-bold-font-size: 12px;
|
|
57
|
-
@body-sm-bold-letter-spacing: 0%;
|
|
58
|
-
@body-sm-bold-paragraph-spacing: 0px;
|
|
59
|
-
@body-sm-bold-text-case: none;
|
|
60
|
-
@body-sm-bold-text-decoration: none;
|
|
61
|
-
@body-extra-lg-font-family: PT Sans;
|
|
62
|
-
@body-extra-lg-font-weight: 400;
|
|
63
|
-
@body-extra-lg-line-height: 32px;
|
|
64
|
-
@body-extra-lg-font-size: 24px;
|
|
65
|
-
@body-extra-lg-letter-spacing: 0%;
|
|
66
|
-
@body-extra-lg-paragraph-spacing: 8px;
|
|
67
|
-
@body-extra-lg-paragraph-indent: none;
|
|
68
|
-
@body-extra-lg-text-case: none;
|
|
69
|
-
@body-extra-lg-text-decoration: none;
|
|
70
|
-
@headlines-lvl-1-font-family: PT Sans Caption;
|
|
71
|
-
@headlines-lvl-1-font-weight: 700;
|
|
72
|
-
@headlines-lvl-1-line-height: 48px;
|
|
73
|
-
@headlines-lvl-1-font-size: 40px;
|
|
74
|
-
@headlines-lvl-1-letter-spacing: 0%;
|
|
75
|
-
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
76
|
-
@headlines-lvl-1-text-case: none;
|
|
77
|
-
@headlines-lvl-1-text-decoration: none;
|
|
78
|
-
@headlines-lvl-2-font-family: PT Sans Caption;
|
|
79
|
-
@headlines-lvl-2-font-weight: 700;
|
|
80
|
-
@headlines-lvl-2-line-height: 40px;
|
|
81
|
-
@headlines-lvl-2-font-size: 32px;
|
|
82
|
-
@headlines-lvl-2-letter-spacing: 0%;
|
|
83
|
-
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
84
|
-
@headlines-lvl-2-text-case: none;
|
|
85
|
-
@headlines-lvl-2-text-decoration: none;
|
|
86
|
-
@headlines-lvl-3-font-family: PT Sans Caption;
|
|
87
|
-
@headlines-lvl-3-font-weight: 700;
|
|
88
|
-
@headlines-lvl-3-line-height: 28px;
|
|
89
|
-
@headlines-lvl-3-font-size: 24px;
|
|
90
|
-
@headlines-lvl-3-letter-spacing: 0%;
|
|
91
|
-
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
92
|
-
@headlines-lvl-3-text-case: none;
|
|
93
|
-
@headlines-lvl-3-text-decoration: none;
|
|
94
|
-
@headlines-lvl-4-font-family: PT Sans Caption;
|
|
95
|
-
@headlines-lvl-4-font-weight: 700;
|
|
96
|
-
@headlines-lvl-4-line-height: 24px;
|
|
97
|
-
@headlines-lvl-4-font-size: 18px;
|
|
98
|
-
@headlines-lvl-4-letter-spacing: 0%;
|
|
99
|
-
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
100
|
-
@headlines-lvl-4-text-case: none;
|
|
101
|
-
@headlines-lvl-4-text-decoration: none;
|
|
102
|
-
@headlines-lvl-5-font-family: PT Sans Caption;
|
|
103
|
-
@headlines-lvl-5-font-weight: 700;
|
|
104
|
-
@headlines-lvl-5-line-height: 20px;
|
|
105
|
-
@headlines-lvl-5-font-size: 16px;
|
|
106
|
-
@headlines-lvl-5-letter-spacing: 0%;
|
|
107
|
-
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
108
|
-
@headlines-lvl-5-text-case: none;
|
|
109
|
-
@headlines-lvl-5-text-decoration: none;
|
|
110
|
-
@headlines-lvl-6-font-family: PT Sans Caption;
|
|
111
|
-
@headlines-lvl-6-font-weight: 700;
|
|
112
|
-
@headlines-lvl-6-line-height: 16px;
|
|
113
|
-
@headlines-lvl-6-font-size: 14px;
|
|
114
|
-
@headlines-lvl-6-letter-spacing: 0%;
|
|
115
|
-
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
116
|
-
@headlines-lvl-6-text-case: none;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 11 Dec 2023 14:14:25 GMT
|
|
4
|
+
|
|
5
|
+
@body-lg-font-family: PT Sans;
|
|
6
|
+
@body-lg-font-weight: 400;
|
|
7
|
+
@body-lg-line-height: 24px;
|
|
8
|
+
@body-lg-font-size: 16px;
|
|
9
|
+
@body-lg-letter-spacing: 0%;
|
|
10
|
+
@body-lg-paragraph-spacing: 8px;
|
|
11
|
+
@body-lg-text-case: none;
|
|
12
|
+
@body-lg-text-decoration: none;
|
|
13
|
+
@body-md-font-family: PT Sans;
|
|
14
|
+
@body-md-font-weight: 400;
|
|
15
|
+
@body-md-line-height: 20px;
|
|
16
|
+
@body-md-font-size: 14px;
|
|
17
|
+
@body-md-letter-spacing: 0%;
|
|
18
|
+
@body-md-paragraph-spacing: 4px;
|
|
19
|
+
@body-md-text-case: none;
|
|
20
|
+
@body-md-text-decoration: none;
|
|
21
|
+
@body-sm-font-family: PT Sans;
|
|
22
|
+
@body-sm-font-weight: 400;
|
|
23
|
+
@body-sm-line-height: 16px;
|
|
24
|
+
@body-sm-font-size: 12px;
|
|
25
|
+
@body-sm-letter-spacing: 0%;
|
|
26
|
+
@body-sm-paragraph-spacing: 4px;
|
|
27
|
+
@body-sm-text-case: none;
|
|
28
|
+
@body-sm-text-decoration: none;
|
|
29
|
+
@body-extra-sm-font-family: PT Sans;
|
|
30
|
+
@body-extra-sm-font-weight: 400;
|
|
31
|
+
@body-extra-sm-line-height: 12px;
|
|
32
|
+
@body-extra-sm-font-size: 8px;
|
|
33
|
+
@body-extra-sm-letter-spacing: 0%;
|
|
34
|
+
@body-extra-sm-paragraph-spacing: 0px;
|
|
35
|
+
@body-extra-sm-text-case: none;
|
|
36
|
+
@body-extra-sm-text-decoration: none;
|
|
37
|
+
@body-lg-bold-font-family: PT Sans;
|
|
38
|
+
@body-lg-bold-font-weight: 700;
|
|
39
|
+
@body-lg-bold-line-height: 20px;
|
|
40
|
+
@body-lg-bold-font-size: 16px;
|
|
41
|
+
@body-lg-bold-letter-spacing: 0%;
|
|
42
|
+
@body-lg-bold-paragraph-spacing: 0px;
|
|
43
|
+
@body-lg-bold-text-case: none;
|
|
44
|
+
@body-lg-bold-text-decoration: none;
|
|
45
|
+
@body-md-bold-font-family: PT Sans;
|
|
46
|
+
@body-md-bold-font-weight: 700;
|
|
47
|
+
@body-md-bold-line-height: 16px;
|
|
48
|
+
@body-md-bold-font-size: 14px;
|
|
49
|
+
@body-md-bold-letter-spacing: 0%;
|
|
50
|
+
@body-md-bold-paragraph-spacing: 0px;
|
|
51
|
+
@body-md-bold-text-case: none;
|
|
52
|
+
@body-md-bold-text-decoration: none;
|
|
53
|
+
@body-sm-bold-font-family: PT Sans;
|
|
54
|
+
@body-sm-bold-font-weight: 700;
|
|
55
|
+
@body-sm-bold-line-height: 16px;
|
|
56
|
+
@body-sm-bold-font-size: 12px;
|
|
57
|
+
@body-sm-bold-letter-spacing: 0%;
|
|
58
|
+
@body-sm-bold-paragraph-spacing: 0px;
|
|
59
|
+
@body-sm-bold-text-case: none;
|
|
60
|
+
@body-sm-bold-text-decoration: none;
|
|
61
|
+
@body-extra-lg-font-family: PT Sans;
|
|
62
|
+
@body-extra-lg-font-weight: 400;
|
|
63
|
+
@body-extra-lg-line-height: 32px;
|
|
64
|
+
@body-extra-lg-font-size: 24px;
|
|
65
|
+
@body-extra-lg-letter-spacing: 0%;
|
|
66
|
+
@body-extra-lg-paragraph-spacing: 8px;
|
|
67
|
+
@body-extra-lg-paragraph-indent: none;
|
|
68
|
+
@body-extra-lg-text-case: none;
|
|
69
|
+
@body-extra-lg-text-decoration: none;
|
|
70
|
+
@headlines-lvl-1-font-family: PT Sans Caption;
|
|
71
|
+
@headlines-lvl-1-font-weight: 700;
|
|
72
|
+
@headlines-lvl-1-line-height: 48px;
|
|
73
|
+
@headlines-lvl-1-font-size: 40px;
|
|
74
|
+
@headlines-lvl-1-letter-spacing: 0%;
|
|
75
|
+
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
76
|
+
@headlines-lvl-1-text-case: none;
|
|
77
|
+
@headlines-lvl-1-text-decoration: none;
|
|
78
|
+
@headlines-lvl-2-font-family: PT Sans Caption;
|
|
79
|
+
@headlines-lvl-2-font-weight: 700;
|
|
80
|
+
@headlines-lvl-2-line-height: 40px;
|
|
81
|
+
@headlines-lvl-2-font-size: 32px;
|
|
82
|
+
@headlines-lvl-2-letter-spacing: 0%;
|
|
83
|
+
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
84
|
+
@headlines-lvl-2-text-case: none;
|
|
85
|
+
@headlines-lvl-2-text-decoration: none;
|
|
86
|
+
@headlines-lvl-3-font-family: PT Sans Caption;
|
|
87
|
+
@headlines-lvl-3-font-weight: 700;
|
|
88
|
+
@headlines-lvl-3-line-height: 28px;
|
|
89
|
+
@headlines-lvl-3-font-size: 24px;
|
|
90
|
+
@headlines-lvl-3-letter-spacing: 0%;
|
|
91
|
+
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
92
|
+
@headlines-lvl-3-text-case: none;
|
|
93
|
+
@headlines-lvl-3-text-decoration: none;
|
|
94
|
+
@headlines-lvl-4-font-family: PT Sans Caption;
|
|
95
|
+
@headlines-lvl-4-font-weight: 700;
|
|
96
|
+
@headlines-lvl-4-line-height: 24px;
|
|
97
|
+
@headlines-lvl-4-font-size: 18px;
|
|
98
|
+
@headlines-lvl-4-letter-spacing: 0%;
|
|
99
|
+
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
100
|
+
@headlines-lvl-4-text-case: none;
|
|
101
|
+
@headlines-lvl-4-text-decoration: none;
|
|
102
|
+
@headlines-lvl-5-font-family: PT Sans Caption;
|
|
103
|
+
@headlines-lvl-5-font-weight: 700;
|
|
104
|
+
@headlines-lvl-5-line-height: 20px;
|
|
105
|
+
@headlines-lvl-5-font-size: 16px;
|
|
106
|
+
@headlines-lvl-5-letter-spacing: 0%;
|
|
107
|
+
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
108
|
+
@headlines-lvl-5-text-case: none;
|
|
109
|
+
@headlines-lvl-5-text-decoration: none;
|
|
110
|
+
@headlines-lvl-6-font-family: PT Sans Caption;
|
|
111
|
+
@headlines-lvl-6-font-weight: 700;
|
|
112
|
+
@headlines-lvl-6-line-height: 16px;
|
|
113
|
+
@headlines-lvl-6-font-size: 14px;
|
|
114
|
+
@headlines-lvl-6-letter-spacing: 0%;
|
|
115
|
+
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
116
|
+
@headlines-lvl-6-text-case: none;
|
|
117
117
|
@headlines-lvl-6-text-decoration: none;
|
|
@@ -1,117 +1,117 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 11 Dec 2023 14:14:25 GMT
|
|
4
|
-
|
|
5
|
-
@body-lg-font-family: PT Sans;
|
|
6
|
-
@body-lg-font-weight: 400;
|
|
7
|
-
@body-lg-line-height: 24px;
|
|
8
|
-
@body-lg-font-size: 16px;
|
|
9
|
-
@body-lg-letter-spacing: 0%;
|
|
10
|
-
@body-lg-paragraph-spacing: 8px;
|
|
11
|
-
@body-lg-text-case: none;
|
|
12
|
-
@body-lg-text-decoration: none;
|
|
13
|
-
@body-md-font-family: PT Sans;
|
|
14
|
-
@body-md-font-weight: 400;
|
|
15
|
-
@body-md-line-height: 20px;
|
|
16
|
-
@body-md-font-size: 14px;
|
|
17
|
-
@body-md-letter-spacing: 0%;
|
|
18
|
-
@body-md-paragraph-spacing: 4px;
|
|
19
|
-
@body-md-text-case: none;
|
|
20
|
-
@body-md-text-decoration: none;
|
|
21
|
-
@body-sm-font-family: PT Sans;
|
|
22
|
-
@body-sm-font-weight: 400;
|
|
23
|
-
@body-sm-line-height: 16px;
|
|
24
|
-
@body-sm-font-size: 12px;
|
|
25
|
-
@body-sm-letter-spacing: 0%;
|
|
26
|
-
@body-sm-paragraph-spacing: 4px;
|
|
27
|
-
@body-sm-text-case: none;
|
|
28
|
-
@body-sm-text-decoration: none;
|
|
29
|
-
@body-extra-sm-font-family: PT Sans;
|
|
30
|
-
@body-extra-sm-font-weight: 700;
|
|
31
|
-
@body-extra-sm-line-height: 12px;
|
|
32
|
-
@body-extra-sm-font-size: 8px;
|
|
33
|
-
@body-extra-sm-letter-spacing: 0%;
|
|
34
|
-
@body-extra-sm-paragraph-spacing: 0px;
|
|
35
|
-
@body-extra-sm-text-case: none;
|
|
36
|
-
@body-extra-sm-text-decoration: none;
|
|
37
|
-
@body-lg-bold-font-family: PT Sans;
|
|
38
|
-
@body-lg-bold-font-weight: 700;
|
|
39
|
-
@body-lg-bold-line-height: 20px;
|
|
40
|
-
@body-lg-bold-font-size: 16px;
|
|
41
|
-
@body-lg-bold-letter-spacing: 0%;
|
|
42
|
-
@body-lg-bold-paragraph-spacing: 0px;
|
|
43
|
-
@body-lg-bold-text-case: none;
|
|
44
|
-
@body-lg-bold-text-decoration: none;
|
|
45
|
-
@body-md-bold-font-family: PT Sans;
|
|
46
|
-
@body-md-bold-font-weight: 700;
|
|
47
|
-
@body-md-bold-line-height: 16px;
|
|
48
|
-
@body-md-bold-font-size: 14px;
|
|
49
|
-
@body-md-bold-letter-spacing: 0%;
|
|
50
|
-
@body-md-bold-paragraph-spacing: 0px;
|
|
51
|
-
@body-md-bold-text-case: none;
|
|
52
|
-
@body-md-bold-text-decoration: none;
|
|
53
|
-
@body-sm-bold-font-family: PT Sans;
|
|
54
|
-
@body-sm-bold-font-weight: 700;
|
|
55
|
-
@body-sm-bold-line-height: 16px;
|
|
56
|
-
@body-sm-bold-font-size: 12px;
|
|
57
|
-
@body-sm-bold-letter-spacing: 0%;
|
|
58
|
-
@body-sm-bold-paragraph-spacing: 0px;
|
|
59
|
-
@body-sm-bold-text-case: none;
|
|
60
|
-
@body-sm-bold-text-decoration: none;
|
|
61
|
-
@body-extra-lg-font-family: PT Sans;
|
|
62
|
-
@body-extra-lg-font-weight: 400;
|
|
63
|
-
@body-extra-lg-line-height: 32px;
|
|
64
|
-
@body-extra-lg-font-size: 24px;
|
|
65
|
-
@body-extra-lg-letter-spacing: 0%;
|
|
66
|
-
@body-extra-lg-paragraph-spacing: 8px;
|
|
67
|
-
@body-extra-lg-paragraph-indent: none;
|
|
68
|
-
@body-extra-lg-text-case: none;
|
|
69
|
-
@body-extra-lg-text-decoration: none;
|
|
70
|
-
@headlines-lvl-1-font-family: Tenor Sans;
|
|
71
|
-
@headlines-lvl-1-font-weight: 700;
|
|
72
|
-
@headlines-lvl-1-line-height: 48px;
|
|
73
|
-
@headlines-lvl-1-font-size: 40px;
|
|
74
|
-
@headlines-lvl-1-letter-spacing: 0%;
|
|
75
|
-
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
76
|
-
@headlines-lvl-1-text-case: none;
|
|
77
|
-
@headlines-lvl-1-text-decoration: none;
|
|
78
|
-
@headlines-lvl-2-font-family: Tenor Sans;
|
|
79
|
-
@headlines-lvl-2-font-weight: 700;
|
|
80
|
-
@headlines-lvl-2-line-height: 40px;
|
|
81
|
-
@headlines-lvl-2-font-size: 32px;
|
|
82
|
-
@headlines-lvl-2-letter-spacing: 0%;
|
|
83
|
-
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
84
|
-
@headlines-lvl-2-text-case: none;
|
|
85
|
-
@headlines-lvl-2-text-decoration: none;
|
|
86
|
-
@headlines-lvl-3-font-family: Tenor Sans;
|
|
87
|
-
@headlines-lvl-3-font-weight: 700;
|
|
88
|
-
@headlines-lvl-3-line-height: 28px;
|
|
89
|
-
@headlines-lvl-3-font-size: 24px;
|
|
90
|
-
@headlines-lvl-3-letter-spacing: 0%;
|
|
91
|
-
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
92
|
-
@headlines-lvl-3-text-case: none;
|
|
93
|
-
@headlines-lvl-3-text-decoration: none;
|
|
94
|
-
@headlines-lvl-4-font-family: Tenor Sans;
|
|
95
|
-
@headlines-lvl-4-font-weight: 700;
|
|
96
|
-
@headlines-lvl-4-line-height: 24px;
|
|
97
|
-
@headlines-lvl-4-font-size: 18px;
|
|
98
|
-
@headlines-lvl-4-letter-spacing: 0%;
|
|
99
|
-
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
100
|
-
@headlines-lvl-4-text-case: none;
|
|
101
|
-
@headlines-lvl-4-text-decoration: none;
|
|
102
|
-
@headlines-lvl-5-font-family: Tenor Sans;
|
|
103
|
-
@headlines-lvl-5-font-weight: 700;
|
|
104
|
-
@headlines-lvl-5-line-height: 20px;
|
|
105
|
-
@headlines-lvl-5-font-size: 16px;
|
|
106
|
-
@headlines-lvl-5-letter-spacing: 0%;
|
|
107
|
-
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
108
|
-
@headlines-lvl-5-text-case: none;
|
|
109
|
-
@headlines-lvl-5-text-decoration: none;
|
|
110
|
-
@headlines-lvl-6-font-family: Tenor Sans;
|
|
111
|
-
@headlines-lvl-6-font-weight: 400;
|
|
112
|
-
@headlines-lvl-6-line-height: 16px;
|
|
113
|
-
@headlines-lvl-6-font-size: 14px;
|
|
114
|
-
@headlines-lvl-6-letter-spacing: 0%;
|
|
115
|
-
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
116
|
-
@headlines-lvl-6-text-case: none;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 11 Dec 2023 14:14:25 GMT
|
|
4
|
+
|
|
5
|
+
@body-lg-font-family: PT Sans;
|
|
6
|
+
@body-lg-font-weight: 400;
|
|
7
|
+
@body-lg-line-height: 24px;
|
|
8
|
+
@body-lg-font-size: 16px;
|
|
9
|
+
@body-lg-letter-spacing: 0%;
|
|
10
|
+
@body-lg-paragraph-spacing: 8px;
|
|
11
|
+
@body-lg-text-case: none;
|
|
12
|
+
@body-lg-text-decoration: none;
|
|
13
|
+
@body-md-font-family: PT Sans;
|
|
14
|
+
@body-md-font-weight: 400;
|
|
15
|
+
@body-md-line-height: 20px;
|
|
16
|
+
@body-md-font-size: 14px;
|
|
17
|
+
@body-md-letter-spacing: 0%;
|
|
18
|
+
@body-md-paragraph-spacing: 4px;
|
|
19
|
+
@body-md-text-case: none;
|
|
20
|
+
@body-md-text-decoration: none;
|
|
21
|
+
@body-sm-font-family: PT Sans;
|
|
22
|
+
@body-sm-font-weight: 400;
|
|
23
|
+
@body-sm-line-height: 16px;
|
|
24
|
+
@body-sm-font-size: 12px;
|
|
25
|
+
@body-sm-letter-spacing: 0%;
|
|
26
|
+
@body-sm-paragraph-spacing: 4px;
|
|
27
|
+
@body-sm-text-case: none;
|
|
28
|
+
@body-sm-text-decoration: none;
|
|
29
|
+
@body-extra-sm-font-family: PT Sans;
|
|
30
|
+
@body-extra-sm-font-weight: 700;
|
|
31
|
+
@body-extra-sm-line-height: 12px;
|
|
32
|
+
@body-extra-sm-font-size: 8px;
|
|
33
|
+
@body-extra-sm-letter-spacing: 0%;
|
|
34
|
+
@body-extra-sm-paragraph-spacing: 0px;
|
|
35
|
+
@body-extra-sm-text-case: none;
|
|
36
|
+
@body-extra-sm-text-decoration: none;
|
|
37
|
+
@body-lg-bold-font-family: PT Sans;
|
|
38
|
+
@body-lg-bold-font-weight: 700;
|
|
39
|
+
@body-lg-bold-line-height: 20px;
|
|
40
|
+
@body-lg-bold-font-size: 16px;
|
|
41
|
+
@body-lg-bold-letter-spacing: 0%;
|
|
42
|
+
@body-lg-bold-paragraph-spacing: 0px;
|
|
43
|
+
@body-lg-bold-text-case: none;
|
|
44
|
+
@body-lg-bold-text-decoration: none;
|
|
45
|
+
@body-md-bold-font-family: PT Sans;
|
|
46
|
+
@body-md-bold-font-weight: 700;
|
|
47
|
+
@body-md-bold-line-height: 16px;
|
|
48
|
+
@body-md-bold-font-size: 14px;
|
|
49
|
+
@body-md-bold-letter-spacing: 0%;
|
|
50
|
+
@body-md-bold-paragraph-spacing: 0px;
|
|
51
|
+
@body-md-bold-text-case: none;
|
|
52
|
+
@body-md-bold-text-decoration: none;
|
|
53
|
+
@body-sm-bold-font-family: PT Sans;
|
|
54
|
+
@body-sm-bold-font-weight: 700;
|
|
55
|
+
@body-sm-bold-line-height: 16px;
|
|
56
|
+
@body-sm-bold-font-size: 12px;
|
|
57
|
+
@body-sm-bold-letter-spacing: 0%;
|
|
58
|
+
@body-sm-bold-paragraph-spacing: 0px;
|
|
59
|
+
@body-sm-bold-text-case: none;
|
|
60
|
+
@body-sm-bold-text-decoration: none;
|
|
61
|
+
@body-extra-lg-font-family: PT Sans;
|
|
62
|
+
@body-extra-lg-font-weight: 400;
|
|
63
|
+
@body-extra-lg-line-height: 32px;
|
|
64
|
+
@body-extra-lg-font-size: 24px;
|
|
65
|
+
@body-extra-lg-letter-spacing: 0%;
|
|
66
|
+
@body-extra-lg-paragraph-spacing: 8px;
|
|
67
|
+
@body-extra-lg-paragraph-indent: none;
|
|
68
|
+
@body-extra-lg-text-case: none;
|
|
69
|
+
@body-extra-lg-text-decoration: none;
|
|
70
|
+
@headlines-lvl-1-font-family: Tenor Sans;
|
|
71
|
+
@headlines-lvl-1-font-weight: 700;
|
|
72
|
+
@headlines-lvl-1-line-height: 48px;
|
|
73
|
+
@headlines-lvl-1-font-size: 40px;
|
|
74
|
+
@headlines-lvl-1-letter-spacing: 0%;
|
|
75
|
+
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
76
|
+
@headlines-lvl-1-text-case: none;
|
|
77
|
+
@headlines-lvl-1-text-decoration: none;
|
|
78
|
+
@headlines-lvl-2-font-family: Tenor Sans;
|
|
79
|
+
@headlines-lvl-2-font-weight: 700;
|
|
80
|
+
@headlines-lvl-2-line-height: 40px;
|
|
81
|
+
@headlines-lvl-2-font-size: 32px;
|
|
82
|
+
@headlines-lvl-2-letter-spacing: 0%;
|
|
83
|
+
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
84
|
+
@headlines-lvl-2-text-case: none;
|
|
85
|
+
@headlines-lvl-2-text-decoration: none;
|
|
86
|
+
@headlines-lvl-3-font-family: Tenor Sans;
|
|
87
|
+
@headlines-lvl-3-font-weight: 700;
|
|
88
|
+
@headlines-lvl-3-line-height: 28px;
|
|
89
|
+
@headlines-lvl-3-font-size: 24px;
|
|
90
|
+
@headlines-lvl-3-letter-spacing: 0%;
|
|
91
|
+
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
92
|
+
@headlines-lvl-3-text-case: none;
|
|
93
|
+
@headlines-lvl-3-text-decoration: none;
|
|
94
|
+
@headlines-lvl-4-font-family: Tenor Sans;
|
|
95
|
+
@headlines-lvl-4-font-weight: 700;
|
|
96
|
+
@headlines-lvl-4-line-height: 24px;
|
|
97
|
+
@headlines-lvl-4-font-size: 18px;
|
|
98
|
+
@headlines-lvl-4-letter-spacing: 0%;
|
|
99
|
+
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
100
|
+
@headlines-lvl-4-text-case: none;
|
|
101
|
+
@headlines-lvl-4-text-decoration: none;
|
|
102
|
+
@headlines-lvl-5-font-family: Tenor Sans;
|
|
103
|
+
@headlines-lvl-5-font-weight: 700;
|
|
104
|
+
@headlines-lvl-5-line-height: 20px;
|
|
105
|
+
@headlines-lvl-5-font-size: 16px;
|
|
106
|
+
@headlines-lvl-5-letter-spacing: 0%;
|
|
107
|
+
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
108
|
+
@headlines-lvl-5-text-case: none;
|
|
109
|
+
@headlines-lvl-5-text-decoration: none;
|
|
110
|
+
@headlines-lvl-6-font-family: Tenor Sans;
|
|
111
|
+
@headlines-lvl-6-font-weight: 400;
|
|
112
|
+
@headlines-lvl-6-line-height: 16px;
|
|
113
|
+
@headlines-lvl-6-font-size: 14px;
|
|
114
|
+
@headlines-lvl-6-letter-spacing: 0%;
|
|
115
|
+
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
116
|
+
@headlines-lvl-6-text-case: none;
|
|
117
117
|
@headlines-lvl-6-text-decoration: none;
|