@ui5/webcomponents-theming 0.0.0-db2be6526 → 0.0.0-e58530409

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.
Files changed (70) hide show
  1. package/CHANGELOG.md +130 -0
  2. package/README.md +5 -6
  3. package/config/postcss.themes/postcss.config.js +3 -3
  4. package/css-vars-usage.json +165 -2
  5. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
  6. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  7. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  8. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  9. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  10. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  11. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  12. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
  13. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  14. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  15. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  16. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  17. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  18. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  19. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  20. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  21. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  22. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  23. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  24. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  26. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  28. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  29. package/dist/generated/json-imports/Themes-static.js +9 -3
  30. package/dist/generated/json-imports/Themes.js +6 -3
  31. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  32. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  33. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  34. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  35. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  36. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  37. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  38. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  39. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -0
  40. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  41. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -0
  42. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -0
  43. package/dist/themes/sap_belize/css_variables.css +748 -0
  44. package/dist/themes/sap_belize/parameters-bundle.css +1 -0
  45. package/dist/themes/sap_belize_hcb/css_variables.css +747 -0
  46. package/dist/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  47. package/dist/themes/sap_belize_hcw/css_variables.css +747 -0
  48. package/dist/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  49. package/dist/themes/sap_fiori_3/css_variables.css +747 -0
  50. package/dist/themes/sap_fiori_3/parameters-bundle.css +1 -0
  51. package/dist/themes/sap_fiori_3_dark/css_variables.css +747 -0
  52. package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  53. package/dist/themes/sap_fiori_3_hcb/css_variables.css +747 -0
  54. package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  55. package/dist/themes/sap_fiori_3_hcw/css_variables.css +747 -0
  56. package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  57. package/dist/themes/sap_horizon/css_variables.css +747 -0
  58. package/dist/themes/sap_horizon/parameters-bundle.css +1 -0
  59. package/dist/themes/sap_horizon_dark/css_variables.css +747 -0
  60. package/dist/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  61. package/dist/themes/sap_horizon_exp/css_variables.css +747 -0
  62. package/dist/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  63. package/dist/themes/sap_horizon_hcb/css_variables.css +747 -0
  64. package/dist/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  65. package/dist/themes/sap_horizon_hcw/css_variables.css +747 -0
  66. package/dist/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  67. package/lib/generate-css-vars-usage-report/index.js +17 -12
  68. package/package-scripts.js +1 -6
  69. package/package.json +8 -10
  70. package/hash.txt +0 -1
