ros.grant.common 2.0.1421 → 2.0.1422
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/Tokens/colorThemeAbsolute.less +32 -32
- package/Shared/Styles/Tokens/colorThemeBlackGreen.less +32 -32
- package/Shared/Styles/Tokens/colorThemeBlue.less +32 -32
- package/Shared/Styles/Tokens/colorThemeBrown.less +32 -32
- package/Shared/Styles/Tokens/colorThemeDefault.less +32 -32
- package/Shared/Styles/Tokens/colorThemeMinfin.less +32 -32
- package/Shared/Styles/Tokens/colorThemePink.less +32 -32
- package/Shared/Styles/Tokens/colorThemeRed.less +32 -32
- package/Shared/Styles/Tokens/colorThemeTurquoise.less +32 -32
- package/Shared/Styles/Tokens/{colorThemeVTB.less → colorThemeVtb.less} +33 -33
- package/Shared/Styles/Tokens/colorThemeYellow.less +32 -32
- package/Shared/Styles/Tokens/generalThemes.less +82 -80
- package/Shared/Styles/Tokens/typeThemeOpenMontserrat.less +99 -99
- package/Shared/Styles/Tokens/typeThemeProximaNova.less +99 -99
- package/Shared/Styles/Tokens/typeThemePtSans.less +99 -99
- package/Shared/Styles/Tokens/typeThemeTenor.less +99 -99
- package/Shared/Styles/Tokens/{typeThemeVTB.less → typeThemeVtb.less} +99 -99
- package/Shared/Styles/myrtex-lib/components/progress/progress-color.less +25 -0
- package/Shared/Styles/myrtex-lib/components/progress/progress.less +13 -0
- package/Shared/Styles/myrtex-lib/components/stepper/stepper.less +25 -0
- package/Shared/Styles/myrtex-lib/components/tabs/tab.less +63 -0
- package/Shared/Styles/myrtex-lib/components/tabs/tabs-button.less +42 -0
- package/Shared/Styles/myrtex-lib/components/tabs/tabs-group.less +9 -0
- package/Shared/Styles/myrtex-lib/components/tabs/tabs-size.less +44 -0
- package/package.json +1 -1
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
4
|
-
|
|
5
|
-
@body-lg-font-family: PT Sans;
|
|
6
|
-
@body-lg-font-weight: Regular;
|
|
7
|
-
@body-lg-line-height:
|
|
8
|
-
@body-lg-font-size:
|
|
9
|
-
@body-lg-letter-spacing: 0%;
|
|
10
|
-
@body-lg-paragraph-spacing:
|
|
11
|
-
@body-lg-text-case: none;
|
|
12
|
-
@body-lg-text-decoration: none;
|
|
13
|
-
@body-md-font-family: PT Sans;
|
|
14
|
-
@body-md-font-weight: Regular;
|
|
15
|
-
@body-md-line-height:
|
|
16
|
-
@body-md-font-size:
|
|
17
|
-
@body-md-letter-spacing: 0%;
|
|
18
|
-
@body-md-paragraph-spacing:
|
|
19
|
-
@body-md-text-case: none;
|
|
20
|
-
@body-md-text-decoration: none;
|
|
21
|
-
@body-sm-font-family: PT Sans;
|
|
22
|
-
@body-sm-font-weight: Regular;
|
|
23
|
-
@body-sm-line-height:
|
|
24
|
-
@body-sm-font-size:
|
|
25
|
-
@body-sm-letter-spacing: 0%;
|
|
26
|
-
@body-sm-paragraph-spacing:
|
|
27
|
-
@body-sm-text-case: none;
|
|
28
|
-
@body-sm-text-decoration: none;
|
|
29
|
-
@body-lg-bold-font-family: PT Sans;
|
|
30
|
-
@body-lg-bold-font-weight: Bold;
|
|
31
|
-
@body-lg-bold-line-height:
|
|
32
|
-
@body-lg-bold-font-size:
|
|
33
|
-
@body-lg-bold-letter-spacing: 0%;
|
|
34
|
-
@body-lg-bold-paragraph-spacing:
|
|
35
|
-
@body-lg-bold-text-case: none;
|
|
36
|
-
@body-lg-bold-text-decoration: none;
|
|
37
|
-
@body-md-bold-font-family: PT Sans;
|
|
38
|
-
@body-md-bold-font-weight: Bold;
|
|
39
|
-
@body-md-bold-line-height:
|
|
40
|
-
@body-md-bold-font-size:
|
|
41
|
-
@body-md-bold-letter-spacing: 0%;
|
|
42
|
-
@body-md-bold-paragraph-spacing:
|
|
43
|
-
@body-md-bold-text-case: none;
|
|
44
|
-
@body-md-bold-text-decoration: none;
|
|
45
|
-
@body-sm-bold-font-family: PT Sans;
|
|
46
|
-
@body-sm-bold-font-weight: Bold;
|
|
47
|
-
@body-sm-bold-line-height:
|
|
48
|
-
@body-sm-bold-font-size:
|
|
49
|
-
@body-sm-bold-letter-spacing: 0%;
|
|
50
|
-
@body-sm-bold-paragraph-spacing:
|
|
51
|
-
@body-sm-bold-text-case: none;
|
|
52
|
-
@body-sm-bold-text-decoration: none;
|
|
53
|
-
@headlines-lvl-1-font-family: PT Sans Caption;
|
|
54
|
-
@headlines-lvl-1-font-weight: Bold;
|
|
55
|
-
@headlines-lvl-1-line-height:
|
|
56
|
-
@headlines-lvl-1-font-size:
|
|
57
|
-
@headlines-lvl-1-letter-spacing: 0%;
|
|
58
|
-
@headlines-lvl-1-paragraph-spacing:
|
|
59
|
-
@headlines-lvl-1-text-case: none;
|
|
60
|
-
@headlines-lvl-1-text-decoration: none;
|
|
61
|
-
@headlines-lvl-2-font-family: PT Sans Caption;
|
|
62
|
-
@headlines-lvl-2-font-weight: Bold;
|
|
63
|
-
@headlines-lvl-2-line-height:
|
|
64
|
-
@headlines-lvl-2-font-size:
|
|
65
|
-
@headlines-lvl-2-letter-spacing: 0%;
|
|
66
|
-
@headlines-lvl-2-paragraph-spacing:
|
|
67
|
-
@headlines-lvl-2-text-case: none;
|
|
68
|
-
@headlines-lvl-2-text-decoration: none;
|
|
69
|
-
@headlines-lvl-3-font-family: PT Sans Caption;
|
|
70
|
-
@headlines-lvl-3-font-weight: Bold;
|
|
71
|
-
@headlines-lvl-3-line-height:
|
|
72
|
-
@headlines-lvl-3-font-size:
|
|
73
|
-
@headlines-lvl-3-letter-spacing: 0%;
|
|
74
|
-
@headlines-lvl-3-paragraph-spacing:
|
|
75
|
-
@headlines-lvl-3-text-case: none;
|
|
76
|
-
@headlines-lvl-3-text-decoration: none;
|
|
77
|
-
@headlines-lvl-4-font-family: PT Sans Caption;
|
|
78
|
-
@headlines-lvl-4-font-weight: Bold;
|
|
79
|
-
@headlines-lvl-4-line-height:
|
|
80
|
-
@headlines-lvl-4-font-size:
|
|
81
|
-
@headlines-lvl-4-letter-spacing: 0%;
|
|
82
|
-
@headlines-lvl-4-paragraph-spacing:
|
|
83
|
-
@headlines-lvl-4-text-case: none;
|
|
84
|
-
@headlines-lvl-4-text-decoration: none;
|
|
85
|
-
@headlines-lvl-5-font-family: PT Sans Caption;
|
|
86
|
-
@headlines-lvl-5-font-weight: Bold;
|
|
87
|
-
@headlines-lvl-5-line-height:
|
|
88
|
-
@headlines-lvl-5-font-size:
|
|
89
|
-
@headlines-lvl-5-letter-spacing: 0%;
|
|
90
|
-
@headlines-lvl-5-paragraph-spacing:
|
|
91
|
-
@headlines-lvl-5-text-case: none;
|
|
92
|
-
@headlines-lvl-5-text-decoration: none;
|
|
93
|
-
@headlines-lvl-6-font-family: PT Sans Caption;
|
|
94
|
-
@headlines-lvl-6-font-weight: Bold;
|
|
95
|
-
@headlines-lvl-6-line-height:
|
|
96
|
-
@headlines-lvl-6-font-size:
|
|
97
|
-
@headlines-lvl-6-letter-spacing: 0%;
|
|
98
|
-
@headlines-lvl-6-paragraph-spacing:
|
|
99
|
-
@headlines-lvl-6-text-case: none;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@body-lg-font-family: PT Sans;
|
|
6
|
+
@body-lg-font-weight: Regular;
|
|
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: Regular;
|
|
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: Regular;
|
|
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-lg-bold-font-family: PT Sans;
|
|
30
|
+
@body-lg-bold-font-weight: Bold;
|
|
31
|
+
@body-lg-bold-line-height: 20px;
|
|
32
|
+
@body-lg-bold-font-size: 16px;
|
|
33
|
+
@body-lg-bold-letter-spacing: 0%;
|
|
34
|
+
@body-lg-bold-paragraph-spacing: 0px;
|
|
35
|
+
@body-lg-bold-text-case: none;
|
|
36
|
+
@body-lg-bold-text-decoration: none;
|
|
37
|
+
@body-md-bold-font-family: PT Sans;
|
|
38
|
+
@body-md-bold-font-weight: Bold;
|
|
39
|
+
@body-md-bold-line-height: 20px;
|
|
40
|
+
@body-md-bold-font-size: 14px;
|
|
41
|
+
@body-md-bold-letter-spacing: 0%;
|
|
42
|
+
@body-md-bold-paragraph-spacing: 0px;
|
|
43
|
+
@body-md-bold-text-case: none;
|
|
44
|
+
@body-md-bold-text-decoration: none;
|
|
45
|
+
@body-sm-bold-font-family: PT Sans;
|
|
46
|
+
@body-sm-bold-font-weight: Bold;
|
|
47
|
+
@body-sm-bold-line-height: 16px;
|
|
48
|
+
@body-sm-bold-font-size: 12px;
|
|
49
|
+
@body-sm-bold-letter-spacing: 0%;
|
|
50
|
+
@body-sm-bold-paragraph-spacing: 0px;
|
|
51
|
+
@body-sm-bold-text-case: none;
|
|
52
|
+
@body-sm-bold-text-decoration: none;
|
|
53
|
+
@headlines-lvl-1-font-family: PT Sans Caption;
|
|
54
|
+
@headlines-lvl-1-font-weight: Bold;
|
|
55
|
+
@headlines-lvl-1-line-height: 120px;
|
|
56
|
+
@headlines-lvl-1-font-size: 40px;
|
|
57
|
+
@headlines-lvl-1-letter-spacing: 0%;
|
|
58
|
+
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
59
|
+
@headlines-lvl-1-text-case: none;
|
|
60
|
+
@headlines-lvl-1-text-decoration: none;
|
|
61
|
+
@headlines-lvl-2-font-family: PT Sans Caption;
|
|
62
|
+
@headlines-lvl-2-font-weight: Bold;
|
|
63
|
+
@headlines-lvl-2-line-height: 120px;
|
|
64
|
+
@headlines-lvl-2-font-size: 32px;
|
|
65
|
+
@headlines-lvl-2-letter-spacing: 0%;
|
|
66
|
+
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
67
|
+
@headlines-lvl-2-text-case: none;
|
|
68
|
+
@headlines-lvl-2-text-decoration: none;
|
|
69
|
+
@headlines-lvl-3-font-family: PT Sans Caption;
|
|
70
|
+
@headlines-lvl-3-font-weight: Bold;
|
|
71
|
+
@headlines-lvl-3-line-height: 120px;
|
|
72
|
+
@headlines-lvl-3-font-size: 24px;
|
|
73
|
+
@headlines-lvl-3-letter-spacing: 0%;
|
|
74
|
+
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
75
|
+
@headlines-lvl-3-text-case: none;
|
|
76
|
+
@headlines-lvl-3-text-decoration: none;
|
|
77
|
+
@headlines-lvl-4-font-family: PT Sans Caption;
|
|
78
|
+
@headlines-lvl-4-font-weight: Bold;
|
|
79
|
+
@headlines-lvl-4-line-height: 120px;
|
|
80
|
+
@headlines-lvl-4-font-size: 18px;
|
|
81
|
+
@headlines-lvl-4-letter-spacing: 0%;
|
|
82
|
+
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
83
|
+
@headlines-lvl-4-text-case: none;
|
|
84
|
+
@headlines-lvl-4-text-decoration: none;
|
|
85
|
+
@headlines-lvl-5-font-family: PT Sans Caption;
|
|
86
|
+
@headlines-lvl-5-font-weight: Bold;
|
|
87
|
+
@headlines-lvl-5-line-height: 120px;
|
|
88
|
+
@headlines-lvl-5-font-size: 16px;
|
|
89
|
+
@headlines-lvl-5-letter-spacing: 0%;
|
|
90
|
+
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
91
|
+
@headlines-lvl-5-text-case: none;
|
|
92
|
+
@headlines-lvl-5-text-decoration: none;
|
|
93
|
+
@headlines-lvl-6-font-family: PT Sans Caption;
|
|
94
|
+
@headlines-lvl-6-font-weight: Bold;
|
|
95
|
+
@headlines-lvl-6-line-height: 120px;
|
|
96
|
+
@headlines-lvl-6-font-size: 14px;
|
|
97
|
+
@headlines-lvl-6-letter-spacing: 0%;
|
|
98
|
+
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
99
|
+
@headlines-lvl-6-text-case: none;
|
|
100
100
|
@headlines-lvl-6-text-decoration: none;
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
4
|
-
|
|
5
|
-
@body-lg-font-family: PT Sans;
|
|
6
|
-
@body-lg-font-weight: Regular;
|
|
7
|
-
@body-lg-line-height:
|
|
8
|
-
@body-lg-font-size:
|
|
9
|
-
@body-lg-letter-spacing: 0%;
|
|
10
|
-
@body-lg-paragraph-spacing:
|
|
11
|
-
@body-lg-text-case: none;
|
|
12
|
-
@body-lg-text-decoration: none;
|
|
13
|
-
@body-md-font-family: PT Sans;
|
|
14
|
-
@body-md-font-weight: Regular;
|
|
15
|
-
@body-md-line-height:
|
|
16
|
-
@body-md-font-size:
|
|
17
|
-
@body-md-letter-spacing: 0%;
|
|
18
|
-
@body-md-paragraph-spacing:
|
|
19
|
-
@body-md-text-case: none;
|
|
20
|
-
@body-md-text-decoration: none;
|
|
21
|
-
@body-sm-font-family: PT Sans;
|
|
22
|
-
@body-sm-font-weight: Regular;
|
|
23
|
-
@body-sm-line-height:
|
|
24
|
-
@body-sm-font-size:
|
|
25
|
-
@body-sm-letter-spacing: 0%;
|
|
26
|
-
@body-sm-paragraph-spacing:
|
|
27
|
-
@body-sm-text-case: none;
|
|
28
|
-
@body-sm-text-decoration: none;
|
|
29
|
-
@body-lg-bold-font-family: PT Sans;
|
|
30
|
-
@body-lg-bold-font-weight: Regular;
|
|
31
|
-
@body-lg-bold-line-height:
|
|
32
|
-
@body-lg-bold-font-size:
|
|
33
|
-
@body-lg-bold-letter-spacing: 0%;
|
|
34
|
-
@body-lg-bold-paragraph-spacing:
|
|
35
|
-
@body-lg-bold-text-case: none;
|
|
36
|
-
@body-lg-bold-text-decoration: none;
|
|
37
|
-
@body-md-bold-font-family: PT Sans;
|
|
38
|
-
@body-md-bold-font-weight: Regular;
|
|
39
|
-
@body-md-bold-line-height:
|
|
40
|
-
@body-md-bold-font-size:
|
|
41
|
-
@body-md-bold-letter-spacing: 0%;
|
|
42
|
-
@body-md-bold-paragraph-spacing:
|
|
43
|
-
@body-md-bold-text-case: none;
|
|
44
|
-
@body-md-bold-text-decoration: none;
|
|
45
|
-
@body-sm-bold-font-family: PT Sans;
|
|
46
|
-
@body-sm-bold-font-weight: Regular;
|
|
47
|
-
@body-sm-bold-line-height:
|
|
48
|
-
@body-sm-bold-font-size:
|
|
49
|
-
@body-sm-bold-letter-spacing: 0%;
|
|
50
|
-
@body-sm-bold-paragraph-spacing:
|
|
51
|
-
@body-sm-bold-text-case: none;
|
|
52
|
-
@body-sm-bold-text-decoration: none;
|
|
53
|
-
@headlines-lvl-1-font-family: Tenor Sans;
|
|
54
|
-
@headlines-lvl-1-font-weight: Regular;
|
|
55
|
-
@headlines-lvl-1-line-height:
|
|
56
|
-
@headlines-lvl-1-font-size:
|
|
57
|
-
@headlines-lvl-1-letter-spacing: 0%;
|
|
58
|
-
@headlines-lvl-1-paragraph-spacing:
|
|
59
|
-
@headlines-lvl-1-text-case: none;
|
|
60
|
-
@headlines-lvl-1-text-decoration: none;
|
|
61
|
-
@headlines-lvl-2-font-family: Tenor Sans;
|
|
62
|
-
@headlines-lvl-2-font-weight: Regular;
|
|
63
|
-
@headlines-lvl-2-line-height:
|
|
64
|
-
@headlines-lvl-2-font-size:
|
|
65
|
-
@headlines-lvl-2-letter-spacing: 0%;
|
|
66
|
-
@headlines-lvl-2-paragraph-spacing:
|
|
67
|
-
@headlines-lvl-2-text-case: none;
|
|
68
|
-
@headlines-lvl-2-text-decoration: none;
|
|
69
|
-
@headlines-lvl-3-font-family: Tenor Sans;
|
|
70
|
-
@headlines-lvl-3-font-weight: Regular;
|
|
71
|
-
@headlines-lvl-3-line-height:
|
|
72
|
-
@headlines-lvl-3-font-size:
|
|
73
|
-
@headlines-lvl-3-letter-spacing: 0%;
|
|
74
|
-
@headlines-lvl-3-paragraph-spacing:
|
|
75
|
-
@headlines-lvl-3-text-case: none;
|
|
76
|
-
@headlines-lvl-3-text-decoration: none;
|
|
77
|
-
@headlines-lvl-4-font-family: Tenor Sans;
|
|
78
|
-
@headlines-lvl-4-font-weight: Regular;
|
|
79
|
-
@headlines-lvl-4-line-height:
|
|
80
|
-
@headlines-lvl-4-font-size:
|
|
81
|
-
@headlines-lvl-4-letter-spacing: 0%;
|
|
82
|
-
@headlines-lvl-4-paragraph-spacing:
|
|
83
|
-
@headlines-lvl-4-text-case: none;
|
|
84
|
-
@headlines-lvl-4-text-decoration: none;
|
|
85
|
-
@headlines-lvl-5-font-family: Tenor Sans;
|
|
86
|
-
@headlines-lvl-5-font-weight: Regular;
|
|
87
|
-
@headlines-lvl-5-line-height:
|
|
88
|
-
@headlines-lvl-5-font-size:
|
|
89
|
-
@headlines-lvl-5-letter-spacing: 0%;
|
|
90
|
-
@headlines-lvl-5-paragraph-spacing:
|
|
91
|
-
@headlines-lvl-5-text-case: none;
|
|
92
|
-
@headlines-lvl-5-text-decoration: none;
|
|
93
|
-
@headlines-lvl-6-font-family: Tenor Sans;
|
|
94
|
-
@headlines-lvl-6-font-weight: Bold;
|
|
95
|
-
@headlines-lvl-6-line-height:
|
|
96
|
-
@headlines-lvl-6-font-size:
|
|
97
|
-
@headlines-lvl-6-letter-spacing: 0%;
|
|
98
|
-
@headlines-lvl-6-paragraph-spacing:
|
|
99
|
-
@headlines-lvl-6-text-case: none;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@body-lg-font-family: PT Sans;
|
|
6
|
+
@body-lg-font-weight: Regular;
|
|
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: Regular;
|
|
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: Regular;
|
|
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-lg-bold-font-family: PT Sans;
|
|
30
|
+
@body-lg-bold-font-weight: Regular;
|
|
31
|
+
@body-lg-bold-line-height: 20px;
|
|
32
|
+
@body-lg-bold-font-size: 16px;
|
|
33
|
+
@body-lg-bold-letter-spacing: 0%;
|
|
34
|
+
@body-lg-bold-paragraph-spacing: 0px;
|
|
35
|
+
@body-lg-bold-text-case: none;
|
|
36
|
+
@body-lg-bold-text-decoration: none;
|
|
37
|
+
@body-md-bold-font-family: PT Sans;
|
|
38
|
+
@body-md-bold-font-weight: Regular;
|
|
39
|
+
@body-md-bold-line-height: 16px;
|
|
40
|
+
@body-md-bold-font-size: 14px;
|
|
41
|
+
@body-md-bold-letter-spacing: 0%;
|
|
42
|
+
@body-md-bold-paragraph-spacing: 0px;
|
|
43
|
+
@body-md-bold-text-case: none;
|
|
44
|
+
@body-md-bold-text-decoration: none;
|
|
45
|
+
@body-sm-bold-font-family: PT Sans;
|
|
46
|
+
@body-sm-bold-font-weight: Regular;
|
|
47
|
+
@body-sm-bold-line-height: 16px;
|
|
48
|
+
@body-sm-bold-font-size: 12px;
|
|
49
|
+
@body-sm-bold-letter-spacing: 0%;
|
|
50
|
+
@body-sm-bold-paragraph-spacing: 0px;
|
|
51
|
+
@body-sm-bold-text-case: none;
|
|
52
|
+
@body-sm-bold-text-decoration: none;
|
|
53
|
+
@headlines-lvl-1-font-family: Tenor Sans;
|
|
54
|
+
@headlines-lvl-1-font-weight: Regular;
|
|
55
|
+
@headlines-lvl-1-line-height: 120px;
|
|
56
|
+
@headlines-lvl-1-font-size: 40px;
|
|
57
|
+
@headlines-lvl-1-letter-spacing: 0%;
|
|
58
|
+
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
59
|
+
@headlines-lvl-1-text-case: none;
|
|
60
|
+
@headlines-lvl-1-text-decoration: none;
|
|
61
|
+
@headlines-lvl-2-font-family: Tenor Sans;
|
|
62
|
+
@headlines-lvl-2-font-weight: Regular;
|
|
63
|
+
@headlines-lvl-2-line-height: 120px;
|
|
64
|
+
@headlines-lvl-2-font-size: 32px;
|
|
65
|
+
@headlines-lvl-2-letter-spacing: 0%;
|
|
66
|
+
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
67
|
+
@headlines-lvl-2-text-case: none;
|
|
68
|
+
@headlines-lvl-2-text-decoration: none;
|
|
69
|
+
@headlines-lvl-3-font-family: Tenor Sans;
|
|
70
|
+
@headlines-lvl-3-font-weight: Regular;
|
|
71
|
+
@headlines-lvl-3-line-height: 120px;
|
|
72
|
+
@headlines-lvl-3-font-size: 24px;
|
|
73
|
+
@headlines-lvl-3-letter-spacing: 0%;
|
|
74
|
+
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
75
|
+
@headlines-lvl-3-text-case: none;
|
|
76
|
+
@headlines-lvl-3-text-decoration: none;
|
|
77
|
+
@headlines-lvl-4-font-family: Tenor Sans;
|
|
78
|
+
@headlines-lvl-4-font-weight: Regular;
|
|
79
|
+
@headlines-lvl-4-line-height: 120px;
|
|
80
|
+
@headlines-lvl-4-font-size: 18px;
|
|
81
|
+
@headlines-lvl-4-letter-spacing: 0%;
|
|
82
|
+
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
83
|
+
@headlines-lvl-4-text-case: none;
|
|
84
|
+
@headlines-lvl-4-text-decoration: none;
|
|
85
|
+
@headlines-lvl-5-font-family: Tenor Sans;
|
|
86
|
+
@headlines-lvl-5-font-weight: Regular;
|
|
87
|
+
@headlines-lvl-5-line-height: 120px;
|
|
88
|
+
@headlines-lvl-5-font-size: 16px;
|
|
89
|
+
@headlines-lvl-5-letter-spacing: 0%;
|
|
90
|
+
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
91
|
+
@headlines-lvl-5-text-case: none;
|
|
92
|
+
@headlines-lvl-5-text-decoration: none;
|
|
93
|
+
@headlines-lvl-6-font-family: Tenor Sans;
|
|
94
|
+
@headlines-lvl-6-font-weight: Bold;
|
|
95
|
+
@headlines-lvl-6-line-height: 120px;
|
|
96
|
+
@headlines-lvl-6-font-size: 14px;
|
|
97
|
+
@headlines-lvl-6-letter-spacing: 0%;
|
|
98
|
+
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
99
|
+
@headlines-lvl-6-text-case: none;
|
|
100
100
|
@headlines-lvl-6-text-decoration: none;
|
|
@@ -1,100 +1,100 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
4
|
-
|
|
5
|
-
@body-lg-font-family: VTB Group;
|
|
6
|
-
@body-lg-font-weight: Book;
|
|
7
|
-
@body-lg-line-height:
|
|
8
|
-
@body-lg-font-size:
|
|
9
|
-
@body-lg-letter-spacing: 0%;
|
|
10
|
-
@body-lg-paragraph-spacing:
|
|
11
|
-
@body-lg-text-case: none;
|
|
12
|
-
@body-lg-text-decoration: none;
|
|
13
|
-
@body-md-font-family: VTB Group;
|
|
14
|
-
@body-md-font-weight: Book;
|
|
15
|
-
@body-md-line-height:
|
|
16
|
-
@body-md-font-size:
|
|
17
|
-
@body-md-letter-spacing: 0%;
|
|
18
|
-
@body-md-paragraph-spacing:
|
|
19
|
-
@body-md-text-case: none;
|
|
20
|
-
@body-md-text-decoration: none;
|
|
21
|
-
@body-sm-font-family: VTB Group;
|
|
22
|
-
@body-sm-font-weight: Book;
|
|
23
|
-
@body-sm-line-height:
|
|
24
|
-
@body-sm-font-size:
|
|
25
|
-
@body-sm-letter-spacing: 0%;
|
|
26
|
-
@body-sm-paragraph-spacing:
|
|
27
|
-
@body-sm-text-case: none;
|
|
28
|
-
@body-sm-text-decoration: none;
|
|
29
|
-
@body-lg-bold-font-family: VTB Group;
|
|
30
|
-
@body-lg-bold-font-weight: Bold;
|
|
31
|
-
@body-lg-bold-line-height:
|
|
32
|
-
@body-lg-bold-font-size:
|
|
33
|
-
@body-lg-bold-letter-spacing: 0%;
|
|
34
|
-
@body-lg-bold-paragraph-spacing:
|
|
35
|
-
@body-lg-bold-text-case: none;
|
|
36
|
-
@body-lg-bold-text-decoration: none;
|
|
37
|
-
@body-md-bold-font-family: VTB Group;
|
|
38
|
-
@body-md-bold-font-weight: Bold;
|
|
39
|
-
@body-md-bold-line-height:
|
|
40
|
-
@body-md-bold-font-size:
|
|
41
|
-
@body-md-bold-letter-spacing: 0%;
|
|
42
|
-
@body-md-bold-paragraph-spacing:
|
|
43
|
-
@body-md-bold-text-case: none;
|
|
44
|
-
@body-md-bold-text-decoration: none;
|
|
45
|
-
@body-sm-bold-font-family: VTB Group;
|
|
46
|
-
@body-sm-bold-font-weight: Bold;
|
|
47
|
-
@body-sm-bold-line-height:
|
|
48
|
-
@body-sm-bold-font-size:
|
|
49
|
-
@body-sm-bold-letter-spacing: 0%;
|
|
50
|
-
@body-sm-bold-paragraph-spacing:
|
|
51
|
-
@body-sm-bold-text-case: none;
|
|
52
|
-
@body-sm-bold-text-decoration: none;
|
|
53
|
-
@headlines-lvl-1-font-family: VTB Group;
|
|
54
|
-
@headlines-lvl-1-font-weight: Bold;
|
|
55
|
-
@headlines-lvl-1-line-height:
|
|
56
|
-
@headlines-lvl-1-font-size:
|
|
57
|
-
@headlines-lvl-1-letter-spacing: 0%;
|
|
58
|
-
@headlines-lvl-1-paragraph-spacing:
|
|
59
|
-
@headlines-lvl-1-text-case: none;
|
|
60
|
-
@headlines-lvl-1-text-decoration: none;
|
|
61
|
-
@headlines-lvl-2-font-family: VTB Group;
|
|
62
|
-
@headlines-lvl-2-font-weight: Bold;
|
|
63
|
-
@headlines-lvl-2-line-height:
|
|
64
|
-
@headlines-lvl-2-font-size:
|
|
65
|
-
@headlines-lvl-2-letter-spacing: 0%;
|
|
66
|
-
@headlines-lvl-2-paragraph-spacing:
|
|
67
|
-
@headlines-lvl-2-text-case: none;
|
|
68
|
-
@headlines-lvl-2-text-decoration: none;
|
|
69
|
-
@headlines-lvl-3-font-family: VTB Group;
|
|
70
|
-
@headlines-lvl-3-font-weight: Bold;
|
|
71
|
-
@headlines-lvl-3-line-height:
|
|
72
|
-
@headlines-lvl-3-font-size:
|
|
73
|
-
@headlines-lvl-3-letter-spacing: 0%;
|
|
74
|
-
@headlines-lvl-3-paragraph-spacing:
|
|
75
|
-
@headlines-lvl-3-text-case: none;
|
|
76
|
-
@headlines-lvl-3-text-decoration: none;
|
|
77
|
-
@headlines-lvl-4-font-family: VTB Group;
|
|
78
|
-
@headlines-lvl-4-font-weight: Bold;
|
|
79
|
-
@headlines-lvl-4-line-height:
|
|
80
|
-
@headlines-lvl-4-font-size:
|
|
81
|
-
@headlines-lvl-4-letter-spacing: 0%;
|
|
82
|
-
@headlines-lvl-4-paragraph-spacing:
|
|
83
|
-
@headlines-lvl-4-text-case: none;
|
|
84
|
-
@headlines-lvl-4-text-decoration: none;
|
|
85
|
-
@headlines-lvl-5-font-family: VTB Group;
|
|
86
|
-
@headlines-lvl-5-font-weight: Bold;
|
|
87
|
-
@headlines-lvl-5-line-height:
|
|
88
|
-
@headlines-lvl-5-font-size:
|
|
89
|
-
@headlines-lvl-5-letter-spacing: 0%;
|
|
90
|
-
@headlines-lvl-5-paragraph-spacing:
|
|
91
|
-
@headlines-lvl-5-text-case: none;
|
|
92
|
-
@headlines-lvl-5-text-decoration: none;
|
|
93
|
-
@headlines-lvl-6-font-family: VTB Group;
|
|
94
|
-
@headlines-lvl-6-font-weight: Bold;
|
|
95
|
-
@headlines-lvl-6-line-height:
|
|
96
|
-
@headlines-lvl-6-font-size:
|
|
97
|
-
@headlines-lvl-6-letter-spacing: 0%;
|
|
98
|
-
@headlines-lvl-6-paragraph-spacing:
|
|
99
|
-
@headlines-lvl-6-text-case: none;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@body-lg-font-family: VTB Group;
|
|
6
|
+
@body-lg-font-weight: Book;
|
|
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: VTB Group;
|
|
14
|
+
@body-md-font-weight: Book;
|
|
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: VTB Group;
|
|
22
|
+
@body-sm-font-weight: Book;
|
|
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-lg-bold-font-family: VTB Group;
|
|
30
|
+
@body-lg-bold-font-weight: Bold;
|
|
31
|
+
@body-lg-bold-line-height: 20px;
|
|
32
|
+
@body-lg-bold-font-size: 16px;
|
|
33
|
+
@body-lg-bold-letter-spacing: 0%;
|
|
34
|
+
@body-lg-bold-paragraph-spacing: 0px;
|
|
35
|
+
@body-lg-bold-text-case: none;
|
|
36
|
+
@body-lg-bold-text-decoration: none;
|
|
37
|
+
@body-md-bold-font-family: VTB Group;
|
|
38
|
+
@body-md-bold-font-weight: Bold;
|
|
39
|
+
@body-md-bold-line-height: 16px;
|
|
40
|
+
@body-md-bold-font-size: 14px;
|
|
41
|
+
@body-md-bold-letter-spacing: 0%;
|
|
42
|
+
@body-md-bold-paragraph-spacing: 0px;
|
|
43
|
+
@body-md-bold-text-case: none;
|
|
44
|
+
@body-md-bold-text-decoration: none;
|
|
45
|
+
@body-sm-bold-font-family: VTB Group;
|
|
46
|
+
@body-sm-bold-font-weight: Bold;
|
|
47
|
+
@body-sm-bold-line-height: 16px;
|
|
48
|
+
@body-sm-bold-font-size: 12px;
|
|
49
|
+
@body-sm-bold-letter-spacing: 0%;
|
|
50
|
+
@body-sm-bold-paragraph-spacing: 0px;
|
|
51
|
+
@body-sm-bold-text-case: none;
|
|
52
|
+
@body-sm-bold-text-decoration: none;
|
|
53
|
+
@headlines-lvl-1-font-family: VTB Group;
|
|
54
|
+
@headlines-lvl-1-font-weight: Bold;
|
|
55
|
+
@headlines-lvl-1-line-height: 120px;
|
|
56
|
+
@headlines-lvl-1-font-size: 40px;
|
|
57
|
+
@headlines-lvl-1-letter-spacing: 0%;
|
|
58
|
+
@headlines-lvl-1-paragraph-spacing: 0px;
|
|
59
|
+
@headlines-lvl-1-text-case: none;
|
|
60
|
+
@headlines-lvl-1-text-decoration: none;
|
|
61
|
+
@headlines-lvl-2-font-family: VTB Group;
|
|
62
|
+
@headlines-lvl-2-font-weight: Bold;
|
|
63
|
+
@headlines-lvl-2-line-height: 120px;
|
|
64
|
+
@headlines-lvl-2-font-size: 32px;
|
|
65
|
+
@headlines-lvl-2-letter-spacing: 0%;
|
|
66
|
+
@headlines-lvl-2-paragraph-spacing: 0px;
|
|
67
|
+
@headlines-lvl-2-text-case: none;
|
|
68
|
+
@headlines-lvl-2-text-decoration: none;
|
|
69
|
+
@headlines-lvl-3-font-family: VTB Group;
|
|
70
|
+
@headlines-lvl-3-font-weight: Bold;
|
|
71
|
+
@headlines-lvl-3-line-height: 120px;
|
|
72
|
+
@headlines-lvl-3-font-size: 24px;
|
|
73
|
+
@headlines-lvl-3-letter-spacing: 0%;
|
|
74
|
+
@headlines-lvl-3-paragraph-spacing: 0px;
|
|
75
|
+
@headlines-lvl-3-text-case: none;
|
|
76
|
+
@headlines-lvl-3-text-decoration: none;
|
|
77
|
+
@headlines-lvl-4-font-family: VTB Group;
|
|
78
|
+
@headlines-lvl-4-font-weight: Bold;
|
|
79
|
+
@headlines-lvl-4-line-height: 120px;
|
|
80
|
+
@headlines-lvl-4-font-size: 18px;
|
|
81
|
+
@headlines-lvl-4-letter-spacing: 0%;
|
|
82
|
+
@headlines-lvl-4-paragraph-spacing: 0px;
|
|
83
|
+
@headlines-lvl-4-text-case: none;
|
|
84
|
+
@headlines-lvl-4-text-decoration: none;
|
|
85
|
+
@headlines-lvl-5-font-family: VTB Group;
|
|
86
|
+
@headlines-lvl-5-font-weight: Bold;
|
|
87
|
+
@headlines-lvl-5-line-height: 120px;
|
|
88
|
+
@headlines-lvl-5-font-size: 16px;
|
|
89
|
+
@headlines-lvl-5-letter-spacing: 0%;
|
|
90
|
+
@headlines-lvl-5-paragraph-spacing: 0px;
|
|
91
|
+
@headlines-lvl-5-text-case: none;
|
|
92
|
+
@headlines-lvl-5-text-decoration: none;
|
|
93
|
+
@headlines-lvl-6-font-family: VTB Group;
|
|
94
|
+
@headlines-lvl-6-font-weight: Bold;
|
|
95
|
+
@headlines-lvl-6-line-height: 120px;
|
|
96
|
+
@headlines-lvl-6-font-size: 14px;
|
|
97
|
+
@headlines-lvl-6-letter-spacing: 0%;
|
|
98
|
+
@headlines-lvl-6-paragraph-spacing: 0px;
|
|
99
|
+
@headlines-lvl-6-text-case: none;
|
|
100
100
|
@headlines-lvl-6-text-decoration: none;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//цвет прогресса
|
|
2
|
+
.mrx-progress{
|
|
3
|
+
&-default{
|
|
4
|
+
.mrx-progress-bar{
|
|
5
|
+
background-color: var(--Main2);
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
&-success{
|
|
9
|
+
.mrx-progress-bar{
|
|
10
|
+
background-color: var(--system-icon-positive);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&-warning{
|
|
15
|
+
.mrx-progress-bar{
|
|
16
|
+
background-color: var(--system-icon-attention);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&-danger{
|
|
21
|
+
.mrx-progress-bar{
|
|
22
|
+
background-color: var(--system-icon-negative);
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.mrx-stepper{
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
|
|
5
|
+
&-header{
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
flex-wrap: wrap;
|
|
9
|
+
|
|
10
|
+
&-item{
|
|
11
|
+
.mrx-icon{
|
|
12
|
+
&.icon-all-check{
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
background: var(--system-bg-positive-primary);
|
|
15
|
+
border-radius: 100%;
|
|
16
|
+
padding: 3px;
|
|
17
|
+
color: var(--system-text-positive);
|
|
18
|
+
font-weight: 600;
|
|
19
|
+
margin-right: 8px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|