ros.grant.common 2.0.1423 → 2.0.1424
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/SystemVariables.less +82 -1
- 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} +32 -32
- package/Shared/Styles/Tokens/colorThemeYellow.less +32 -32
- package/Shared/Styles/Tokens/generalThemes.less +81 -81
- 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/package.json +1 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@import './Tokens/generalThemes.less';
|
|
2
|
+
|
|
3
|
+
:root {
|
|
2
4
|
--Good: #F1F9F3; // - для таблиц, инпутов и сообщений "Одобрено", цвет разделительных линий
|
|
3
5
|
--Attention: #FDF7DE; // — для таблиц, инпутов и сообщений "Внимание!"
|
|
4
6
|
--Warning: #FCDED4; // — для инпутов, таблиц и сообщений "Критическое событие"
|
|
@@ -35,4 +37,83 @@
|
|
|
35
37
|
--myrtex-ui-primary-link-visited: #551A8B;
|
|
36
38
|
|
|
37
39
|
// -- Переменные для ссылок на основании дизайн-системы КОНЕЦ --
|
|
40
|
+
|
|
41
|
+
--system-text-negative: @system-text-negative;
|
|
42
|
+
--system-text-attention: @system-text-attention;
|
|
43
|
+
--system-text-positive: @system-text-positive;
|
|
44
|
+
--system-text-link-default: @system-text-link-default;
|
|
45
|
+
--system-text-link-visited: @system-text-link-visited;
|
|
46
|
+
--system-bg-satisfactorily: @system-bg-satisfactorily;
|
|
47
|
+
--system-bg-controls-status-satisfactorily-default: @system-bg-controls-status-satisfactorily-default;
|
|
48
|
+
--system-bg-controls-status-satisfactorily-hover: @system-bg-controls-status-satisfactorily-hover;
|
|
49
|
+
--system-bg-controls-positive-default: @system-bg-controls-positive-default;
|
|
50
|
+
--system-bg-controls-positive-hover: @system-bg-controls-positive-hover;
|
|
51
|
+
--system-bg-controls-negative-default: @system-bg-controls-negative-default;
|
|
52
|
+
--system-bg-controls-negative-hover: @system-bg-controls-negative-hover;
|
|
53
|
+
--system-bg-controls-attention-default: @system-bg-controls-attention-default;
|
|
54
|
+
--system-bg-controls-attention-hover: @system-bg-controls-attention-hover;
|
|
55
|
+
--system-bg-positive-primary: @system-bg-positive-primary;
|
|
56
|
+
--system-bg-positive-secondary: @system-bg-positive-secondary;
|
|
57
|
+
--system-bg-negative-primary: @system-bg-negative-primary;
|
|
58
|
+
--system-bg-negative-secondary: @system-bg-negative-secondary;
|
|
59
|
+
--system-bg-attention-primary: @system-bg-attention-primary;
|
|
60
|
+
--system-bg-attention-secondary: @system-bg-attention-secondary;
|
|
61
|
+
--system-icon-positive: @system-icon-positive;
|
|
62
|
+
--system-icon-negative: @system-icon-negative;
|
|
63
|
+
--system-icon-attention: @system-icon-attention;
|
|
64
|
+
--system-icon-status-intermediate: @system-icon-status-intermediate;
|
|
65
|
+
--system-validation-status-registered: @system-validation-status-registered;
|
|
66
|
+
--system-validation-status-registered-notes: @system-validation-status-registered-notes;
|
|
67
|
+
--system-validation-status-limitations: @system-validation-status-limitations;
|
|
68
|
+
--system-validation-status-wrong-applicant: @system-validation-status-wrong-applicant;
|
|
69
|
+
--system-validation-status-not-subject-to-review: @system-validation-status-not-subject-to-review;
|
|
70
|
+
--system-validation-status-expertise: @system-validation-status-expertise;
|
|
71
|
+
--system-diagram-diagram-1: @system-diagram-diagram-1;
|
|
72
|
+
--system-diagram-diagram-2: @system-diagram-diagram-2;
|
|
73
|
+
--system-diagram-diagram-3: @system-diagram-diagram-3;
|
|
74
|
+
--system-diagram-diagram-4: @system-diagram-diagram-4;
|
|
75
|
+
--system-diagram-diagram-5: @system-diagram-diagram-5;
|
|
76
|
+
--system-diagram-diagram-6: @system-diagram-diagram-6;
|
|
77
|
+
--sizing-1: @sizing-1;
|
|
78
|
+
--sizing-2: @sizing-2;
|
|
79
|
+
--sizing-3: @sizing-3;
|
|
80
|
+
--sizing-4: @sizing-4;
|
|
81
|
+
--sizing-6: @sizing-6;
|
|
82
|
+
--sizing-8: @sizing-8;
|
|
83
|
+
--sizing-10: @sizing-10;
|
|
84
|
+
--sizing-12: @sizing-12;
|
|
85
|
+
--sizing-module: @sizing-module;
|
|
86
|
+
--spacing-0: @spacing-0;
|
|
87
|
+
--spacing-1: @spacing-1;
|
|
88
|
+
--spacing-2: @spacing-2;
|
|
89
|
+
--spacing-3: @spacing-3;
|
|
90
|
+
--spacing-4: @spacing-4;
|
|
91
|
+
--spacing-6: @spacing-6;
|
|
92
|
+
--spacing-8: @spacing-8;
|
|
93
|
+
--spacing-12: @spacing-12;
|
|
94
|
+
--spacing-16: @spacing-16;
|
|
95
|
+
--spacing-module: @spacing-module;
|
|
96
|
+
--media-extra-sm-max-width: @media-extra-sm-max-width; // 575px;
|
|
97
|
+
--media-sm-min-width: @media-sm-min-width; // 576px;
|
|
98
|
+
--media-sm-max-width: @media-sm-max-width; // 767px;
|
|
99
|
+
--media-md-min-width: @media-md-min-width; // 768px;
|
|
100
|
+
--media-md-max-width: @media-md-max-width; // 991px;
|
|
101
|
+
--media-lg-min-width: @media-lg-min-width; // 992px;
|
|
102
|
+
--media-lg-max-width: @media-lg-max-width; // 1199px;
|
|
103
|
+
--media-extra-lg-min-width: @media-extra-lg-min-width; // 1200px;
|
|
104
|
+
--border-width-default: @border-width-default;
|
|
105
|
+
--border-radius-1: @border-radius-1;
|
|
106
|
+
--border-radius-2: @border-radius-2;
|
|
107
|
+
--box-shadow-main-color: @box-shadow-main-color;
|
|
108
|
+
--box-shadow-main-type: @box-shadow-main-type;
|
|
109
|
+
--box-shadow-main-x: @box-shadow-main-x;
|
|
110
|
+
--box-shadow-main-y: @box-shadow-main-y;
|
|
111
|
+
--box-shadow-main-blur: @box-shadow-main-blur;
|
|
112
|
+
--box-shadow-main-spread: @box-shadow-main-spread;
|
|
113
|
+
--box-shadow-secondary-color: @box-shadow-secondary-color;
|
|
114
|
+
--box-shadow-secondary-type: @box-shadow-secondary-type;
|
|
115
|
+
--box-shadow-secondary-x: @box-shadow-secondary-x;
|
|
116
|
+
--box-shadow-secondary-y: @box-shadow-secondary-y;
|
|
117
|
+
--box-shadow-secondary-blur: @box-shadow-secondary-blur;
|
|
118
|
+
--box-shadow-secondary-spread: @box-shadow-secondary-spread;
|
|
38
119
|
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #F4F4F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #F4F4F4;
|
|
8
|
-
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
-
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
-
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
-
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
-
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
-
@neutral-icon-default: #3C3C3C;
|
|
14
|
-
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #575757;
|
|
18
|
-
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #FFDF6B;
|
|
22
|
-
@brand-text-accent: #CFA100;
|
|
23
|
-
@brand-text-controls-default: #FFDF6B;
|
|
24
|
-
@brand-text-controls-hover: #F3CF4C;
|
|
25
|
-
@brand-text-controls-selected: #F3CF4C;
|
|
26
|
-
@brand-bg-primary-default: #FFDF6B;
|
|
27
|
-
@brand-bg-primary-hover: #F3CF4C;
|
|
28
|
-
@brand-bg-secondary-default: #FEF0BC;
|
|
29
|
-
@brand-bg-secondary-hover: #FEECA8;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #FEF4D0;
|
|
32
|
-
@brand-bg-tertiary-selected: #FEF4D0;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #F4F4F4;
|
|
8
|
+
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
+
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
+
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
+
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
+
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
+
@neutral-icon-default: #3C3C3C;
|
|
14
|
+
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #575757;
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #FFDF6B;
|
|
22
|
+
@brand-text-accent: #CFA100;
|
|
23
|
+
@brand-text-controls-default: #FFDF6B;
|
|
24
|
+
@brand-text-controls-hover: #F3CF4C;
|
|
25
|
+
@brand-text-controls-selected: #F3CF4C;
|
|
26
|
+
@brand-bg-primary-default: #FFDF6B;
|
|
27
|
+
@brand-bg-primary-hover: #F3CF4C;
|
|
28
|
+
@brand-bg-secondary-default: #FEF0BC;
|
|
29
|
+
@brand-bg-secondary-hover: #FEECA8;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #FEF4D0;
|
|
32
|
+
@brand-bg-tertiary-selected: #FEF4D0;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #F4F4F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #F4F4F4;
|
|
8
|
-
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
-
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
-
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
-
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
-
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
-
@neutral-icon-default: #3C3C3C;
|
|
14
|
-
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #575757;
|
|
18
|
-
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #3A8841;
|
|
22
|
-
@brand-text-accent: #277647;
|
|
23
|
-
@brand-text-controls-default: #3A8841;
|
|
24
|
-
@brand-text-controls-hover: #307F44;
|
|
25
|
-
@brand-text-controls-selected: #307F44;
|
|
26
|
-
@brand-bg-primary-default: #3A8841;
|
|
27
|
-
@brand-bg-primary-hover: #307F44;
|
|
28
|
-
@brand-bg-secondary-default: #C7E5DF;
|
|
29
|
-
@brand-bg-secondary-hover: #9CCDBB;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #F7FCFC;
|
|
32
|
-
@brand-bg-tertiary-selected: #F7FCFC;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #F4F4F4;
|
|
8
|
+
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
+
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
+
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
+
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
+
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
+
@neutral-icon-default: #3C3C3C;
|
|
14
|
+
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #575757;
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #3A8841;
|
|
22
|
+
@brand-text-accent: #277647;
|
|
23
|
+
@brand-text-controls-default: #3A8841;
|
|
24
|
+
@brand-text-controls-hover: #307F44;
|
|
25
|
+
@brand-text-controls-selected: #307F44;
|
|
26
|
+
@brand-bg-primary-default: #3A8841;
|
|
27
|
+
@brand-bg-primary-hover: #307F44;
|
|
28
|
+
@brand-bg-secondary-default: #C7E5DF;
|
|
29
|
+
@brand-bg-secondary-hover: #9CCDBB;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #F7FCFC;
|
|
32
|
+
@brand-bg-tertiary-selected: #F7FCFC;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #EEF0F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #EEF0F4;
|
|
8
|
-
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
-
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
-
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
-
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
-
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
-
@neutral-icon-default: #33373C;
|
|
14
|
-
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #4D5157;
|
|
18
|
-
@neutral-text-tertiary: #71767E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #359EE2;
|
|
22
|
-
@brand-text-accent: #2C659A;
|
|
23
|
-
@brand-text-controls-default: #359EE2;
|
|
24
|
-
@brand-text-controls-hover: #338FD0;
|
|
25
|
-
@brand-text-controls-selected: #338FD0;
|
|
26
|
-
@brand-bg-primary-default: #359EE2;
|
|
27
|
-
@brand-bg-primary-hover: #338FD0;
|
|
28
|
-
@brand-bg-secondary-default: #C9E6F4;
|
|
29
|
-
@brand-bg-secondary-hover: #A2D6EF;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #F1F6F8;
|
|
32
|
-
@brand-bg-tertiary-selected: #F1F6F8;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #EEF0F4;
|
|
8
|
+
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
+
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
+
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
+
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
+
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
+
@neutral-icon-default: #33373C;
|
|
14
|
+
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #359EE2;
|
|
22
|
+
@brand-text-accent: #2C659A;
|
|
23
|
+
@brand-text-controls-default: #359EE2;
|
|
24
|
+
@brand-text-controls-hover: #338FD0;
|
|
25
|
+
@brand-text-controls-selected: #338FD0;
|
|
26
|
+
@brand-bg-primary-default: #359EE2;
|
|
27
|
+
@brand-bg-primary-hover: #338FD0;
|
|
28
|
+
@brand-bg-secondary-default: #C9E6F4;
|
|
29
|
+
@brand-bg-secondary-hover: #A2D6EF;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #F1F6F8;
|
|
32
|
+
@brand-bg-tertiary-selected: #F1F6F8;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #F4F4F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #F4F4F4;
|
|
8
|
-
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
-
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
-
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
-
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
-
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
-
@neutral-icon-default: #3C3C3C;
|
|
14
|
-
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #575757;
|
|
18
|
-
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #3F2512;
|
|
22
|
-
@brand-text-accent: #311500;
|
|
23
|
-
@brand-text-controls-default: #3F2512;
|
|
24
|
-
@brand-text-controls-hover: #3C210D;
|
|
25
|
-
@brand-text-controls-selected: #3C210D;
|
|
26
|
-
@brand-bg-primary-default: #3F2512;
|
|
27
|
-
@brand-bg-primary-hover: #3C210D;
|
|
28
|
-
@brand-bg-secondary-default: #C6B19F;
|
|
29
|
-
@brand-bg-secondary-hover: #A4876F;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #E8E0D9;
|
|
32
|
-
@brand-bg-tertiary-selected: #E8E0D9;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #F4F4F4;
|
|
8
|
+
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
+
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
+
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
+
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
+
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
+
@neutral-icon-default: #3C3C3C;
|
|
14
|
+
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #575757;
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #3F2512;
|
|
22
|
+
@brand-text-accent: #311500;
|
|
23
|
+
@brand-text-controls-default: #3F2512;
|
|
24
|
+
@brand-text-controls-hover: #3C210D;
|
|
25
|
+
@brand-text-controls-selected: #3C210D;
|
|
26
|
+
@brand-bg-primary-default: #3F2512;
|
|
27
|
+
@brand-bg-primary-hover: #3C210D;
|
|
28
|
+
@brand-bg-secondary-default: #C6B19F;
|
|
29
|
+
@brand-bg-secondary-hover: #A4876F;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #E8E0D9;
|
|
32
|
+
@brand-bg-tertiary-selected: #E8E0D9;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #F4F4F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #F4F4F4;
|
|
8
|
-
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
-
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
-
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
-
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
-
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
-
@neutral-icon-default: #3C3C3C;
|
|
14
|
-
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #575757;
|
|
18
|
-
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #A9967D;
|
|
22
|
-
@brand-text-accent: #624E33;
|
|
23
|
-
@brand-text-controls-default: #A9967D;
|
|
24
|
-
@brand-text-controls-hover: #978368;
|
|
25
|
-
@brand-text-controls-selected: #978368;
|
|
26
|
-
@brand-bg-primary-default: #A9967D;
|
|
27
|
-
@brand-bg-primary-hover: #978368;
|
|
28
|
-
@brand-bg-secondary-default: #EBE1D5;
|
|
29
|
-
@brand-bg-secondary-hover: #DACDBD;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #FBF5EE;
|
|
32
|
-
@brand-bg-tertiary-selected: #FBF5EE;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #F4F4F4;
|
|
8
|
+
@neutral-bg-stroke-default: #E5E5E5;
|
|
9
|
+
@neutral-bg-stroke-hover: #CCCCCC;
|
|
10
|
+
@neutral-bg-island-default: #FAFAFA;
|
|
11
|
+
@neutral-bg-island-hover: #F4F4F4;
|
|
12
|
+
@neutral-bg-disabled: #F4F4F4;
|
|
13
|
+
@neutral-icon-default: #3C3C3C;
|
|
14
|
+
@neutral-icon-disabled: #CCCCCC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #575757;
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #A9967D;
|
|
22
|
+
@brand-text-accent: #624E33;
|
|
23
|
+
@brand-text-controls-default: #A9967D;
|
|
24
|
+
@brand-text-controls-hover: #978368;
|
|
25
|
+
@brand-text-controls-selected: #978368;
|
|
26
|
+
@brand-bg-primary-default: #A9967D;
|
|
27
|
+
@brand-bg-primary-hover: #978368;
|
|
28
|
+
@brand-bg-secondary-default: #EBE1D5;
|
|
29
|
+
@brand-bg-secondary-hover: #DACDBD;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #FBF5EE;
|
|
32
|
+
@brand-bg-tertiary-selected: #FBF5EE;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #EEF0F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #EEF0F4;
|
|
8
|
-
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
-
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
-
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
-
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
-
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
-
@neutral-icon-default: #33373C;
|
|
14
|
-
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #4D5157;
|
|
18
|
-
@neutral-text-tertiary: #71767E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #2a6ab8;
|
|
22
|
-
@brand-text-accent: #003780;
|
|
23
|
-
@brand-text-controls-default: #2a6ab8;
|
|
24
|
-
@brand-text-controls-hover: #0f54aa;
|
|
25
|
-
@brand-text-controls-selected: #0f54aa;
|
|
26
|
-
@brand-bg-primary-default: #2a6ab8;
|
|
27
|
-
@brand-bg-primary-hover: #0f54aa;
|
|
28
|
-
@brand-bg-secondary-default: #bed6f1;
|
|
29
|
-
@brand-bg-secondary-hover: #93b8e3;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #edf5ff;
|
|
32
|
-
@brand-bg-tertiary-selected: #edf5ff;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #EEF0F4;
|
|
8
|
+
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
+
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
+
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
+
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
+
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
+
@neutral-icon-default: #33373C;
|
|
14
|
+
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #2a6ab8;
|
|
22
|
+
@brand-text-accent: #003780;
|
|
23
|
+
@brand-text-controls-default: #2a6ab8;
|
|
24
|
+
@brand-text-controls-hover: #0f54aa;
|
|
25
|
+
@brand-text-controls-selected: #0f54aa;
|
|
26
|
+
@brand-bg-primary-default: #2a6ab8;
|
|
27
|
+
@brand-bg-primary-hover: #0f54aa;
|
|
28
|
+
@brand-bg-secondary-default: #bed6f1;
|
|
29
|
+
@brand-bg-secondary-hover: #93b8e3;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #edf5ff;
|
|
32
|
+
@brand-bg-tertiary-selected: #edf5ff;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #EEF0F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #EEF0F4;
|
|
8
|
-
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
-
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
-
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
-
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
-
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
-
@neutral-icon-default: #33373C;
|
|
14
|
-
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #4D5157;
|
|
18
|
-
@neutral-text-tertiary: #71767E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #FA768D;
|
|
22
|
-
@brand-text-accent: #CD112A;
|
|
23
|
-
@brand-text-controls-default: #FA768D;
|
|
24
|
-
@brand-text-controls-hover: #EF5A72;
|
|
25
|
-
@brand-text-controls-selected: #EF5A72;
|
|
26
|
-
@brand-bg-primary-default: #FA768D;
|
|
27
|
-
@brand-bg-primary-hover: #EF5A72;
|
|
28
|
-
@brand-bg-secondary-default: #FEDCE1;
|
|
29
|
-
@brand-bg-secondary-hover: #FDC2CB;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #FFF5F7;
|
|
32
|
-
@brand-bg-tertiary-selected: #FFF5F7;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #EEF0F4;
|
|
8
|
+
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
+
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
+
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
+
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
+
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
+
@neutral-icon-default: #33373C;
|
|
14
|
+
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #FA768D;
|
|
22
|
+
@brand-text-accent: #CD112A;
|
|
23
|
+
@brand-text-controls-default: #FA768D;
|
|
24
|
+
@brand-text-controls-hover: #EF5A72;
|
|
25
|
+
@brand-text-controls-selected: #EF5A72;
|
|
26
|
+
@brand-bg-primary-default: #FA768D;
|
|
27
|
+
@brand-bg-primary-hover: #EF5A72;
|
|
28
|
+
@brand-bg-secondary-default: #FEDCE1;
|
|
29
|
+
@brand-bg-secondary-hover: #FDC2CB;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #FFF5F7;
|
|
32
|
+
@brand-bg-tertiary-selected: #FFF5F7;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
// Do not edit directly
|
|
3
|
-
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
-
|
|
5
|
-
@neutral-bg-page: #EEF0F4;
|
|
6
|
-
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #EEF0F4;
|
|
8
|
-
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
-
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
-
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
-
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
-
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
-
@neutral-icon-default: #33373C;
|
|
14
|
-
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
-
@neutral-icon-inverse: #FFF;
|
|
16
|
-
@neutral-text-primary: #262626;
|
|
17
|
-
@neutral-text-secondary: #4D5157;
|
|
18
|
-
@neutral-text-tertiary: #71767E;
|
|
19
|
-
@neutral-text-inverse: #FFF;
|
|
20
|
-
@neutral-text-link-monochrome: #262626;
|
|
21
|
-
@brand-text-nav-link: #E42113;
|
|
22
|
-
@brand-text-accent: #CD1C11;
|
|
23
|
-
@brand-text-controls-default: #E42113;
|
|
24
|
-
@brand-text-controls-hover: #DE1E12;
|
|
25
|
-
@brand-text-controls-selected: #DE1E12;
|
|
26
|
-
@brand-bg-primary-default: #E42113;
|
|
27
|
-
@brand-bg-primary-hover: #DE1E12;
|
|
28
|
-
@brand-bg-secondary-default: #FAC9C4;
|
|
29
|
-
@brand-bg-secondary-hover: #F49D95;
|
|
30
|
-
@brand-bg-tertiary-default: #FFF;
|
|
31
|
-
@brand-bg-tertiary-hover: #FFF6F5;
|
|
32
|
-
@brand-bg-tertiary-selected: #FFF6F5;
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Mon, 31 Oct 2022 13:16:49 GMT
|
|
4
|
+
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
|
+
@neutral-bg-modal: #26262640;
|
|
7
|
+
@neutral-bg-divider: #EEF0F4;
|
|
8
|
+
@neutral-bg-stroke-default: #DBDFE5;
|
|
9
|
+
@neutral-bg-stroke-hover: #BFC5CC;
|
|
10
|
+
@neutral-bg-island-default: #F8F9FA;
|
|
11
|
+
@neutral-bg-island-hover: #EEF0F4;
|
|
12
|
+
@neutral-bg-disabled: #EEF0F4;
|
|
13
|
+
@neutral-icon-default: #33373C;
|
|
14
|
+
@neutral-icon-disabled: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
16
|
+
@neutral-text-primary: #262626;
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
20
|
+
@neutral-text-link-monochrome: #262626;
|
|
21
|
+
@brand-text-nav-link: #E42113;
|
|
22
|
+
@brand-text-accent: #CD1C11;
|
|
23
|
+
@brand-text-controls-default: #E42113;
|
|
24
|
+
@brand-text-controls-hover: #DE1E12;
|
|
25
|
+
@brand-text-controls-selected: #DE1E12;
|
|
26
|
+
@brand-bg-primary-default: #E42113;
|
|
27
|
+
@brand-bg-primary-hover: #DE1E12;
|
|
28
|
+
@brand-bg-secondary-default: #FAC9C4;
|
|
29
|
+
@brand-bg-secondary-hover: #F49D95;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #FFF6F5;
|
|
32
|
+
@brand-bg-tertiary-selected: #FFF6F5;
|
|
33
33
|
@brand-bg-header-scroll-up: #ffffffe6;
|