@@ -0,0 +1,747 @@
1
+ /**
2
+ * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * Theming Engine 1.69.2
5
+ * data:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}
6
+ */
7
+
8
+ .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}');}
9
+ :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}};}
10
+ :root {
11
+ --sapBrandColor: #0070f2;
12
+ --sapHighlightColor: #0070f2;
13
+ --sapBaseColor: #fff;
14
+ --sapShellColor: #fff;
15
+ --sapBackgroundColor: #f5f6f7;
16
+ --sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
17
+ --sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
18
+ --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
19
+ --sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
20
+ --sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
21
+ --sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
22
+ --sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
23
+ --sapFontSize: .875rem;
24
+ --sapFontSmallSize: .75rem;
25
+ --sapFontLargeSize: 1rem;
26
+ --sapFontHeader1Size: 3rem;
27
+ --sapFontHeader2Size: 2rem;
28
+ --sapFontHeader3Size: 1.5rem;
29
+ --sapFontHeader4Size: 1.25rem;
30
+ --sapFontHeader5Size: 1rem;
31
+ --sapFontHeader6Size: .875rem;
32
+ --sapTextColor: #1d2d3e;
33
+ --sapLinkColor: #0070f2;
34
+ --sapLink_Hover_Color: #0064d9;
35
+ --sapLink_Active_Color: #0064d9;
36
+ --sapLink_Visited_Color: #0064d9;
37
+ --sapLink_InvertedColor: #bfddff;
38
+ --sapLink_SubtleColor: #1d2d3e;
39
+ --sapCompanyLogo: none;
40
+ --sapBackgroundImage: none;
41
+ --sapBackgroundImageOpacity: 1.0;
42
+ --sapBackgroundImageRepeat: false;
43
+ --sapSelectedColor: #0070f2;
44
+ --sapActiveColor: #dee2e5;
45
+ --sapHighlightTextColor: #fff;
46
+ --sapTitleColor: #1d2d3e;
47
+ --sapNegativeColor: #aa0808;
48
+ --sapCriticalColor: #e76500;
49
+ --sapPositiveColor: #256f3a;
50
+ --sapInformativeColor: #0070f2;
51
+ --sapNeutralColor: #788fa6;
52
+ --sapNegativeElementColor: #f53232;
53
+ --sapCriticalElementColor: #e76500;
54
+ --sapPositiveElementColor: #30914c;
55
+ --sapInformativeElementColor: #0070f2;
56
+ --sapNeutralElementColor: #788fa6;
57
+ --sapNegativeTextColor: #aa0808;
58
+ --sapPositiveTextColor: #256f3a;
59
+ --sapCriticalTextColor: #b95100;
60
+ --sapInformativeTextColor: #0070f2;
61
+ --sapNeutralTextColor: #1d2d3e;
62
+ --sapNeutralBorderColor: #788fa6;
63
+ --sapErrorColor: #aa0808;
64
+ --sapErrorBorderColor: #f53232;
65
+ --sapWarningColor: #e76500;
66
+ --sapWarningBorderColor: #e76500;
67
+ --sapSuccessColor: #256f3a;
68
+ --sapSuccessBorderColor: #30914c;
69
+ --sapInformationColor: #0070f2;
70
+ --sapInformationBorderColor: #0070f2;
71
+ --sapErrorBackground: #ffeaf4;
72
+ --sapWarningBackground: #fff8d6;
73
+ --sapSuccessBackground: #f5fae5;
74
+ --sapInformationBackground: #e1f4ff;
75
+ --sapNeutralBackground: #eff1f2;
76
+ --sapIndicationColor_1: #840606;
77
+ --sapIndicationColor_1_Background: #840606;
78
+ --sapIndicationColor_1_BorderColor: #840606;
79
+ --sapIndicationColor_1_Hover_Background: #6c0505;
80
+ --sapIndicationColor_1_Active_Background: #530404;
81
+ --sapIndicationColor_1_TextColor: #fff;
82
+ --sapIndicationColor_2: #aa0808;
83
+ --sapIndicationColor_2_Background: #aa0808;
84
+ --sapIndicationColor_2_BorderColor: #aa0808;
85
+ --sapIndicationColor_2_Hover_Background: #920707;
86
+ --sapIndicationColor_2_Active_Background: #790606;
87
+ --sapIndicationColor_2_TextColor: #fff;
88
+ --sapIndicationColor_3: #b95100;
89
+ --sapIndicationColor_3_Background: #e76500;
90
+ --sapIndicationColor_3_BorderColor: #e76500;
91
+ --sapIndicationColor_3_Hover_Background: #d85e00;
92
+ --sapIndicationColor_3_Active_Background: #c85800;
93
+ --sapIndicationColor_3_TextColor: #fff;
94
+ --sapIndicationColor_4: #256f3a;
95
+ --sapIndicationColor_4_Background: #256f3a;
96
+ --sapIndicationColor_4_BorderColor: #256f3a;
97
+ --sapIndicationColor_4_Hover_Background: #1f5c30;
98
+ --sapIndicationColor_4_Active_Background: #184926;
99
+ --sapIndicationColor_4_TextColor: #fff;
100
+ --sapIndicationColor_5: #0070f2;
101
+ --sapIndicationColor_5_Background: #0070f2;
102
+ --sapIndicationColor_5_BorderColor: #0070f2;
103
+ --sapIndicationColor_5_Hover_Background: #0064d9;
104
+ --sapIndicationColor_5_Active_Background: #0058bf;
105
+ --sapIndicationColor_5_TextColor: #fff;
106
+ --sapIndicationColor_6: #046c7a;
107
+ --sapIndicationColor_6_Background: #046c7a;
108
+ --sapIndicationColor_6_BorderColor: #046c7a;
109
+ --sapIndicationColor_6_Hover_Background: #035661;
110
+ --sapIndicationColor_6_Active_Background: #024049;
111
+ --sapIndicationColor_6_TextColor: #fff;
112
+ --sapIndicationColor_7: #5d36ff;
113
+ --sapIndicationColor_7_Background: #5d36ff;
114
+ --sapIndicationColor_7_BorderColor: #5d36ff;
115
+ --sapIndicationColor_7_Hover_Background: #481cff;
116
+ --sapIndicationColor_7_Active_Background: #3403ff;
117
+ --sapIndicationColor_7_TextColor: #fff;
118
+ --sapIndicationColor_8: #a100c2;
119
+ --sapIndicationColor_8_Background: #a100c2;
120
+ --sapIndicationColor_8_BorderColor: #a100c2;
121
+ --sapIndicationColor_8_Hover_Background: #8c00a9;
122
+ --sapIndicationColor_8_Active_Background: #77008f;
123
+ --sapIndicationColor_8_TextColor: #fff;
124
+ --sapElement_LineHeight: 2.75rem;
125
+ --sapElement_Height: 2.25rem;
126
+ --sapElement_BorderWidth: .0625rem;
127
+ --sapElement_BorderCornerRadius: .75rem;
128
+ --sapElement_Compact_LineHeight: 2rem;
129
+ --sapElement_Compact_Height: 1.625rem;
130
+ --sapElement_Condensed_LineHeight: 1.5rem;
131
+ --sapElement_Condensed_Height: 1.375rem;
132
+ --sapContent_LineHeight: 1.5;
133
+ --sapContent_IconHeight: 1rem;
134
+ --sapContent_IconColor: #1d2d3e;
135
+ --sapContent_ContrastIconColor: #fff;
136
+ --sapContent_NonInteractiveIconColor: #758ca4;
137
+ --sapContent_MarkerIconColor: #5d36ff;
138
+ --sapContent_MarkerTextColor: #046c7a;
139
+ --sapContent_MeasureIndicatorColor: #556b81;
140
+ --sapContent_Selected_MeasureIndicatorColor: #0070f2;
141
+ --sapContent_ImagePlaceholderBackground: #eaecee;
142
+ --sapContent_ImagePlaceholderForegroundColor: #5b738b;
143
+ --sapContent_RatedColor: #d27700;
144
+ --sapContent_UnratedColor: #758ca4;
145
+ --sapContent_BusyColor: #1d2d3e;
146
+ --sapContent_FocusColor: #0070f2;
147
+ --sapContent_FocusStyle: solid;
148
+ --sapContent_FocusWidth: .125rem;
149
+ --sapContent_ContrastFocusColor: #fff;
150
+ --sapContent_ShadowColor: #556b82;
151
+ --sapContent_ContrastShadowColor: #fff;
152
+ --sapContent_Shadow0: 0 0 0.125rem 0 rgba(85,107,130,0.16), 0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);
153
+ --sapContent_Shadow1: 0 0 0 0.0625rem rgba(85,107,130,0.42), 0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);
154
+ --sapContent_Shadow2: 0 0 0 0.0625rem rgba(85,107,130,0.42), 0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);
155
+ --sapContent_Shadow3: 0 0 0 0.0625rem rgba(85,107,130,0.42), 0 1.25rem 5rem 0 rgba(85,107,130,0.3);
156
+ --sapContent_TextShadow: 0 0 0.125rem #fff;
157
+ --sapContent_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);
158
+ --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;
159
+ --sapContent_Interaction_Shadow: 0 0 0.125rem 0 rgba(85,107,130,0.72);
160
+ --sapContent_Selected_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);
161
+ --sapContent_Negative_Shadow: 0 0 0.125rem 0 rgba(170,8,8,0.72);
162
+ --sapContent_Critical_Shadow: 0 0 0.125rem 0 rgba(231,101,0,0.72);
163
+ --sapContent_Positive_Shadow: 0 0 0.125rem 0 rgba(37,111,58,0.72);
164
+ --sapContent_Informative_Shadow: 0 0 0.125rem 0 rgba(0,112,242,0.72);
165
+ --sapContent_Neutral_Shadow: 0 0 0.125rem 0 rgba(120,143,166,0.72);
166
+ --sapContent_SearchHighlightColor: #dafdf5;
167
+ --sapContent_HelpColor: #188918;
168
+ --sapContent_LabelColor: #556b82;
169
+ --sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
170
+ --sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
171
+ --sapContent_IconFontFamily: "SAP-icons";
172
+ --sapContent_DisabledTextColor: rgba(29,45,62,0.6);
173
+ --sapContent_DisabledOpacity: 0.4;
174
+ --sapContent_ContrastTextThreshold: 0.65;
175
+ --sapContent_ContrastTextColor: #fff;
176
+ --sapContent_ForegroundColor: #efefef;
177
+ --sapContent_ForegroundBorderColor: #758ca4;
178
+ --sapContent_ForegroundTextColor: #1d2d3e;
179
+ --sapContent_BadgeBackground: #aa0808;
180
+ --sapContent_BadgeTextColor: #fff;
181
+ --sapContent_Placeholderloading_Background: #ccc;
182
+ --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);
183
+ --sapContent_DragAndDropActiveColor: #0070f2;
184
+ --sapContent_Selected_Background: #fff;
185
+ --sapContent_Selected_TextColor: #0070f2;
186
+ --sapContent_Selected_Hover_Background: #fff;
187
+ --sapContent_Selected_ForegroundColor: #0070f2;
188
+ --sapContent_ForcedColorAdjust: none;
189
+ --sapContent_Illustrative_Color1: #5d36ff;
190
+ --sapContent_Illustrative_Color2: #0070f2;
191
+ --sapContent_Illustrative_Color3: #f58b00;
192
+ --sapContent_Illustrative_Color4: #00144a;
193
+ --sapContent_Illustrative_Color5: #a9b4be;
194
+ --sapContent_Illustrative_Color6: #d5dadd;
195
+ --sapContent_Illustrative_Color7: #ebf8ff;
196
+ --sapContent_Illustrative_Color8: #fff;
197
+ --sapContent_Illustrative_Color9: #64edd2;
198
+ --sapContent_Illustrative_Color10: #ebf8ff;
199
+ --sapContent_Illustrative_Color11: #f31ded;
200
+ --sapContent_Illustrative_Color12: #00a800;
201
+ --sapContent_Illustrative_Color13: #005dc9;
202
+ --sapContent_Illustrative_Color14: #004da5;
203
+ --sapContent_Illustrative_Color15: #cc7400;
204
+ --sapContent_Illustrative_Color16: #3b0ac6;
205
+ --sapContent_Illustrative_Color17: #00a58a;
206
+ --sapContent_Illustrative_Color18: #d1efff;
207
+ --sapContent_Illustrative_Color19: #b8e6ff;
208
+ --sapContent_Illustrative_Color20: #9eddff;
209
+ --sapShell_Background: #f5f6f7;
210
+ --sapShell_BackgroundImage: linear-gradient(to bottom, #f5f6f7, #f5f6f7);
211
+ --sapShell_BackgroundGradient: linear-gradient(to bottom, #f5f6f7, #f5f6f7);
212
+ --sapShell_BackgroundImageOpacity: 1.0;
213
+ --sapShell_BackgroundImageRepeat: false;
214
+ --sapShell_BorderColor: #fff;
215
+ --sapShell_TextColor: #1d2d3e;
216
+ --sapShell_InteractiveBackground: #eff1f2;
217
+ --sapShell_InteractiveTextColor: #1d2d3e;
218
+ --sapShell_InteractiveBorderColor: #556b81;
219
+ --sapShell_GroupTitleTextColor: #1d2d3e;
220
+ --sapShell_GroupTitleTextShadow: 0 0 .125rem #fff;
221
+ --sapShell_Hover_Background: #fff;
222
+ --sapShell_Active_Background: #fff;
223
+ --sapShell_Active_TextColor: #0070f2;
224
+ --sapShell_Selected_Background: #fff;
225
+ --sapShell_Selected_TextColor: #0070f2;
226
+ --sapShell_Selected_Hover_Background: #fff;
227
+ --sapShell_Favicon: none;
228
+ --sapShell_Navigation_Background: #fff;
229
+ --sapShell_Navigation_SelectedColor: #0070f2;
230
+ --sapShell_Navigation_Selected_TextColor: #0070f2;
231
+ --sapShell_Navigation_TextColor: #1d2d3e;
232
+ --sapShell_Navigation_Hover_Background: #fff;
233
+ --sapShell_Navigation_Active_Background: #fff;
234
+ --sapShell_Navigation_Active_TextColor: #0070f2;
235
+ --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.1), inset 0 -0.0625rem 0 0 rgba(85,107,130,0.2);
236
+ --sapShell_NegativeColor: #aa0808;
237
+ --sapShell_CriticalColor: #b95100;
238
+ --sapShell_PositiveColor: #256f3a;
239
+ --sapShell_InformativeColor: #0070f2;
240
+ --sapShell_NeutralColor: #1d2d3e;
241
+ --sapAvatar_1_Background: #fff3b8;
242
+ --sapAvatar_1_BorderColor: #fff3b8;
243
+ --sapAvatar_1_TextColor: #a45d00;
244
+ --sapAvatar_2_Background: #ffd0e7;
245
+ --sapAvatar_2_BorderColor: #ffd0e7;
246
+ --sapAvatar_2_TextColor: #aa0808;
247
+ --sapAvatar_3_Background: #ffdbe7;
248
+ --sapAvatar_3_BorderColor: #ffdbe7;
249
+ --sapAvatar_3_TextColor: #ba066c;
250
+ --sapAvatar_4_Background: #ffdcf3;
251
+ --sapAvatar_4_BorderColor: #ffdcf3;
252
+ --sapAvatar_4_TextColor: #a100c2;
253
+ --sapAvatar_5_Background: #ded3ff;
254
+ --sapAvatar_5_BorderColor: #ded3ff;
255
+ --sapAvatar_5_TextColor: #552cff;
256
+ --sapAvatar_6_Background: #d1efff;
257
+ --sapAvatar_6_BorderColor: #d1efff;
258
+ --sapAvatar_6_TextColor: #0057d2;
259
+ --sapAvatar_7_Background: #c2fcee;
260
+ --sapAvatar_7_BorderColor: #c2fcee;
261
+ --sapAvatar_7_TextColor: #046c7a;
262
+ --sapAvatar_8_Background: #ebf5cb;
263
+ --sapAvatar_8_BorderColor: #ebf5cb;
264
+ --sapAvatar_8_TextColor: #256f3a;
265
+ --sapAvatar_9_Background: #ddccf0;
266
+ --sapAvatar_9_BorderColor: #ddccf0;
267
+ --sapAvatar_9_TextColor: #6c32a9;
268
+ --sapAvatar_10_Background: #eaecee;
269
+ --sapAvatar_10_BorderColor: #eaecee;
270
+ --sapAvatar_10_TextColor: #556b82;
271
+ --sapButton_BorderWidth: .0625rem;
272
+ --sapButton_BorderCornerRadius: .5rem;
273
+ --sapButton_Background: #eaecee;
274
+ --sapButton_BorderColor: #eaecee;
275
+ --sapButton_TextColor: #1d2d3e;
276
+ --sapButton_Hover_Background: #fff;
277
+ --sapButton_Hover_BorderColor: #fff;
278
+ --sapButton_Hover_TextColor: #1d2d3e;
279
+ --sapButton_IconColor: #1d2d3e;
280
+ --sapButton_Active_Background: #fff;
281
+ --sapButton_Active_BorderColor: #0070f2;
282
+ --sapButton_Active_TextColor: #0070f2;
283
+ --sapButton_Emphasized_Background: #0070f2;
284
+ --sapButton_Emphasized_BorderColor: #0070f2;
285
+ --sapButton_Emphasized_TextColor: #fff;
286
+ --sapButton_Emphasized_Hover_Background: #0064d9;
287
+ --sapButton_Emphasized_Hover_BorderColor: #0064d9;
288
+ --sapButton_Emphasized_Hover_TextColor: #fff;
289
+ --sapButton_Emphasized_Active_Background: #fff;
290
+ --sapButton_Emphasized_Active_BorderColor: #0070f2;
291
+ --sapButton_Emphasized_Active_TextColor: #0070f2;
292
+ --sapButton_Emphasized_TextShadow: transparent;
293
+ --sapButton_Emphasized_FontWeight: bold;
294
+ --sapButton_Reject_Background: #ffd6e9;
295
+ --sapButton_Reject_BorderColor: #ffd6e9;
296
+ --sapButton_Reject_Hover_Background: #fff;
297
+ --sapButton_Reject_Hover_BorderColor: #fff;
298
+ --sapButton_Reject_Hover_TextColor: #aa0808;
299
+ --sapButton_Reject_Active_Background: #fff;
300
+ --sapButton_Reject_Active_BorderColor: #f53232;
301
+ --sapButton_Reject_Active_TextColor: #aa0808;
302
+ --sapButton_Reject_TextColor: #aa0808;
303
+ --sapButton_Reject_Selected_Background: #fff;
304
+ --sapButton_Reject_Selected_BorderColor: #f53232;
305
+ --sapButton_Reject_Selected_TextColor: #aa0808;
306
+ --sapButton_Reject_Selected_Hover_Background: #fff;
307
+ --sapButton_Reject_Selected_Hover_BorderColor: #f53232;
308
+ --sapButton_Accept_Background: #ebf5cb;
309
+ --sapButton_Accept_BorderColor: #ebf5cb;
310
+ --sapButton_Accept_Hover_Background: #fff;
311
+ --sapButton_Accept_Hover_BorderColor: #fff;
312
+ --sapButton_Accept_Hover_TextColor: #256f3a;
313
+ --sapButton_Accept_Active_Background: #fff;
314
+ --sapButton_Accept_Active_BorderColor: #30914c;
315
+ --sapButton_Accept_Active_TextColor: #256f3a;
316
+ --sapButton_Accept_TextColor: #256f3a;
317
+ --sapButton_Accept_Selected_Background: #fff;
318
+ --sapButton_Accept_Selected_BorderColor: #30914c;
319
+ --sapButton_Accept_Selected_TextColor: #256f3a;
320
+ --sapButton_Accept_Selected_Hover_Background: #fff;
321
+ --sapButton_Accept_Selected_Hover_BorderColor: #30914c;
322
+ --sapButton_Lite_Background: transparent;
323
+ --sapButton_Lite_BorderColor: transparent;
324
+ --sapButton_Lite_TextColor: #0064d9;
325
+ --sapButton_Lite_Hover_Background: #fff;
326
+ --sapButton_Lite_Hover_BorderColor: #fff;
327
+ --sapButton_Lite_Hover_TextColor: #0064d9;
328
+ --sapButton_Lite_Active_Background: #fff;
329
+ --sapButton_Lite_Active_BorderColor: #0070f2;
330
+ --sapButton_Selected_Background: #fff;
331
+ --sapButton_Selected_BorderColor: #0070f2;
332
+ --sapButton_Selected_TextColor: #0070f2;
333
+ --sapButton_Selected_Hover_Background: #fff;
334
+ --sapButton_Selected_Hover_BorderColor: #0070f2;
335
+ --sapButton_Attention_Background: #fff3b7;
336
+ --sapButton_Attention_BorderColor: #fff3b7;
337
+ --sapButton_Attention_TextColor: #b95100;
338
+ --sapButton_Attention_Hover_Background: #fff;
339
+ --sapButton_Attention_Hover_BorderColor: #fff;
340
+ --sapButton_Attention_Hover_TextColor: #b95100;
341
+ --sapButton_Attention_Active_Background: #fff;
342
+ --sapButton_Attention_Active_BorderColor: #ff8d34;
343
+ --sapButton_Attention_Active_TextColor: #b95100;
344
+ --sapButton_Attention_Selected_Background: #fff;
345
+ --sapButton_Attention_Selected_BorderColor: #ff8d34;
346
+ --sapButton_Attention_Selected_TextColor: #b95100;
347
+ --sapButton_Attention_Selected_Hover_Background: #fff;
348
+ --sapButton_Attention_Selected_Hover_BorderColor: #ff8d34;
349
+ --sapButton_Negative_Background: #f53232;
350
+ --sapButton_Negative_BorderColor: #f53232;
351
+ --sapButton_Negative_TextColor: #fff;
352
+ --sapButton_Negative_Hover_Background: #e90b0b;
353
+ --sapButton_Negative_Hover_BorderColor: #e90b0b;
354
+ --sapButton_Negative_Hover_TextColor: #fff;
355
+ --sapButton_Negative_Active_Background: #d50a0a;
356
+ --sapButton_Negative_Active_BorderColor: #d50a0a;
357
+ --sapButton_Negative_Active_TextColor: #fff;
358
+ --sapButton_Critical_Background: #e76500;
359
+ --sapButton_Critical_BorderColor: #e76500;
360
+ --sapButton_Critical_TextColor: #fff;
361
+ --sapButton_Critical_Hover_Background: #dd6100;
362
+ --sapButton_Critical_Hover_BorderColor: #dd6100;
363
+ --sapButton_Critical_Hover_TextColor: #fff;
364
+ --sapButton_Critical_Active_Background: #d35c00;
365
+ --sapButton_Critical_Active_BorderColor: #d35c00;
366
+ --sapButton_Critical_Active_TextColor: #fff;
367
+ --sapButton_Success_Background: #30914c;
368
+ --sapButton_Success_BorderColor: #30914c;
369
+ --sapButton_Success_TextColor: #fff;
370
+ --sapButton_Success_Hover_Background: #2c8646;
371
+ --sapButton_Success_Hover_BorderColor: #2c8646;
372
+ --sapButton_Success_Hover_TextColor: #fff;
373
+ --sapButton_Success_Active_Background: #287a40;
374
+ --sapButton_Success_Active_BorderColor: #287a40;
375
+ --sapButton_Success_Active_TextColor: #fff;
376
+ --sapButton_Information_Background: #0070f2;
377
+ --sapButton_Information_BorderColor: #0070f2;
378
+ --sapButton_Information_TextColor: #fff;
379
+ --sapButton_Information_Hover_Background: #0064d9;
380
+ --sapButton_Information_Hover_BorderColor: #0064d9;
381
+ --sapButton_Information_Hover_TextColor: #fff;
382
+ --sapButton_Information_Active_Background: #0058bf;
383
+ --sapButton_Information_Active_BorderColor: #0058bf;
384
+ --sapButton_Information_Active_TextColor: #fff;
385
+ --sapButton_Neutral_Background: #788fa6;
386
+ --sapButton_Neutral_BorderColor: #788fa6;
387
+ --sapButton_Neutral_TextColor: #fff;
388
+ --sapButton_Neutral_Hover_Background: #637d97;
389
+ --sapButton_Neutral_Hover_BorderColor: #637d97;
390
+ --sapButton_Neutral_Hover_TextColor: #fff;
391
+ --sapButton_Neutral_Active_Background: #5d758e;
392
+ --sapButton_Neutral_Active_BorderColor: #5d758e;
393
+ --sapButton_Neutral_Active_TextColor: #fff;
394
+ --sapButton_Track_Background: #788fa6;
395
+ --sapButton_Track_BorderColor: #788fa6;
396
+ --sapButton_Track_TextColor: #fff;
397
+ --sapButton_Track_Hover_Background: #637d97;
398
+ --sapButton_Track_Hover_BorderColor: #637d97;
399
+ --sapButton_Track_Selected_Background: #0070f2;
400
+ --sapButton_Track_Selected_BorderColor: #0070f2;
401
+ --sapButton_Track_Selected_TextColor: #fff;
402
+ --sapButton_Track_Selected_Hover_Background: #0064d9;
403
+ --sapButton_Track_Selected_Hover_BorderColor: #0064d9;
404
+ --sapButton_Handle_Background: #fff;
405
+ --sapButton_Handle_BorderColor: #fff;
406
+ --sapButton_Handle_TextColor: #1d2d3e;
407
+ --sapButton_Handle_Hover_Background: #fff;
408
+ --sapButton_Handle_Hover_BorderColor: rgba(255,255,255,0.5);
409
+ --sapButton_Handle_Selected_Background: #fff;
410
+ --sapButton_Handle_Selected_BorderColor: #fff;
411
+ --sapButton_Handle_Selected_TextColor: #0070f2;
412
+ --sapButton_Handle_Selected_Hover_Background: #fff;
413
+ --sapButton_Handle_Selected_Hover_BorderColor: rgba(255,255,255,0.5);
414
+ --sapButton_Track_Negative_Background: #f53232;
415
+ --sapButton_Track_Negative_BorderColor: #f53232;
416
+ --sapButton_Track_Negative_TextColor: #fff;
417
+ --sapButton_Track_Negative_Hover_Background: #e90b0b;
418
+ --sapButton_Track_Negative_Hover_BorderColor: #e90b0b;
419
+ --sapButton_Handle_Negative_Background: #fff;
420
+ --sapButton_Handle_Negative_BorderColor: #fff;
421
+ --sapButton_Handle_Negative_TextColor: #aa0808;
422
+ --sapButton_Handle_Negative_Hover_Background: #fff;
423
+ --sapButton_Handle_Negative_Hover_BorderColor: rgba(255,255,255,0.5);
424
+ --sapButton_Track_Positive_Background: #30914c;
425
+ --sapButton_Track_Positive_BorderColor: #30914c;
426
+ --sapButton_Track_Positive_TextColor: #fff;
427
+ --sapButton_Track_Positive_Hover_Background: #2c8646;
428
+ --sapButton_Track_Positive_Hover_BorderColor: #2c8646;
429
+ --sapButton_Handle_Positive_Background: #fff;
430
+ --sapButton_Handle_Positive_BorderColor: #fff;
431
+ --sapButton_Handle_Positive_TextColor: #256f3a;
432
+ --sapButton_Handle_Positive_Hover_Background: #fff;
433
+ --sapButton_Handle_Positive_Hover_BorderColor: rgba(255,255,255,0.5);
434
+ --sapButton_TokenBackground: #fff;
435
+ --sapButton_TokenBorderColor: #758ca4;
436
+ --sapField_Background: #eff1f2;
437
+ --sapField_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;
438
+ --sapField_TextColor: #131e29;
439
+ --sapField_PlaceholderTextColor: #556b82;
440
+ --sapField_BorderColor: #556b81;
441
+ --sapField_HelpBackground: #eff1f2;
442
+ --sapField_BorderWidth: .0625rem;
443
+ --sapField_BorderStyle: none;
444
+ --sapField_BorderCornerRadius: .25rem;
445
+ --sapField_Hover_Background: #fff;
446
+ --sapField_Hover_BackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #556b81, #556b81) border-box;
447
+ --sapField_Hover_BorderColor: #556b81;
448
+ --sapField_Hover_HelpBackground: #fff;
449
+ --sapField_Active_BorderColor: #0070f2;
450
+ --sapField_Focus_Background: #fff;
451
+ --sapField_Focus_BorderColor: #0070f2;
452
+ --sapField_Focus_HelpBackground: #fff;
453
+ --sapField_ReadOnly_Background: transparent;
454
+ --sapField_ReadOnly_BackgroundStyle: 0 100% / 0.375rem .0625rem repeat-x linear-gradient(90deg, #556b81 0, #556b81 0.25rem, transparent 0.25rem) border-box;
455
+ --sapField_ReadOnly_BorderColor: #556b81;
456
+ --sapField_ReadOnly_BorderStyle: none;
457
+ --sapField_ReadOnly_HelpBackground: transparent;
458
+ --sapField_RequiredColor: #ba066c;
459
+ --sapField_InvalidColor: #f53232;
460
+ --sapField_InvalidBackground: #ffeaf4;
461
+ --sapField_InvalidBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #f53232, #f53232) border-box;
462
+ --sapField_InvalidBorderWidth: .125rem;
463
+ --sapField_InvalidBorderStyle: none;
464
+ --sapField_WarningColor: #e76500;
465
+ --sapField_WarningBackground: #fff8d6;
466
+ --sapField_WarningBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #e76500, #e76500) border-box;
467
+ --sapField_WarningBorderWidth: .125rem;
468
+ --sapField_WarningBorderStyle: none;
469
+ --sapField_SuccessColor: #30914c;
470
+ --sapField_SuccessBackground: #f5fae5;
471
+ --sapField_SuccessBackgroundStyle: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, #30914c, #30914c) border-box;
472
+ --sapField_SuccessBorderWidth: .0625rem;
473
+ --sapField_SuccessBorderStyle: none;
474
+ --sapField_InformationColor: #0070f2;
475
+ --sapField_InformationBackground: #e1f4ff;
476
+ --sapField_InformationBackgroundStyle: 0 100% / 100% .125rem no-repeat linear-gradient(0deg, #0070f2, #0070f2) border-box;
477
+ --sapField_InformationBorderWidth: .125rem;
478
+ --sapField_InformationBorderStyle: none;
479
+ --sapGroup_TitleBackground: #fff;
480
+ --sapGroup_TitleBorderColor: #a8b2bd;
481
+ --sapGroup_TitleTextColor: #1d2d3e;
482
+ --sapGroup_Title_FontSize: 1rem;
483
+ --sapGroup_ContentBackground: #fff;
484
+ --sapGroup_ContentBorderColor: #d9d9d9;
485
+ --sapGroup_BorderWidth: .0625rem;
486
+ --sapGroup_BorderCornerRadius: .5rem;
487
+ --sapGroup_FooterBackground: transparent;
488
+ --sapPopover_BorderCornerRadius: .5rem;
489
+ --sapToolbar_Background: #fff;
490
+ --sapToolbar_SeparatorColor: #d9d9d9;
491
+ --sapList_HeaderBackground: #fff;
492
+ --sapList_HeaderBorderColor: #a8b2bd;
493
+ --sapList_HeaderTextColor: #1d2d3e;
494
+ --sapList_BorderColor: #e5e5e5;
495
+ --sapList_TextColor: #1d2d3e;
496
+ --sapList_Active_TextColor: #1d2d3e;
497
+ --sapList_BorderWidth: .0625rem;
498
+ --sapList_Active_Background: #dee2e5;
499
+ --sapList_SelectionBackgroundColor: #ebf8ff;
500
+ --sapList_SelectionBorderColor: #0070f2;
501
+ --sapList_Hover_SelectionBackground: #dcf3ff;
502
+ --sapList_Background: #fff;
503
+ --sapList_Hover_Background: #eaecee;
504
+ --sapList_AlternatingBackground: #f5f6f7;
505
+ --sapList_GroupHeaderBackground: #fff;
506
+ --sapList_GroupHeaderBorderColor: #a8b2bd;
507
+ --sapList_GroupHeaderTextColor: #1d2d3e;
508
+ --sapList_FooterBackground: #fff;
509
+ --sapList_FooterTextColor: #1d2d3e;
510
+ --sapList_TableGroupHeaderBackground: #eff1f2;
511
+ --sapList_TableGroupHeaderBorderColor: #a8b2bd;
512
+ --sapList_TableGroupHeaderTextColor: #1d2d3e;
513
+ --sapList_TableFooterBorder: #a8b2bd;
514
+ --sapList_TableFixedBorderColor: #8c8c8c;
515
+ --sapMessage_ErrorBorderColor: #ff8ec4;
516
+ --sapMessage_WarningBorderColor: #ffe770;
517
+ --sapMessage_SuccessBorderColor: #cee67e;
518
+ --sapMessage_InformationBorderColor: #7bcfff;
519
+ --sapProgress_Background: #d5dadd;
520
+ --sapProgress_BorderColor: #d5dadd;
521
+ --sapProgress_TextColor: #1d2d3e;
522
+ --sapProgress_FontSize: .875rem;
523
+ --sapProgress_NegativeBackground: #ffdbec;
524
+ --sapProgress_NegativeBorderColor: #ffdbec;
525
+ --sapProgress_NegativeTextColor: #1d2d3e;
526
+ --sapProgress_CriticalBackground: #fff4bd;
527
+ --sapProgress_CriticalBorderColor: #fff4bd;
528
+ --sapProgress_CriticalTextColor: #1d2d3e;
529
+ --sapProgress_PositiveBackground: #e5f2ba;
530
+ --sapProgress_PositiveBorderColor: #e5f2ba;
531
+ --sapProgress_PositiveTextColor: #1d2d3e;
532
+ --sapProgress_InformationBackground: #cdedff;
533
+ --sapProgress_InformationBorderColor: #cdedff;
534
+ --sapProgress_InformationTextColor: #1d2d3e;
535
+ --sapProgress_Value_Background: #788fa6;
536
+ --sapProgress_Value_BorderColor: #d5dadd;
537
+ --sapProgress_Value_TextColor: #788fa6;
538
+ --sapProgress_Value_NegativeBackground: #f53232;
539
+ --sapProgress_Value_NegativeBorderColor: #f53232;
540
+ --sapProgress_Value_NegativeTextColor: #f53232;
541
+ --sapProgress_Value_CriticalBackground: #e76500;
542
+ --sapProgress_Value_CriticalBorderColor: #e76500;
543
+ --sapProgress_Value_CriticalTextColor: #e76500;
544
+ --sapProgress_Value_PositiveBackground: #30914c;
545
+ --sapProgress_Value_PositiveBorderColor: #30914c;
546
+ --sapProgress_Value_PositiveTextColor: #30914c;
547
+ --sapProgress_Value_InformationBackground: #0070f2;
548
+ --sapProgress_Value_InformationBorderColor: #0070f2;
549
+ --sapProgress_Value_InformationTextColor: #0070f2;
550
+ --sapScrollBar_FaceColor: #7b91a8;
551
+ --sapScrollBar_TrackColor: #fff;
552
+ --sapScrollBar_BorderColor: #7b91a8;
553
+ --sapScrollBar_SymbolColor: #1d2d3e;
554
+ --sapScrollBar_Dimension: .75rem;
555
+ --sapScrollBar_Hover_FaceColor: #6f87a0;
556
+ --sapSlider_Background: #d5dadd;
557
+ --sapSlider_BorderColor: #d5dadd;
558
+ --sapSlider_Selected_Background: #0070f2;
559
+ --sapSlider_Selected_BorderColor: #0070f2;
560
+ --sapSlider_HandleBackground: #fff;
561
+ --sapSlider_HandleBorderColor: #fff;
562
+ --sapSlider_RangeHandleBackground: #fff;
563
+ --sapSlider_Hover_HandleBackground: #fff;
564
+ --sapSlider_Hover_HandleBorderColor: #0070f2;
565
+ --sapSlider_Hover_RangeHandleBackground: transparent;
566
+ --sapSlider_Active_HandleBackground: #fff;
567
+ --sapSlider_Active_HandleBorderColor: #fff;
568
+ --sapSlider_Active_RangeHandleBackground: transparent;
569
+ --sapPageHeader_Background: #fff;
570
+ --sapPageHeader_BorderColor: #d9d9d9;
571
+ --sapPageHeader_TextColor: #1d2d3e;
572
+ --sapPageFooter_Background: #fff;
573
+ --sapPageFooter_BorderColor: #d9d9d9;
574
+ --sapPageFooter_TextColor: #1d2d3e;
575
+ --sapInfobar_Background: #c2fcee;
576
+ --sapInfobar_Hover_Background: #fff;
577
+ --sapInfobar_Active_Background: #fff;
578
+ --sapInfobar_NonInteractive_Background: #f5f6f7;
579
+ --sapInfobar_TextColor: #046c7a;
580
+ --sapObjectHeader_Background: #fff;
581
+ --sapObjectHeader_BorderColor: #d9d9d9;
582
+ --sapObjectHeader_Hover_Background: #eaecee;
583
+ --sapObjectHeader_Title_TextColor: #1d2d3e;
584
+ --sapObjectHeader_Title_FontSize: 2rem;
585
+ --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
586
+ --sapObjectHeader_Title_FontFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
587
+ --sapObjectHeader_Subtitle_TextColor: #556b82;
588
+ --sapBlockLayer_Background: #000;
589
+ --sapTile_Background: #fff;
590
+ --sapTile_Hover_Background: #fff;
591
+ --sapTile_Active_Background: #f5f5f5;
592
+ --sapTile_BorderColor: transparent;
593
+ --sapTile_BorderCornerRadius: 1rem;
594
+ --sapTile_TitleTextColor: #1d2d3e;
595
+ --sapTile_TextColor: #556b82;
596
+ --sapTile_IconColor: #556b82;
597
+ --sapTile_SeparatorColor: #ccc;
598
+ --sapTile_Interactive_BorderColor: #b3b3b3;
599
+ --sapTile_OverlayBackground: rgba(255,255,255,0.96);
600
+ --sapTile_OverlayForegroundColor: #1d2d3e;
601
+ --sapAccentColor1: #d27700;
602
+ --sapAccentColor2: #aa0808;
603
+ --sapAccentColor3: #ba066c;
604
+ --sapAccentColor4: #a100c2;
605
+ --sapAccentColor5: #5d36ff;
606
+ --sapAccentColor6: #0057d2;
607
+ --sapAccentColor7: #046c7a;
608
+ --sapAccentColor8: #256f3a;
609
+ --sapAccentColor9: #6c32a9;
610
+ --sapAccentColor10: #5b738b;
611
+ --sapAccentBackgroundColor1: #fff3b8;
612
+ --sapAccentBackgroundColor2: #ffd0e7;
613
+ --sapAccentBackgroundColor3: #ffdbe7;
614
+ --sapAccentBackgroundColor4: #ffdcf3;
615
+ --sapAccentBackgroundColor5: #ded3ff;
616
+ --sapAccentBackgroundColor6: #d1efff;
617
+ --sapAccentBackgroundColor7: #c2fcee;
618
+ --sapAccentBackgroundColor8: #ebf5cb;
619
+ --sapAccentBackgroundColor9: #ddccf0;
620
+ --sapAccentBackgroundColor10: #eaecee;
621
+ --sapLegend_WorkingBackground: #fff;
622
+ --sapLegend_NonWorkingBackground: #ebebeb;
623
+ --sapLegend_CurrentDateTime: #a100c2;
624
+ --sapLegendColor1: #c35500;
625
+ --sapLegendColor2: #d23a0a;
626
+ --sapLegendColor3: #df1278;
627
+ --sapLegendColor4: #840606;
628
+ --sapLegendColor5: #cc00dc;
629
+ --sapLegendColor6: #0057d2;
630
+ --sapLegendColor7: #07838f;
631
+ --sapLegendColor8: #188918;
632
+ --sapLegendColor9: #5b738b;
633
+ --sapLegendColor10: #7800a4;
634
+ --sapLegendColor11: #a93e00;
635
+ --sapLegendColor12: #aa2608;
636
+ --sapLegendColor13: #ba066c;
637
+ --sapLegendColor14: #8d2a00;
638
+ --sapLegendColor15: #4e247a;
639
+ --sapLegendColor16: #002a86;
640
+ --sapLegendColor17: #035663;
641
+ --sapLegendColor18: #1e592f;
642
+ --sapLegendColor19: #1a4796;
643
+ --sapLegendColor20: #470ced;
644
+ --sapLegendBackgroundColor1: #ffef9f;
645
+ --sapLegendBackgroundColor2: #feeae1;
646
+ --sapLegendBackgroundColor3: #fbf6f8;
647
+ --sapLegendBackgroundColor4: #fbebeb;
648
+ --sapLegendBackgroundColor5: #ffe5fe;
649
+ --sapLegendBackgroundColor6: #d1efff;
650
+ --sapLegendBackgroundColor7: #c2fcee;
651
+ --sapLegendBackgroundColor8: #f5fae5;
652
+ --sapLegendBackgroundColor9: #f5f6f7;
653
+ --sapLegendBackgroundColor10: #fff0fa;
654
+ --sapLegendBackgroundColor11: #fff8d6;
655
+ --sapLegendBackgroundColor12: #fff6f6;
656
+ --sapLegendBackgroundColor13: #f7ebef;
657
+ --sapLegendBackgroundColor14: #f1ecd5;
658
+ --sapLegendBackgroundColor15: #f0e7f8;
659
+ --sapLegendBackgroundColor16: #ebf8ff;
660
+ --sapLegendBackgroundColor17: #dafdf5;
661
+ --sapLegendBackgroundColor18: #ebf5cb;
662
+ --sapLegendBackgroundColor19: #fafdff;
663
+ --sapLegendBackgroundColor20: #eceeff;
664
+ --sapChart_OrderedColor_1: #1b90ff;
665
+ --sapChart_OrderedColor_2: #f26018;
666
+ --sapChart_OrderedColor_3: #179c6f;
667
+ --sapChart_OrderedColor_4: #f62866;
668
+ --sapChart_OrderedColor_5: #863fd5;
669
+ --sapChart_OrderedColor_6: #04a29d;
670
+ --sapChart_OrderedColor_7: #0070f2;
671
+ --sapChart_OrderedColor_8: #cc00dc;
672
+ --sapChart_OrderedColor_9: #8396a8;
673
+ --sapChart_OrderedColor_10: #f54747;
674
+ --sapChart_OrderedColor_11: #20578c;
675
+ --sapChart_Bad: #f53232;
676
+ --sapChart_Critical: #e76500;
677
+ --sapChart_Good: #30914c;
678
+ --sapChart_Neutral: #788fa6;
679
+ --sapChart_Sequence_1: #1b90ff;
680
+ --sapChart_Sequence_2: #f26018;
681
+ --sapChart_Sequence_3: #179c6f;
682
+ --sapChart_Sequence_4: #f62866;
683
+ --sapChart_Sequence_5: #863fd5;
684
+ --sapChart_Sequence_6: #04a29d;
685
+ --sapChart_Sequence_7: #0070f2;
686
+ --sapChart_Sequence_8: #cc00dc;
687
+ --sapChart_Sequence_9: #8396a8;
688
+ --sapChart_Sequence_10: #f54747;
689
+ --sapChart_Sequence_11: #20578c;
690
+ --sapChart_Sequence_Neutral: #788fa6;
691
+ --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf');
692
+ --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');
693
+ --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');
694
+ --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');
695
+ --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');
696
+ --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');
697
+ --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');
698
+ --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');
699
+ --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
700
+ --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
701
+ --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
702
+ --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
703
+ --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
704
+ --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
705
+ --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
706
+ --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
707
+ --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
708
+ --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
709
+ --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
710
+ --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
711
+ --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
712
+ --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
713
+ --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
714
+ --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');
715
+ --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');
716
+ --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');
717
+ --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');
718
+ --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
719
+ --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
720
+ --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
721
+ --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
722
+ --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
723
+ --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
724
+ --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
725
+ --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
726
+ --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
727
+ --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
728
+ --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
729
+ --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
730
+ --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
731
+ --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
732
+ --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');
733
+ --sapFontUrl_72Mono_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff');
734
+ --sapFontUrl_72Mono_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff2');
735
+ --sapFontUrl_72Mono_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold.woff');
736
+ --sapFontUrl_72Mono_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff2');
737
+ --sapFontUrl_72Mono_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Bold-full.woff');
738
+ }
739
+ .background-image--sapCompanyLogo {
740
+ background-image: var(--sapCompanyLogo);
741
+ }
742
+ .background-image--sapBackgroundImage {
743
+ background-image: var(--sapBackgroundImage);
744
+ }
745
+ .background-image--sapShell_BackgroundImage {
746
+ background-image: var(--sapShell_BackgroundImage);
747
+ }