ros.grant.common 2.0.1371 → 2.0.1373
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/ThemeVariables.less +18 -18
- package/Shared/Styles/Tokens/colorThemeAbsolute.less +26 -24
- package/Shared/Styles/Tokens/colorThemeBlackGreen.less +25 -23
- package/Shared/Styles/Tokens/colorThemeBlue.less +27 -25
- package/Shared/Styles/Tokens/colorThemeBrown.less +25 -23
- package/Shared/Styles/Tokens/colorThemeDefault.less +23 -21
- package/Shared/Styles/Tokens/colorThemeMinfin.less +17 -15
- package/Shared/Styles/Tokens/colorThemePink.less +17 -15
- package/Shared/Styles/Tokens/colorThemeRed.less +27 -25
- package/Shared/Styles/Tokens/colorThemeTurquoise.less +27 -25
- package/Shared/Styles/Tokens/colorThemeVTB.less +27 -25
- package/Shared/Styles/Tokens/colorThemeYellow.less +26 -24
- package/Shared/Styles/Tokens/generalThemes.less +29 -29
- package/Shared/Styles/Tokens/typeThemeOpenMontserrat.less +2 -23
- package/Shared/Styles/Tokens/typeThemeProximaNova.less +2 -23
- package/Shared/Styles/Tokens/typeThemePtSans.less +2 -23
- package/Shared/Styles/Tokens/typeThemeTenor.less +6 -27
- package/Shared/Styles/Tokens/typeThemeVTB.less +2 -23
- package/Shared/Styles/myrtex-lib/editor/editor-error.less +5 -5
- package/Shared/Styles/myrtex-lib/editor/editor.less +4 -4
- package/Shared/Styles/themess/VtbTheme.less +53 -0
- package/package.json +1 -1
|
@@ -142,17 +142,17 @@
|
|
|
142
142
|
--Icon: #4d5157;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.page-wrapper.vtb-theme {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
145
|
+
// .page-wrapper.vtb-theme {
|
|
146
|
+
// --Main1: #2F3441; // - заголовки,текст,иконки,стрелки
|
|
147
|
+
// --Main2: #1E4BD2; // - активные кнопки,эффект наведения на чекбоксы и радиобатоны,обводка у второстепенных кнопок,наведение на иконки
|
|
148
|
+
// --Subsidiary: #0A2896; // - включенные элементы,текст и иконки на Bg 2,наведение на кнопки,наведение на иконки, цвет футера
|
|
149
|
+
// --Secondary: #6B7683; // - подписи инпутов, название неактивных кнопок
|
|
150
|
+
// --Bg1: #F3F7FA; // - цвет фона в дополнительных инпутах,цвет фона в блоках,цвет чередующихся строк в таблицах
|
|
151
|
+
// --Bg2: #EAEDF5; // - цвет фона в блоках,цвет шапки таблицы,цвет фона в мультисилектах,цвет фона строки при наведении
|
|
152
|
+
// --Stroke: #DCE0EB; // — фон и цвет обводки неактивных инпутов, цвет неактивных кнопок
|
|
153
|
+
// --StrokeHover:#ACB6C3; // - цвет границ инпутов при наведении и в фокусе
|
|
154
|
+
// --Icon: #4d5157;
|
|
155
|
+
// }
|
|
156
156
|
|
|
157
157
|
.page-main .common-admin__section .color-theme-edit-box-color .box {
|
|
158
158
|
|
|
@@ -276,13 +276,13 @@
|
|
|
276
276
|
background-image: var(--ThemePreview);
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.VTBStrana {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
279
|
+
// .VTBStrana {
|
|
280
|
+
// --Main2: #2F3441;
|
|
281
|
+
// --Subsidiary: #0A2896;
|
|
282
|
+
// --Secondary: #6B768;
|
|
283
283
|
|
|
284
|
-
|
|
284
|
+
// --ThemePreview: linear-gradient(90deg, var(--Subsidiary) 33.33%, var(--Main2) 33.33%, var(--Main2) 66.66%, var(--Secondary) 66.66%);
|
|
285
285
|
|
|
286
|
-
|
|
287
|
-
}
|
|
286
|
+
// background-image: var(--ThemePreview);
|
|
287
|
+
// }
|
|
288
288
|
}
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
17
|
@neutral-text-secondary: #575757;
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
-
@brand-text-accent: #
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
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
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
17
|
@neutral-text-secondary: #575757;
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
+
@brand-text-nav-link: #3A8841;
|
|
21
22
|
@brand-text-accent: #277647;
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
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
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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-inactive: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
|
-
@neutral-text-secondary: #
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
-
@brand-text-accent: #
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
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
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
17
|
@neutral-text-secondary: #575757;
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
+
@brand-text-nav-link: #3F2512;
|
|
21
22
|
@brand-text-accent: #311500;
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
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
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
17
|
@neutral-text-secondary: #575757;
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
-
@brand-text-accent: #
|
|
22
|
-
@brand-text-controls-default: #
|
|
21
|
+
@brand-text-nav-link: #A9967D;
|
|
22
|
+
@brand-text-accent: #624E33;
|
|
23
|
+
@brand-text-controls-default: #A9967D;
|
|
23
24
|
@brand-text-controls-hover: #978368;
|
|
24
25
|
@brand-text-controls-selected: #978368;
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
+
@brand-bg-primary-default: #A9967D;
|
|
26
27
|
@brand-bg-primary-hover: #978368;
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
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
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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-inactive: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
|
-
@neutral-text-secondary: #
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
21
|
@brand-text-nav-link: #2a6ab8;
|
|
21
22
|
@brand-text-accent: #003780;
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
@brand-bg-primary-hover: #0f54aa;
|
|
27
28
|
@brand-bg-secondary-default: #bed6f1;
|
|
28
29
|
@brand-bg-secondary-hover: #93b8e3;
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
30
31
|
@brand-bg-tertiary-hover: #edf5ff;
|
|
31
|
-
@brand-bg-tertiary-selected: #edf5ff;
|
|
32
|
+
@brand-bg-tertiary-selected: #edf5ff;
|
|
33
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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-inactive: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
|
-
@neutral-text-secondary: #
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
21
|
@brand-text-nav-link: #FA768D;
|
|
21
22
|
@brand-text-accent: #CD112A;
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
@brand-bg-primary-hover: #EF5A72;
|
|
27
28
|
@brand-bg-secondary-default: #FEDCE1;
|
|
28
29
|
@brand-bg-secondary-hover: #FDC2CB;
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
30
31
|
@brand-bg-tertiary-hover: #FFF5F7;
|
|
31
|
-
@brand-bg-tertiary-selected: #FFF5F7;
|
|
32
|
+
@brand-bg-tertiary-selected: #FFF5F7;
|
|
33
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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-inactive: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
|
-
@neutral-text-secondary: #
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
-
@brand-text-accent: #
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
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
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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-inactive: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
|
-
@neutral-text-secondary: #
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
-
@brand-text-accent: #
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
21
|
+
@brand-text-nav-link: #0C907D;
|
|
22
|
+
@brand-text-accent: #05574D;
|
|
23
|
+
@brand-text-controls-default: #0C907D;
|
|
24
|
+
@brand-text-controls-hover: #0A8271;
|
|
25
|
+
@brand-text-controls-selected: #0A8271;
|
|
26
|
+
@brand-bg-primary-default: #0C907D;
|
|
27
|
+
@brand-bg-primary-hover: #0A8271;
|
|
28
|
+
@brand-bg-secondary-default: #A2E2D9;
|
|
29
|
+
@brand-bg-secondary-hover: #73CDC1;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #D8F6F2;
|
|
32
|
+
@brand-bg-tertiary-selected: #D8F6F2;
|
|
33
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #EEF0F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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-inactive: #BFC5CC;
|
|
15
|
+
@neutral-icon-inverse: #FFF;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
|
-
@neutral-text-secondary: #
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
17
|
+
@neutral-text-secondary: #4D5157;
|
|
18
|
+
@neutral-text-tertiary: #71767E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
-
@brand-text-accent: #
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
21
|
+
@brand-text-nav-link: #1E4BD2;
|
|
22
|
+
@brand-text-accent: #0A2896;
|
|
23
|
+
@brand-text-controls-default: #1E4BD2;
|
|
24
|
+
@brand-text-controls-hover: #1841C3;
|
|
25
|
+
@brand-text-controls-selected: #1841C3;
|
|
26
|
+
@brand-bg-primary-default: #1E4BD2;
|
|
27
|
+
@brand-bg-primary-hover: #1841C3;
|
|
28
|
+
@brand-bg-secondary-default: #BDCAEE;
|
|
29
|
+
@brand-bg-secondary-hover: #92A8E7;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #EBF0FF;
|
|
32
|
+
@brand-bg-tertiary-selected: #EBF0FF;
|
|
33
|
+
@brand-bg-header-scroll-up: #1e4bd2e6;
|
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@neutral-bg-page: #
|
|
5
|
+
@neutral-bg-page: #F4F4F4;
|
|
6
6
|
@neutral-bg-modal: #26262640;
|
|
7
|
-
@neutral-bg-divider: #
|
|
8
|
-
@neutral-bg-stroke-default: #
|
|
9
|
-
@neutral-bg-stroke-hover: #
|
|
10
|
-
@neutral-bg-island-default: #
|
|
11
|
-
@neutral-bg-island-hover: #
|
|
12
|
-
@neutral-
|
|
13
|
-
@neutral-icon-
|
|
14
|
-
@neutral-icon-
|
|
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;
|
|
15
16
|
@neutral-text-primary: #262626;
|
|
16
17
|
@neutral-text-secondary: #575757;
|
|
17
|
-
@neutral-text-tertiary: #
|
|
18
|
-
@neutral-text-inverse: #
|
|
18
|
+
@neutral-text-tertiary: #7E7E7E;
|
|
19
|
+
@neutral-text-inverse: #FFF;
|
|
19
20
|
@neutral-text-link-monochrome: #262626;
|
|
20
|
-
@brand-text-nav-link: #
|
|
21
|
-
@brand-text-accent: #
|
|
22
|
-
@brand-text-controls-default: #
|
|
23
|
-
@brand-text-controls-hover: #
|
|
24
|
-
@brand-text-controls-selected: #
|
|
25
|
-
@brand-bg-primary-default: #
|
|
26
|
-
@brand-bg-primary-hover: #
|
|
27
|
-
@brand-bg-secondary-default: #
|
|
28
|
-
@brand-bg-secondary-hover: #
|
|
29
|
-
@brand-bg-tertiary-default: #
|
|
30
|
-
@brand-bg-tertiary-hover: #
|
|
31
|
-
@brand-bg-tertiary-selected: #
|
|
21
|
+
@brand-text-nav-link: #FFCC00;
|
|
22
|
+
@brand-text-accent: #D0A300;
|
|
23
|
+
@brand-text-controls-default: #FFCC00;
|
|
24
|
+
@brand-text-controls-hover: #F3C300;
|
|
25
|
+
@brand-text-controls-selected: #F3C300;
|
|
26
|
+
@brand-bg-primary-default: #FFCC00;
|
|
27
|
+
@brand-bg-primary-hover: #F3C300;
|
|
28
|
+
@brand-bg-secondary-default: #FEECA7;
|
|
29
|
+
@brand-bg-secondary-hover: #FFE37D;
|
|
30
|
+
@brand-bg-tertiary-default: #FFF;
|
|
31
|
+
@brand-bg-tertiary-hover: #FEF4D0;
|
|
32
|
+
@brand-bg-tertiary-selected: #FEF4D0;
|
|
33
|
+
@brand-bg-header-scroll-up: #ffffffe6;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@system-text-negative: #
|
|
6
|
-
@system-text-attention: #
|
|
7
|
-
@system-text-positive: #
|
|
5
|
+
@system-text-negative: #8E2100;
|
|
6
|
+
@system-text-attention: #AC5C06;
|
|
7
|
+
@system-text-positive: #004A1A;
|
|
8
8
|
@system-text-link-default: #157efb;
|
|
9
9
|
@system-text-link-visited: #551a8b;
|
|
10
|
-
@system-bg-satisfactorily: #
|
|
11
|
-
@system-bg-controls-status-satisfactorily-default: #
|
|
12
|
-
@system-bg-controls-status-satisfactorily-hover: #
|
|
13
|
-
@system-bg-controls-positive-default: #
|
|
10
|
+
@system-bg-satisfactorily: #FFF2C2;
|
|
11
|
+
@system-bg-controls-status-satisfactorily-default: #FFCA10;
|
|
12
|
+
@system-bg-controls-status-satisfactorily-hover: #FFBD01;
|
|
13
|
+
@system-bg-controls-positive-default: #108E3A;
|
|
14
14
|
@system-bg-controls-positive-hover: #007729;
|
|
15
|
-
@system-bg-controls-negative-default: #
|
|
16
|
-
@system-bg-controls-negative-hover: #
|
|
17
|
-
@system-bg-controls-attention-default: #
|
|
18
|
-
@system-bg-controls-attention-hover: #
|
|
19
|
-
@system-bg-positive-primary: #
|
|
20
|
-
@system-bg-positive-secondary: #
|
|
21
|
-
@system-bg-negative-primary: #
|
|
22
|
-
@system-bg-negative-secondary: #
|
|
23
|
-
@system-bg-attention-primary: #
|
|
24
|
-
@system-bg-attention-secondary: #
|
|
25
|
-
@system-icon-positive: #
|
|
26
|
-
@system-icon-negative: #
|
|
27
|
-
@system-icon-attention: #
|
|
28
|
-
@system-icon-status-intermediate: #
|
|
29
|
-
@system-validation-status-registered: #
|
|
15
|
+
@system-bg-controls-negative-default: #B83B15;
|
|
16
|
+
@system-bg-controls-negative-hover: #AA2800;
|
|
17
|
+
@system-bg-controls-attention-default: #CC6E07;
|
|
18
|
+
@system-bg-controls-attention-hover: #C26807;
|
|
19
|
+
@system-bg-positive-primary: #ADE8C0;
|
|
20
|
+
@system-bg-positive-secondary: #E7FFEE;
|
|
21
|
+
@system-bg-negative-primary: #F1C2B4;
|
|
22
|
+
@system-bg-negative-secondary: #FFECE7;
|
|
23
|
+
@system-bg-attention-primary: #F5D1A9;
|
|
24
|
+
@system-bg-attention-secondary: #FFECE7;
|
|
25
|
+
@system-icon-positive: #2DA454;
|
|
26
|
+
@system-icon-negative: #C65836;
|
|
27
|
+
@system-icon-attention: #D97508;
|
|
28
|
+
@system-icon-status-intermediate: #FFD541;
|
|
29
|
+
@system-validation-status-registered: #108E3A;
|
|
30
30
|
@system-validation-status-registered-notes: #0098a4;
|
|
31
31
|
@system-validation-status-limitations: #4d5157;
|
|
32
|
-
@system-validation-status-wrong-applicant: #
|
|
33
|
-
@system-validation-status-not-subject-to-review: #
|
|
32
|
+
@system-validation-status-wrong-applicant: #CC6E07;
|
|
33
|
+
@system-validation-status-not-subject-to-review: #B83B15;
|
|
34
34
|
@system-validation-status-expertise: #932059;
|
|
35
|
-
@system-diagram-diagram-1: #
|
|
35
|
+
@system-diagram-diagram-1: #50BB73;
|
|
36
36
|
@system-diagram-diagram-2: #6c9cd4;
|
|
37
|
-
@system-diagram-diagram-3: #
|
|
38
|
-
@system-diagram-diagram-4: #
|
|
39
|
-
@system-diagram-diagram-5: #
|
|
37
|
+
@system-diagram-diagram-3: #E29239;
|
|
38
|
+
@system-diagram-diagram-4: #FFD541;
|
|
39
|
+
@system-diagram-diagram-5: #D4785B;
|
|
40
40
|
@system-diagram-diagram-6: #bfc5cc;
|
|
41
41
|
@sizing-1: 4;
|
|
42
42
|
@sizing-2: 8;
|
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@font-families-body: Open Sans;
|
|
6
|
-
@font-families-headline: Montserrat;
|
|
7
|
-
@line-heights-0: 150%;
|
|
8
|
-
@line-heights-1: 120%;
|
|
9
|
-
@font-weights-headline-default: Regular;
|
|
10
|
-
@font-weights-headline-accent: Bold;
|
|
11
|
-
@font-weights-body-default: Regular;
|
|
12
|
-
@font-weights-body-accent: Bold;
|
|
13
|
-
@font-size-0: 12;
|
|
14
|
-
@font-size-1: 14;
|
|
15
|
-
@font-size-2: 16;
|
|
16
|
-
@font-size-3: 18;
|
|
17
|
-
@font-size-4: 24;
|
|
18
|
-
@font-size-5: 32;
|
|
19
|
-
@font-size-6: 40;
|
|
20
|
-
@letter-spacing-0: 0%;
|
|
21
|
-
@paragraph-spacing-0: 0;
|
|
22
|
-
@paragraph-spacing-1: 4;
|
|
23
|
-
@paragraph-spacing-2: 8;
|
|
24
5
|
@body-lg-font-family: Open Sans;
|
|
25
6
|
@body-lg-font-weight: Regular;
|
|
26
7
|
@body-lg-line-height: 150%;
|
|
@@ -116,6 +97,4 @@
|
|
|
116
97
|
@headlines-lvl-6-letter-spacing: 0%;
|
|
117
98
|
@headlines-lvl-6-paragraph-spacing: 0;
|
|
118
99
|
@headlines-lvl-6-text-case: none;
|
|
119
|
-
@headlines-lvl-6-text-decoration: none;
|
|
120
|
-
@text-case-none: none;
|
|
121
|
-
@text-decoration-none: none;
|
|
100
|
+
@headlines-lvl-6-text-decoration: none;
|
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@font-families-body: Proxima Nova;
|
|
6
|
-
@font-families-headline: Proxima Nova;
|
|
7
|
-
@line-heights-0: 150%;
|
|
8
|
-
@line-heights-1: 120%;
|
|
9
|
-
@font-weights-headline-default: Regular;
|
|
10
|
-
@font-weights-headline-accent: Bold;
|
|
11
|
-
@font-weights-body-default: Regular;
|
|
12
|
-
@font-weights-body-accent: Bold;
|
|
13
|
-
@font-size-0: 12;
|
|
14
|
-
@font-size-1: 14;
|
|
15
|
-
@font-size-2: 16;
|
|
16
|
-
@font-size-3: 18;
|
|
17
|
-
@font-size-4: 24;
|
|
18
|
-
@font-size-5: 32;
|
|
19
|
-
@font-size-6: 40;
|
|
20
|
-
@letter-spacing-0: 0%;
|
|
21
|
-
@paragraph-spacing-0: 0;
|
|
22
|
-
@paragraph-spacing-1: 4;
|
|
23
|
-
@paragraph-spacing-2: 8;
|
|
24
5
|
@body-lg-font-family: Proxima Nova;
|
|
25
6
|
@body-lg-font-weight: Regular;
|
|
26
7
|
@body-lg-line-height: 150%;
|
|
@@ -116,6 +97,4 @@
|
|
|
116
97
|
@headlines-lvl-6-letter-spacing: 0%;
|
|
117
98
|
@headlines-lvl-6-paragraph-spacing: 0;
|
|
118
99
|
@headlines-lvl-6-text-case: none;
|
|
119
|
-
@headlines-lvl-6-text-decoration: none;
|
|
120
|
-
@text-case-none: none;
|
|
121
|
-
@text-decoration-none: none;
|
|
100
|
+
@headlines-lvl-6-text-decoration: none;
|
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@font-families-body: PT Sans;
|
|
6
|
-
@font-families-headline: PT Sans Caption;
|
|
7
|
-
@line-heights-0: 150%;
|
|
8
|
-
@line-heights-1: 120%;
|
|
9
|
-
@font-weights-headline-default: Regular;
|
|
10
|
-
@font-weights-headline-accent: Bold;
|
|
11
|
-
@font-weights-body-default: Regular;
|
|
12
|
-
@font-weights-body-accent: Bold;
|
|
13
|
-
@font-size-0: 12;
|
|
14
|
-
@font-size-1: 14;
|
|
15
|
-
@font-size-2: 16;
|
|
16
|
-
@font-size-3: 18;
|
|
17
|
-
@font-size-4: 24;
|
|
18
|
-
@font-size-5: 32;
|
|
19
|
-
@font-size-6: 40;
|
|
20
|
-
@letter-spacing-0: 0%;
|
|
21
|
-
@paragraph-spacing-0: 0;
|
|
22
|
-
@paragraph-spacing-1: 4;
|
|
23
|
-
@paragraph-spacing-2: 8;
|
|
24
5
|
@body-lg-font-family: PT Sans;
|
|
25
6
|
@body-lg-font-weight: Regular;
|
|
26
7
|
@body-lg-line-height: 150%;
|
|
@@ -116,6 +97,4 @@
|
|
|
116
97
|
@headlines-lvl-6-letter-spacing: 0%;
|
|
117
98
|
@headlines-lvl-6-paragraph-spacing: 0;
|
|
118
99
|
@headlines-lvl-6-text-case: none;
|
|
119
|
-
@headlines-lvl-6-text-decoration: none;
|
|
120
|
-
@text-case-none: none;
|
|
121
|
-
@text-decoration-none: none;
|
|
100
|
+
@headlines-lvl-6-text-decoration: none;
|
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@font-families-body: PT Sans;
|
|
6
|
-
@font-families-headline: Tenor Sans;
|
|
7
|
-
@line-heights-0: 150%;
|
|
8
|
-
@line-heights-1: 120%;
|
|
9
|
-
@font-weights-headline-default: Regular;
|
|
10
|
-
@font-weights-headline-accent: Bold;
|
|
11
|
-
@font-weights-body-default: Regular;
|
|
12
|
-
@font-weights-body-accent: Bold;
|
|
13
|
-
@font-size-0: 12;
|
|
14
|
-
@font-size-1: 14;
|
|
15
|
-
@font-size-2: 16;
|
|
16
|
-
@font-size-3: 18;
|
|
17
|
-
@font-size-4: 24;
|
|
18
|
-
@font-size-5: 32;
|
|
19
|
-
@font-size-6: 40;
|
|
20
|
-
@letter-spacing-0: 0%;
|
|
21
|
-
@paragraph-spacing-0: 0;
|
|
22
|
-
@paragraph-spacing-1: 4;
|
|
23
|
-
@paragraph-spacing-2: 8;
|
|
24
5
|
@body-lg-font-family: PT Sans;
|
|
25
6
|
@body-lg-font-weight: Regular;
|
|
26
7
|
@body-lg-line-height: 150%;
|
|
@@ -46,7 +27,7 @@
|
|
|
46
27
|
@body-sm-text-case: none;
|
|
47
28
|
@body-sm-text-decoration: none;
|
|
48
29
|
@body-lg-bold-font-family: PT Sans;
|
|
49
|
-
@body-lg-bold-font-weight:
|
|
30
|
+
@body-lg-bold-font-weight: Regular;
|
|
50
31
|
@body-lg-bold-line-height: 120%;
|
|
51
32
|
@body-lg-bold-font-size: 16;
|
|
52
33
|
@body-lg-bold-letter-spacing: 0%;
|
|
@@ -54,7 +35,7 @@
|
|
|
54
35
|
@body-lg-bold-text-case: none;
|
|
55
36
|
@body-lg-bold-text-decoration: none;
|
|
56
37
|
@body-md-bold-font-family: PT Sans;
|
|
57
|
-
@body-md-bold-font-weight:
|
|
38
|
+
@body-md-bold-font-weight: Regular;
|
|
58
39
|
@body-md-bold-line-height: 120%;
|
|
59
40
|
@body-md-bold-font-size: 14;
|
|
60
41
|
@body-md-bold-letter-spacing: 0%;
|
|
@@ -62,7 +43,7 @@
|
|
|
62
43
|
@body-md-bold-text-case: none;
|
|
63
44
|
@body-md-bold-text-decoration: none;
|
|
64
45
|
@body-sm-bold-font-family: PT Sans;
|
|
65
|
-
@body-sm-bold-font-weight:
|
|
46
|
+
@body-sm-bold-font-weight: Regular;
|
|
66
47
|
@body-sm-bold-line-height: 120%;
|
|
67
48
|
@body-sm-bold-font-size: 12;
|
|
68
49
|
@body-sm-bold-letter-spacing: 0%;
|
|
@@ -110,12 +91,10 @@
|
|
|
110
91
|
@headlines-lvl-5-text-case: none;
|
|
111
92
|
@headlines-lvl-5-text-decoration: none;
|
|
112
93
|
@headlines-lvl-6-font-family: Tenor Sans;
|
|
113
|
-
@headlines-lvl-6-font-weight:
|
|
94
|
+
@headlines-lvl-6-font-weight: Bold;
|
|
114
95
|
@headlines-lvl-6-line-height: 120%;
|
|
115
96
|
@headlines-lvl-6-font-size: 14;
|
|
116
97
|
@headlines-lvl-6-letter-spacing: 0%;
|
|
117
98
|
@headlines-lvl-6-paragraph-spacing: 0;
|
|
118
99
|
@headlines-lvl-6-text-case: none;
|
|
119
|
-
@headlines-lvl-6-text-decoration: none;
|
|
120
|
-
@text-case-none: none;
|
|
121
|
-
@text-decoration-none: none;
|
|
100
|
+
@headlines-lvl-6-text-decoration: none;
|
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 29 Sep 2022 11:58:36 GMT
|
|
4
4
|
|
|
5
|
-
@font-families-body: VTB Group;
|
|
6
|
-
@font-families-headline: VTB Group;
|
|
7
|
-
@line-heights-0: 150%;
|
|
8
|
-
@line-heights-1: 120%;
|
|
9
|
-
@font-weights-headline-default: Book;
|
|
10
|
-
@font-weights-headline-accent: Bold;
|
|
11
|
-
@font-weights-body-default: Book;
|
|
12
|
-
@font-weights-body-accent: Bold;
|
|
13
|
-
@font-size-0: 12;
|
|
14
|
-
@font-size-1: 14;
|
|
15
|
-
@font-size-2: 16;
|
|
16
|
-
@font-size-3: 18;
|
|
17
|
-
@font-size-4: 24;
|
|
18
|
-
@font-size-5: 32;
|
|
19
|
-
@font-size-6: 40;
|
|
20
|
-
@letter-spacing-0: 0%;
|
|
21
|
-
@paragraph-spacing-0: 0;
|
|
22
|
-
@paragraph-spacing-1: 4;
|
|
23
|
-
@paragraph-spacing-2: 8;
|
|
24
5
|
@body-lg-font-family: VTB Group;
|
|
25
6
|
@body-lg-font-weight: Book;
|
|
26
7
|
@body-lg-line-height: 150%;
|
|
@@ -116,6 +97,4 @@
|
|
|
116
97
|
@headlines-lvl-6-letter-spacing: 0%;
|
|
117
98
|
@headlines-lvl-6-paragraph-spacing: 0;
|
|
118
99
|
@headlines-lvl-6-text-case: none;
|
|
119
|
-
@headlines-lvl-6-text-decoration: none;
|
|
120
|
-
@text-case-none: none;
|
|
121
|
-
@text-decoration-none: none;
|
|
100
|
+
@headlines-lvl-6-text-decoration: none;
|
|
@@ -9,21 +9,21 @@
|
|
|
9
9
|
|
|
10
10
|
&.mrx-input-error {
|
|
11
11
|
.ck.ck-editor__main>.ck-editor__editable {
|
|
12
|
-
border-color: var(--Red);
|
|
12
|
+
border-color: var(--Red) !important;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
&.mrx-input-checked-error {
|
|
17
17
|
.ck.ck-editor__main>.ck-editor__editable {
|
|
18
|
-
border-color: var(--Red);
|
|
19
|
-
background-color: var(--Warning);
|
|
18
|
+
border-color: var(--Red) !important;
|
|
19
|
+
background-color: var(--Warning) !important;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
&.mrx-input-checked-success {
|
|
24
24
|
.ck.ck-editor__main>.ck-editor__editable {
|
|
25
|
-
background-color: var(--Good);
|
|
26
|
-
border: 1px solid #60A772;
|
|
25
|
+
background-color: var(--Good) !important;
|
|
26
|
+
border: 1px solid #60A772 !important;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
|
|
19
|
-
border-top-right-radius: 4px;
|
|
20
|
-
border-top-left-radius: 4px;
|
|
19
|
+
border-top-right-radius: 4px !important;
|
|
20
|
+
border-top-left-radius: 4px !important;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
|
|
24
|
-
border-bottom-right-radius: 4px;
|
|
25
|
-
border-bottom-left-radius: 4px;
|
|
24
|
+
border-bottom-right-radius: 4px !important;
|
|
25
|
+
border-bottom-left-radius: 4px !important;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.ck.ck-toolbar {
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
@import "../Tokens/colorThemeVTB.less";
|
|
2
|
+
|
|
3
|
+
.page-wrapper.vtb-theme {
|
|
4
|
+
--neutral-bg-page: @neutral-bg-page;
|
|
5
|
+
--neutral-bg-modal: @neutral-bg-modal;
|
|
6
|
+
--neutral-bg-divider: @neutral-bg-divider;
|
|
7
|
+
--neutral-bg-stroke-default: @neutral-bg-stroke-default;
|
|
8
|
+
--neutral-bg-stroke-hover: @neutral-bg-stroke-hover;
|
|
9
|
+
--neutral-bg-island-default: @neutral-bg-island-default;
|
|
10
|
+
--neutral-bg-island-hover: @neutral-bg-island-hover;
|
|
11
|
+
--neutral-bg-disabled: @neutral-bg-disabled;
|
|
12
|
+
--neutral-icon-default: @neutral-icon-default;
|
|
13
|
+
--neutral-icon-inactive: @neutral-icon-inactive;
|
|
14
|
+
--neutral-icon-inverse: @neutral-icon-inverse;
|
|
15
|
+
--neutral-text-primary: @neutral-text-primary;
|
|
16
|
+
--neutral-text-secondary: @neutral-text-secondary;
|
|
17
|
+
--neutral-text-tertiary: @neutral-text-tertiary;
|
|
18
|
+
--neutral-text-inverse: @neutral-text-inverse;
|
|
19
|
+
--neutral-text-link-monochrome: @neutral-text-link-monochrome;
|
|
20
|
+
--brand-text-nav-link: @brand-text-nav-link;
|
|
21
|
+
--brand-text-accent: @brand-text-accent;
|
|
22
|
+
--brand-text-controls-default: @brand-text-controls-default;
|
|
23
|
+
--brand-text-controls-hover: @brand-text-controls-hover;
|
|
24
|
+
--brand-text-controls-selected: @brand-text-controls-selected;
|
|
25
|
+
--brand-bg-primary-default: @brand-bg-primary-default;
|
|
26
|
+
--brand-bg-primary-hover: @brand-bg-primary-hover;
|
|
27
|
+
--brand-bg-secondary-default: @brand-bg-secondary-default;
|
|
28
|
+
--brand-bg-secondary-hover: @brand-bg-secondary-hover;
|
|
29
|
+
--brand-bg-tertiary-default: @brand-bg-tertiary-default;
|
|
30
|
+
--brand-bg-tertiary-hover: @brand-bg-tertiary-hover;
|
|
31
|
+
--brand-bg-tertiary-selected: @brand-bg-tertiary-selected;
|
|
32
|
+
--brand-bg-header-scroll-up: @brand-bg-header-scroll-up;
|
|
33
|
+
|
|
34
|
+
--Main1: @neutral-text-primary; // - заголовки,текст,иконки,стрелки
|
|
35
|
+
--Main2: @brand-bg-primary-default; // - активные кнопки,эффект наведения на чекбоксы и радиобатоны,обводка у второстепенных кнопок,наведение на иконки
|
|
36
|
+
--Subsidiary: @brand-text-accent; // - включенные элементы,текст и иконки на Bg 2,наведение на кнопки,наведение на иконки, цвет футера
|
|
37
|
+
--Secondary: @neutral-text-tertiary; // - подписи инпутов, название неактивных кнопок
|
|
38
|
+
--Bg1: @neutral-bg-island-default; // - цвет фона в дополнительных инпутах,цвет фона в блоках,цвет чередующихся строк в таблицах
|
|
39
|
+
--Bg2: @brand-bg-tertiary-hover; // - цвет фона в блоках,цвет шапки таблицы,цвет фона в мультисилектах,цвет фона строки при наведении
|
|
40
|
+
--Stroke: @neutral-bg-stroke-default; // — фон и цвет обводки неактивных инпутов, цвет неактивных кнопок
|
|
41
|
+
--StrokeHover: @neutral-bg-stroke-hover; // - цвет границ инпутов при наведении и в фокусе
|
|
42
|
+
--Icon: @neutral-icon-default;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.VTBStrana {
|
|
46
|
+
--Main2: @brand-bg-primary-default;
|
|
47
|
+
--Subsidiary: @brand-text-accent;
|
|
48
|
+
--Secondary: @neutral-text-tertiary;
|
|
49
|
+
|
|
50
|
+
--ThemePreview: linear-gradient(90deg, var(--Subsidiary) 33.33%, var(--Main2) 33.33%, var(--Main2) 66.66%, var(--Secondary) 66.66%);
|
|
51
|
+
|
|
52
|
+
background-image: var(--ThemePreview);
|
|
53
|
+
}
|
package/package.json
CHANGED