@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_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "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_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "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_fiori_3_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_fiori_3","sap_base_fiori","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "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: #91c8f6;
12
+ --sapHighlightColor: #91c8f6;
13
+ --sapBaseColor: #29313a;
14
+ --sapShellColor: #354a5f;
15
+ --sapBackgroundColor: #1c2228;
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", "72full", Arial, Helvetica, sans-serif;
23
+ --sapFontSize: .875rem;
24
+ --sapFontSmallSize: .75rem;
25
+ --sapFontLargeSize: 1rem;
26
+ --sapFontHeader1Size: 2.25rem;
27
+ --sapFontHeader2Size: 1.5rem;
28
+ --sapFontHeader3Size: 1.25rem;
29
+ --sapFontHeader4Size: 1.125rem;
30
+ --sapFontHeader5Size: 1rem;
31
+ --sapFontHeader6Size: .875rem;
32
+ --sapTextColor: #fafafa;
33
+ --sapLinkColor: #91c8f6;
34
+ --sapLink_Hover_Color: #62b0f2;
35
+ --sapLink_Active_Color: #91c8f6;
36
+ --sapLink_Visited_Color: #91c8f6;
37
+ --sapLink_InvertedColor: #d3e9fb;
38
+ --sapLink_SubtleColor: #c0e0fa;
39
+ --sapCompanyLogo: none;
40
+ --sapBackgroundImage: none;
41
+ --sapBackgroundImageOpacity: 1.0;
42
+ --sapBackgroundImageRepeat: false;
43
+ --sapSelectedColor: #91c8f6;
44
+ --sapActiveColor: #91c8f6;
45
+ --sapHighlightTextColor: #29313a;
46
+ --sapTitleColor: #fafafa;
47
+ --sapNegativeColor: #ff8888;
48
+ --sapCriticalColor: #fabd64;
49
+ --sapPositiveColor: #abe2ab;
50
+ --sapInformativeColor: #91c8f6;
51
+ --sapNeutralColor: #d3d7d9;
52
+ --sapNegativeElementColor: #ff8888;
53
+ --sapCriticalElementColor: #fabd64;
54
+ --sapPositiveElementColor: #abe2ab;
55
+ --sapInformativeElementColor: #91c8f6;
56
+ --sapNeutralElementColor: #d3d7d9;
57
+ --sapNegativeTextColor: #ff8888;
58
+ --sapPositiveTextColor: #abe2ab;
59
+ --sapCriticalTextColor: #fabd64;
60
+ --sapInformativeTextColor: #91c8f6;
61
+ --sapNeutralTextColor: #d3d7d9;
62
+ --sapNeutralBorderColor: #d3d7d9;
63
+ --sapErrorColor: #ff8888;
64
+ --sapErrorBorderColor: #ff8888;
65
+ --sapWarningColor: #fabd64;
66
+ --sapWarningBorderColor: #fabd64;
67
+ --sapSuccessColor: #abe2ab;
68
+ --sapSuccessBorderColor: #abe2ab;
69
+ --sapInformationColor: #91c8f6;
70
+ --sapInformationBorderColor: #91c8f6;
71
+ --sapErrorBackground: #3b0000;
72
+ --sapWarningBackground: #2b1a01;
73
+ --sapSuccessBackground: #153c15;
74
+ --sapInformationBackground: #062e4f;
75
+ --sapNeutralBackground: #5c666b;
76
+ --sapIndicationColor_1: #ff5555;
77
+ --sapIndicationColor_1_Background: #ff5555;
78
+ --sapIndicationColor_1_BorderColor: #ff5555;
79
+ --sapIndicationColor_1_Hover_Background: #ff6f6f;
80
+ --sapIndicationColor_1_Active_Background: #f88;
81
+ --sapIndicationColor_1_TextColor: #fafafa;
82
+ --sapIndicationColor_2: #ff8888;
83
+ --sapIndicationColor_2_Background: #ff8888;
84
+ --sapIndicationColor_2_BorderColor: #ff8888;
85
+ --sapIndicationColor_2_Hover_Background: #ffa2a2;
86
+ --sapIndicationColor_2_Active_Background: #fbb;
87
+ --sapIndicationColor_2_TextColor: #29313a;
88
+ --sapIndicationColor_3: #fabd64;
89
+ --sapIndicationColor_3_Background: #fabd64;
90
+ --sapIndicationColor_3_BorderColor: #fabd64;
91
+ --sapIndicationColor_3_Hover_Background: #fac373;
92
+ --sapIndicationColor_3_Active_Background: #fbca82;
93
+ --sapIndicationColor_3_TextColor: #29313a;
94
+ --sapIndicationColor_4: #abe2ab;
95
+ --sapIndicationColor_4_Background: #abe2ab;
96
+ --sapIndicationColor_4_BorderColor: #abe2ab;
97
+ --sapIndicationColor_4_Hover_Background: #bee9be;
98
+ --sapIndicationColor_4_Active_Background: #d1efd1;
99
+ --sapIndicationColor_4_TextColor: #29313a;
100
+ --sapIndicationColor_5: #91c8f6;
101
+ --sapIndicationColor_5_Background: #91c8f6;
102
+ --sapIndicationColor_5_BorderColor: #91c8f6;
103
+ --sapIndicationColor_5_Hover_Background: #a9d4f8;
104
+ --sapIndicationColor_5_Active_Background: #c0e0fa;
105
+ --sapIndicationColor_5_TextColor: #29313a;
106
+ --sapIndicationColor_6: #7fc6c6;
107
+ --sapIndicationColor_6_Background: #7fc6c6;
108
+ --sapIndicationColor_6_BorderColor: #7fc6c6;
109
+ --sapIndicationColor_6_Hover_Background: #91cece;
110
+ --sapIndicationColor_6_Active_Background: #a2d6d6;
111
+ --sapIndicationColor_6_TextColor: #29313a;
112
+ --sapIndicationColor_7: #b995e0;
113
+ --sapIndicationColor_7_Background: #b995e0;
114
+ --sapIndicationColor_7_BorderColor: #b995e0;
115
+ --sapIndicationColor_7_Hover_Background: #c6a9e6;
116
+ --sapIndicationColor_7_Active_Background: #d3bcec;
117
+ --sapIndicationColor_7_TextColor: #29313a;
118
+ --sapIndicationColor_8: #e269c9;
119
+ --sapIndicationColor_8_Background: #e269c9;
120
+ --sapIndicationColor_8_BorderColor: #e269c9;
121
+ --sapIndicationColor_8_Hover_Background: #e67ed1;
122
+ --sapIndicationColor_8_Active_Background: #ea94d8;
123
+ --sapIndicationColor_8_TextColor: #fafafa;
124
+ --sapElement_LineHeight: 2.75rem;
125
+ --sapElement_Height: 2.25rem;
126
+ --sapElement_BorderWidth: .0625rem;
127
+ --sapElement_BorderCornerRadius: .25rem;
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.4;
133
+ --sapContent_IconHeight: 1rem;
134
+ --sapContent_IconColor: #91c8f6;
135
+ --sapContent_ContrastIconColor: #29313a;
136
+ --sapContent_NonInteractiveIconColor: #d3d7d9;
137
+ --sapContent_MarkerIconColor: #6bd3ff;
138
+ --sapContent_MarkerTextColor: #7fc6c6;
139
+ --sapContent_MeasureIndicatorColor: #8696a9;
140
+ --sapContent_Selected_MeasureIndicatorColor: #8696a9;
141
+ --sapContent_ImagePlaceholderBackground: #687d94;
142
+ --sapContent_ImagePlaceholderForegroundColor: #29313a;
143
+ --sapContent_RatedColor: #ffc847;
144
+ --sapContent_UnratedColor: #8696a9;
145
+ --sapContent_BusyColor: #91c8f6;
146
+ --sapContent_FocusColor: #fff;
147
+ --sapContent_FocusStyle: dotted;
148
+ --sapContent_FocusWidth: .0625rem;
149
+ --sapContent_ContrastFocusColor: #000;
150
+ --sapContent_ShadowColor: #000;
151
+ --sapContent_ContrastShadowColor: #fff;
152
+ --sapContent_Shadow0: 0 0 0 0.0625rem rgba(255,255,255,0.2), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);
153
+ --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);
154
+ --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);
155
+ --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.5), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);
156
+ --sapContent_TextShadow: 0 0 0.125rem #000;
157
+ --sapContent_ContrastTextShadow: none;
158
+ --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.2), inset 0 -0.0625rem 0 0 #3a4552;
159
+ --sapContent_Interaction_Shadow: none;
160
+ --sapContent_Selected_Shadow: none;
161
+ --sapContent_Negative_Shadow: none;
162
+ --sapContent_Critical_Shadow: none;
163
+ --sapContent_Positive_Shadow: none;
164
+ --sapContent_Informative_Shadow: none;
165
+ --sapContent_Neutral_Shadow: none;
166
+ --sapContent_SearchHighlightColor: #058088;
167
+ --sapContent_HelpColor: #57b900;
168
+ --sapContent_LabelColor: #d3d7d9;
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(250,250,250,0.6);
173
+ --sapContent_DisabledOpacity: 0.4;
174
+ --sapContent_ContrastTextThreshold: 0.55;
175
+ --sapContent_ContrastTextColor: #29313a;
176
+ --sapContent_ForegroundColor: #1c2228;
177
+ --sapContent_ForegroundBorderColor: #8696a9;
178
+ --sapContent_ForegroundTextColor: #fafafa;
179
+ --sapContent_BadgeBackground: #d14242;
180
+ --sapContent_BadgeTextColor: #fff;
181
+ --sapContent_Placeholderloading_Background: #536376;
182
+ --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #536376 0%, #536376 20%, #8596aa 50%, #536376 80%, #536376 100%);
183
+ --sapContent_DragAndDropActiveColor: #91c8f6;
184
+ --sapContent_Selected_Background: #91c8f6;
185
+ --sapContent_Selected_TextColor: #29313a;
186
+ --sapContent_Selected_Hover_Background: #83c1f5;
187
+ --sapContent_Selected_ForegroundColor: #91c8f6;
188
+ --sapContent_ForcedColorAdjust: none;
189
+ --sapContent_Illustrative_Color1: #0a6ed1;
190
+ --sapContent_Illustrative_Color2: #3793d1;
191
+ --sapContent_Illustrative_Color3: #d69522;
192
+ --sapContent_Illustrative_Color4: #030303;
193
+ --sapContent_Illustrative_Color5: #727f87;
194
+ --sapContent_Illustrative_Color6: #9ba4aa;
195
+ --sapContent_Illustrative_Color7: #43494b;
196
+ --sapContent_Illustrative_Color8: #c2c8cc;
197
+ --sapContent_Illustrative_Color9: #64edd2;
198
+ --sapContent_Illustrative_Color10: #ebf8ff;
199
+ --sapContent_Illustrative_Color11: #f31ded;
200
+ --sapContent_Illustrative_Color12: #5dc122;
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: #232a31;
210
+ --sapShell_BackgroundImage: linear-gradient(to bottom, #181d22, #272f37);
211
+ --sapShell_BackgroundGradient: linear-gradient(to bottom, #181d22, #272f37);
212
+ --sapShell_BackgroundImageOpacity: 1.0;
213
+ --sapShell_BackgroundImageRepeat: false;
214
+ --sapShell_BorderColor: #354a5f;
215
+ --sapShell_TextColor: #fafafa;
216
+ --sapShell_InteractiveBackground: #354a5f;
217
+ --sapShell_InteractiveTextColor: #d1e8ff;
218
+ --sapShell_InteractiveBorderColor: #7996b4;
219
+ --sapShell_GroupTitleTextColor: #fafafa;
220
+ --sapShell_GroupTitleTextShadow: 0 0 0.125rem #000;
221
+ --sapShell_Hover_Background: #283848;
222
+ --sapShell_Active_Background: #23303e;
223
+ --sapShell_Active_TextColor: #fafafa;
224
+ --sapShell_Selected_Background: #23303e;
225
+ --sapShell_Selected_TextColor: #fafafa;
226
+ --sapShell_Selected_Hover_Background: #23303e;
227
+ --sapShell_Favicon: none;
228
+ --sapShell_Navigation_Background: #354a5f;
229
+ --sapShell_Navigation_SelectedColor: #d1e8ff;
230
+ --sapShell_Navigation_Selected_TextColor: #d1e8ff;
231
+ --sapShell_Navigation_TextColor: #fafafa;
232
+ --sapShell_Navigation_Hover_Background: #283848;
233
+ --sapShell_Navigation_Active_Background: #23303e;
234
+ --sapShell_Navigation_Active_TextColor: #fafafa;
235
+ --sapShell_Shadow: 0 0.125rem 0.125rem 0 rgba(0,0,0,0.8), inset 0 -0.0625rem 0 0 rgba(255,255,255,0.2);
236
+ --sapShell_NegativeColor: #ff8888;
237
+ --sapShell_CriticalColor: #fabd64;
238
+ --sapShell_PositiveColor: #abe2ab;
239
+ --sapShell_InformativeColor: #c0e0fa;
240
+ --sapShell_NeutralColor: #d3d7d9;
241
+ --sapAvatar_1_Background: #ffc847;
242
+ --sapAvatar_1_BorderColor: #ffc847;
243
+ --sapAvatar_1_TextColor: #29313a;
244
+ --sapAvatar_2_Background: #e7a1a1;
245
+ --sapAvatar_2_BorderColor: #e7a1a1;
246
+ --sapAvatar_2_TextColor: #29313a;
247
+ --sapAvatar_3_Background: #f37aa2;
248
+ --sapAvatar_3_BorderColor: #f37aa2;
249
+ --sapAvatar_3_TextColor: #29313a;
250
+ --sapAvatar_4_Background: #e269c9;
251
+ --sapAvatar_4_BorderColor: #e269c9;
252
+ --sapAvatar_4_TextColor: #fafafa;
253
+ --sapAvatar_5_Background: #8ca7d5;
254
+ --sapAvatar_5_BorderColor: #8ca7d5;
255
+ --sapAvatar_5_TextColor: #29313a;
256
+ --sapAvatar_6_Background: #6bd3ff;
257
+ --sapAvatar_6_BorderColor: #6bd3ff;
258
+ --sapAvatar_6_TextColor: #29313a;
259
+ --sapAvatar_7_Background: #7fc6c6;
260
+ --sapAvatar_7_BorderColor: #7fc6c6;
261
+ --sapAvatar_7_TextColor: #29313a;
262
+ --sapAvatar_8_Background: #b2e484;
263
+ --sapAvatar_8_BorderColor: #b2e484;
264
+ --sapAvatar_8_TextColor: #29313a;
265
+ --sapAvatar_9_Background: #b995e0;
266
+ --sapAvatar_9_BorderColor: #b995e0;
267
+ --sapAvatar_9_TextColor: #29313a;
268
+ --sapAvatar_10_Background: #b0bcc5;
269
+ --sapAvatar_10_BorderColor: #b0bcc5;
270
+ --sapAvatar_10_TextColor: #29313a;
271
+ --sapButton_BorderWidth: .0625rem;
272
+ --sapButton_BorderCornerRadius: .25rem;
273
+ --sapButton_Background: #29313a;
274
+ --sapButton_BorderColor: #91c8f6;
275
+ --sapButton_TextColor: #91c8f6;
276
+ --sapButton_Hover_Background: #062e4f;
277
+ --sapButton_Hover_BorderColor: #91c8f6;
278
+ --sapButton_Hover_TextColor: #91c8f6;
279
+ --sapButton_IconColor: #91c8f6;
280
+ --sapButton_Active_Background: #91c8f6;
281
+ --sapButton_Active_BorderColor: #91c8f6;
282
+ --sapButton_Active_TextColor: #29313a;
283
+ --sapButton_Emphasized_Background: #1b8dec;
284
+ --sapButton_Emphasized_BorderColor: #1b8dec;
285
+ --sapButton_Emphasized_TextColor: #fafafa;
286
+ --sapButton_Emphasized_Hover_Background: #2e96ee;
287
+ --sapButton_Emphasized_Hover_BorderColor: #2e96ee;
288
+ --sapButton_Emphasized_Hover_TextColor: #fafafa;
289
+ --sapButton_Emphasized_Active_Background: #91c8f6;
290
+ --sapButton_Emphasized_Active_BorderColor: #91c8f6;
291
+ --sapButton_Emphasized_Active_TextColor: #29313a;
292
+ --sapButton_Emphasized_TextShadow: transparent;
293
+ --sapButton_Emphasized_FontWeight: bold;
294
+ --sapButton_Reject_Background: #29313a;
295
+ --sapButton_Reject_BorderColor: #ff8888;
296
+ --sapButton_Reject_Hover_Background: #3b0000;
297
+ --sapButton_Reject_Hover_BorderColor: #ff8888;
298
+ --sapButton_Reject_Hover_TextColor: #f88;
299
+ --sapButton_Reject_Active_Background: #ff6e6e;
300
+ --sapButton_Reject_Active_BorderColor: #ff6e6e;
301
+ --sapButton_Reject_Active_TextColor: #29313a;
302
+ --sapButton_Reject_TextColor: #f88;
303
+ --sapButton_Reject_Selected_Background: #ff6e6e;
304
+ --sapButton_Reject_Selected_BorderColor: #ff6e6e;
305
+ --sapButton_Reject_Selected_TextColor: #29313a;
306
+ --sapButton_Reject_Selected_Hover_Background: #f88;
307
+ --sapButton_Reject_Selected_Hover_BorderColor: #f88;
308
+ --sapButton_Accept_Background: #29313a;
309
+ --sapButton_Accept_BorderColor: #abe2ab;
310
+ --sapButton_Accept_Hover_Background: #153c15;
311
+ --sapButton_Accept_Hover_BorderColor: #abe2ab;
312
+ --sapButton_Accept_Hover_TextColor: #abe2ab;
313
+ --sapButton_Accept_Active_Background: #98db98;
314
+ --sapButton_Accept_Active_BorderColor: #98db98;
315
+ --sapButton_Accept_Active_TextColor: #29313a;
316
+ --sapButton_Accept_TextColor: #abe2ab;
317
+ --sapButton_Accept_Selected_Background: #98db98;
318
+ --sapButton_Accept_Selected_BorderColor: #98db98;
319
+ --sapButton_Accept_Selected_TextColor: #29313a;
320
+ --sapButton_Accept_Selected_Hover_Background: #abe2ab;
321
+ --sapButton_Accept_Selected_Hover_BorderColor: #abe2ab;
322
+ --sapButton_Lite_Background: transparent;
323
+ --sapButton_Lite_BorderColor: transparent;
324
+ --sapButton_Lite_TextColor: #91c8f6;
325
+ --sapButton_Lite_Hover_Background: #062e4f;
326
+ --sapButton_Lite_Hover_BorderColor: #91c8f6;
327
+ --sapButton_Lite_Hover_TextColor: #91c8f6;
328
+ --sapButton_Lite_Active_Background: #91c8f6;
329
+ --sapButton_Lite_Active_BorderColor: #91c8f6;
330
+ --sapButton_Selected_Background: #91c8f6;
331
+ --sapButton_Selected_BorderColor: #91c8f6;
332
+ --sapButton_Selected_TextColor: #29313a;
333
+ --sapButton_Selected_Hover_Background: #83c1f5;
334
+ --sapButton_Selected_Hover_BorderColor: #83c1f5;
335
+ --sapButton_Attention_Background: #29313a;
336
+ --sapButton_Attention_BorderColor: #fabd64;
337
+ --sapButton_Attention_TextColor: #fabd64;
338
+ --sapButton_Attention_Hover_Background: #2b1a01;
339
+ --sapButton_Attention_Hover_BorderColor: #fabd64;
340
+ --sapButton_Attention_Hover_TextColor: #fabd64;
341
+ --sapButton_Attention_Active_Background: #f9b24b;
342
+ --sapButton_Attention_Active_BorderColor: #f9b24b;
343
+ --sapButton_Attention_Active_TextColor: #29313a;
344
+ --sapButton_Attention_Selected_Background: #f9b24b;
345
+ --sapButton_Attention_Selected_BorderColor: #f9b24b;
346
+ --sapButton_Attention_Selected_TextColor: #29313a;
347
+ --sapButton_Attention_Selected_Hover_Background: #fabd64;
348
+ --sapButton_Attention_Selected_Hover_BorderColor: #fabd64;
349
+ --sapButton_Negative_Background: #ff8888;
350
+ --sapButton_Negative_BorderColor: #ff8888;
351
+ --sapButton_Negative_TextColor: #29313a;
352
+ --sapButton_Negative_Hover_Background: #ffa2a2;
353
+ --sapButton_Negative_Hover_BorderColor: #ffa2a2;
354
+ --sapButton_Negative_Hover_TextColor: #29313a;
355
+ --sapButton_Negative_Active_Background: #fbb;
356
+ --sapButton_Negative_Active_BorderColor: #fbb;
357
+ --sapButton_Negative_Active_TextColor: #29313a;
358
+ --sapButton_Critical_Background: #fabd64;
359
+ --sapButton_Critical_BorderColor: #fabd64;
360
+ --sapButton_Critical_TextColor: #29313a;
361
+ --sapButton_Critical_Hover_Background: #fbc87d;
362
+ --sapButton_Critical_Hover_BorderColor: #fbc87d;
363
+ --sapButton_Critical_Hover_TextColor: #29313a;
364
+ --sapButton_Critical_Active_Background: #fcd295;
365
+ --sapButton_Critical_Active_BorderColor: #fcd295;
366
+ --sapButton_Critical_Active_TextColor: #29313a;
367
+ --sapButton_Success_Background: #abe2ab;
368
+ --sapButton_Success_BorderColor: #abe2ab;
369
+ --sapButton_Success_TextColor: #29313a;
370
+ --sapButton_Success_Hover_Background: #bee9be;
371
+ --sapButton_Success_Hover_BorderColor: #bee9be;
372
+ --sapButton_Success_Hover_TextColor: #29313a;
373
+ --sapButton_Success_Active_Background: #d1efd1;
374
+ --sapButton_Success_Active_BorderColor: #d1efd1;
375
+ --sapButton_Success_Active_TextColor: #29313a;
376
+ --sapButton_Information_Background: #91c8f6;
377
+ --sapButton_Information_BorderColor: #91c8f6;
378
+ --sapButton_Information_TextColor: #29313a;
379
+ --sapButton_Information_Hover_Background: #a9d4f8;
380
+ --sapButton_Information_Hover_BorderColor: #a9d4f8;
381
+ --sapButton_Information_Hover_TextColor: #29313a;
382
+ --sapButton_Information_Active_Background: #c0e0fa;
383
+ --sapButton_Information_Active_BorderColor: #c0e0fa;
384
+ --sapButton_Information_Active_TextColor: #29313a;
385
+ --sapButton_Neutral_Background: #d3d7d9;
386
+ --sapButton_Neutral_BorderColor: #d3d7d9;
387
+ --sapButton_Neutral_TextColor: #29313a;
388
+ --sapButton_Neutral_Hover_Background: #e1e3e5;
389
+ --sapButton_Neutral_Hover_BorderColor: #e1e3e5;
390
+ --sapButton_Neutral_Hover_TextColor: #29313a;
391
+ --sapButton_Neutral_Active_Background: #eef0f1;
392
+ --sapButton_Neutral_Active_BorderColor: #eef0f1;
393
+ --sapButton_Neutral_Active_TextColor: #29313a;
394
+ --sapButton_Track_Background: #38434f;
395
+ --sapButton_Track_BorderColor: #8696a9;
396
+ --sapButton_Track_TextColor: #fafafa;
397
+ --sapButton_Track_Hover_Background: #38434f;
398
+ --sapButton_Track_Hover_BorderColor: #91c8f6;
399
+ --sapButton_Track_Selected_Background: #062e4f;
400
+ --sapButton_Track_Selected_BorderColor: #91c8f6;
401
+ --sapButton_Track_Selected_TextColor: #fafafa;
402
+ --sapButton_Track_Selected_Hover_Background: #062e4f;
403
+ --sapButton_Track_Selected_Hover_BorderColor: #83c1f5;
404
+ --sapButton_Handle_Background: #29313a;
405
+ --sapButton_Handle_BorderColor: #8696a9;
406
+ --sapButton_Handle_TextColor: #fafafa;
407
+ --sapButton_Handle_Hover_Background: #062e4f;
408
+ --sapButton_Handle_Hover_BorderColor: #91c8f6;
409
+ --sapButton_Handle_Selected_Background: #91c8f6;
410
+ --sapButton_Handle_Selected_BorderColor: #91c8f6;
411
+ --sapButton_Handle_Selected_TextColor: #29313a;
412
+ --sapButton_Handle_Selected_Hover_Background: #83c1f5;
413
+ --sapButton_Handle_Selected_Hover_BorderColor: #83c1f5;
414
+ --sapButton_Track_Negative_Background: #3b0000;
415
+ --sapButton_Track_Negative_BorderColor: #ff8888;
416
+ --sapButton_Track_Negative_TextColor: #f88;
417
+ --sapButton_Track_Negative_Hover_Background: #3b0000;
418
+ --sapButton_Track_Negative_Hover_BorderColor: #ff8888;
419
+ --sapButton_Handle_Negative_Background: #29313a;
420
+ --sapButton_Handle_Negative_BorderColor: #ff8888;
421
+ --sapButton_Handle_Negative_TextColor: #f88;
422
+ --sapButton_Handle_Negative_Hover_Background: #3b0000;
423
+ --sapButton_Handle_Negative_Hover_BorderColor: #ff8888;
424
+ --sapButton_Track_Positive_Background: #153c15;
425
+ --sapButton_Track_Positive_BorderColor: #abe2ab;
426
+ --sapButton_Track_Positive_TextColor: #abe2ab;
427
+ --sapButton_Track_Positive_Hover_Background: #153c15;
428
+ --sapButton_Track_Positive_Hover_BorderColor: #abe2ab;
429
+ --sapButton_Handle_Positive_Background: #29313a;
430
+ --sapButton_Handle_Positive_BorderColor: #abe2ab;
431
+ --sapButton_Handle_Positive_TextColor: #abe2ab;
432
+ --sapButton_Handle_Positive_Hover_Background: #153c15;
433
+ --sapButton_Handle_Positive_Hover_BorderColor: #abe2ab;
434
+ --sapButton_TokenBackground: #29313a;
435
+ --sapButton_TokenBorderColor: #687d94;
436
+ --sapField_Background: #29313a;
437
+ --sapField_BackgroundStyle: none;
438
+ --sapField_TextColor: #fafafa;
439
+ --sapField_PlaceholderTextColor: #b8bec1;
440
+ --sapField_BorderColor: #8696a9;
441
+ --sapField_HelpBackground: #29313a;
442
+ --sapField_BorderWidth: .0625rem;
443
+ --sapField_BorderStyle: solid;
444
+ --sapField_BorderCornerRadius: .125rem;
445
+ --sapField_Hover_Background: #29313a;
446
+ --sapField_Hover_BackgroundStyle: none;
447
+ --sapField_Hover_BorderColor: #91c8f6;
448
+ --sapField_Hover_HelpBackground: #062e4f;
449
+ --sapField_Active_BorderColor: #91c8f6;
450
+ --sapField_Focus_Background: #29313a;
451
+ --sapField_Focus_BorderColor: #8696a9;
452
+ --sapField_Focus_HelpBackground: #29313a;
453
+ --sapField_ReadOnly_Background: rgba(58,69,82,0.5);
454
+ --sapField_ReadOnly_BackgroundStyle: none;
455
+ --sapField_ReadOnly_BorderColor: #546375;
456
+ --sapField_ReadOnly_BorderStyle: solid;
457
+ --sapField_ReadOnly_HelpBackground: rgba(58,69,82,0.5);
458
+ --sapField_RequiredColor: #e7a1a1;
459
+ --sapField_InvalidColor: #ff8888;
460
+ --sapField_InvalidBackground: #29313a;
461
+ --sapField_InvalidBackgroundStyle: none;
462
+ --sapField_InvalidBorderWidth: .125rem;
463
+ --sapField_InvalidBorderStyle: solid;
464
+ --sapField_WarningColor: #fabd64;
465
+ --sapField_WarningBackground: #29313a;
466
+ --sapField_WarningBackgroundStyle: none;
467
+ --sapField_WarningBorderWidth: .125rem;
468
+ --sapField_WarningBorderStyle: solid;
469
+ --sapField_SuccessColor: #abe2ab;
470
+ --sapField_SuccessBackground: #29313a;
471
+ --sapField_SuccessBackgroundStyle: none;
472
+ --sapField_SuccessBorderWidth: .0625rem;
473
+ --sapField_SuccessBorderStyle: solid;
474
+ --sapField_InformationColor: #91c8f6;
475
+ --sapField_InformationBackground: #29313a;
476
+ --sapField_InformationBackgroundStyle: none;
477
+ --sapField_InformationBorderWidth: .125rem;
478
+ --sapField_InformationBorderStyle: solid;
479
+ --sapGroup_TitleBackground: transparent;
480
+ --sapGroup_TitleBorderColor: #495767;
481
+ --sapGroup_TitleTextColor: #fafafa;
482
+ --sapGroup_Title_FontSize: 1.125rem;
483
+ --sapGroup_ContentBackground: #29313a;
484
+ --sapGroup_ContentBorderColor: #3e4a58;
485
+ --sapGroup_BorderWidth: .0625rem;
486
+ --sapGroup_BorderCornerRadius: 0;
487
+ --sapGroup_FooterBackground: transparent;
488
+ --sapPopover_BorderCornerRadius: .25rem;
489
+ --sapToolbar_Background: transparent;
490
+ --sapToolbar_SeparatorColor: #495767;
491
+ --sapList_HeaderBackground: #232931;
492
+ --sapList_HeaderBorderColor: #3a4552;
493
+ --sapList_HeaderTextColor: #fafafa;
494
+ --sapList_BorderColor: #3a4552;
495
+ --sapList_TextColor: #fafafa;
496
+ --sapList_Active_TextColor: #29313a;
497
+ --sapList_BorderWidth: .0625rem;
498
+ --sapList_Active_Background: #91c8f6;
499
+ --sapList_SelectionBackgroundColor: #344b5f;
500
+ --sapList_SelectionBorderColor: #91c8f6;
501
+ --sapList_Hover_SelectionBackground: #395369;
502
+ --sapList_Background: #29313a;
503
+ --sapList_Hover_Background: #2f3943;
504
+ --sapList_AlternatingBackground: #232931;
505
+ --sapList_GroupHeaderBackground: #29313a;
506
+ --sapList_GroupHeaderBorderColor: #64778e;
507
+ --sapList_GroupHeaderTextColor: #fafafa;
508
+ --sapList_FooterBackground: #252c34;
509
+ --sapList_FooterTextColor: #fafafa;
510
+ --sapList_TableGroupHeaderBackground: #1c2228;
511
+ --sapList_TableGroupHeaderBorderColor: #5a6b7f;
512
+ --sapList_TableGroupHeaderTextColor: #fafafa;
513
+ --sapList_TableFooterBorder: #4b596a;
514
+ --sapList_TableFixedBorderColor: #8091a5;
515
+ --sapMessage_ErrorBorderColor: #ff8888;
516
+ --sapMessage_WarningBorderColor: #fabd64;
517
+ --sapMessage_SuccessBorderColor: #abe2ab;
518
+ --sapMessage_InformationBorderColor: #91c8f6;
519
+ --sapProgress_Background: #29313a;
520
+ --sapProgress_BorderColor: #8696a9;
521
+ --sapProgress_TextColor: #fafafa;
522
+ --sapProgress_FontSize: .75rem;
523
+ --sapProgress_NegativeBackground: #29313a;
524
+ --sapProgress_NegativeBorderColor: #8696a9;
525
+ --sapProgress_NegativeTextColor: #fafafa;
526
+ --sapProgress_CriticalBackground: #29313a;
527
+ --sapProgress_CriticalBorderColor: #8696a9;
528
+ --sapProgress_CriticalTextColor: #fafafa;
529
+ --sapProgress_PositiveBackground: #29313a;
530
+ --sapProgress_PositiveBorderColor: #8696a9;
531
+ --sapProgress_PositiveTextColor: #fafafa;
532
+ --sapProgress_InformationBackground: #29313a;
533
+ --sapProgress_InformationBorderColor: #8696a9;
534
+ --sapProgress_InformationTextColor: #fafafa;
535
+ --sapProgress_Value_Background: #d3d7d9;
536
+ --sapProgress_Value_BorderColor: #8696a9;
537
+ --sapProgress_Value_TextColor: #fafafa;
538
+ --sapProgress_Value_NegativeBackground: #ff8888;
539
+ --sapProgress_Value_NegativeBorderColor: #29313a;
540
+ --sapProgress_Value_NegativeTextColor: #fafafa;
541
+ --sapProgress_Value_CriticalBackground: #fabd64;
542
+ --sapProgress_Value_CriticalBorderColor: #29313a;
543
+ --sapProgress_Value_CriticalTextColor: #fafafa;
544
+ --sapProgress_Value_PositiveBackground: #abe2ab;
545
+ --sapProgress_Value_PositiveBorderColor: #29313a;
546
+ --sapProgress_Value_PositiveTextColor: #fafafa;
547
+ --sapProgress_Value_InformationBackground: #91c8f6;
548
+ --sapProgress_Value_InformationBorderColor: #29313a;
549
+ --sapProgress_Value_InformationTextColor: #fafafa;
550
+ --sapScrollBar_FaceColor: #506273;
551
+ --sapScrollBar_TrackColor: #090b0d;
552
+ --sapScrollBar_BorderColor: #506273;
553
+ --sapScrollBar_SymbolColor: #91c8f6;
554
+ --sapScrollBar_Dimension: .75rem;
555
+ --sapScrollBar_Hover_FaceColor: #4a5a6a;
556
+ --sapSlider_Background: #8696a9;
557
+ --sapSlider_BorderColor: #8696a9;
558
+ --sapSlider_Selected_Background: #91c8f6;
559
+ --sapSlider_Selected_BorderColor: #91c8f6;
560
+ --sapSlider_HandleBackground: #29313a;
561
+ --sapSlider_HandleBorderColor: #8696a9;
562
+ --sapSlider_RangeHandleBackground: transparent;
563
+ --sapSlider_Hover_HandleBackground: #062e4f;
564
+ --sapSlider_Hover_HandleBorderColor: #91c8f6;
565
+ --sapSlider_Hover_RangeHandleBackground: transparent;
566
+ --sapSlider_Active_HandleBackground: #91c8f6;
567
+ --sapSlider_Active_HandleBorderColor: #91c8f6;
568
+ --sapSlider_Active_RangeHandleBackground: transparent;
569
+ --sapPageHeader_Background: #29313a;
570
+ --sapPageHeader_BorderColor: #3a4552;
571
+ --sapPageHeader_TextColor: #fafafa;
572
+ --sapPageFooter_Background: #2c3d50;
573
+ --sapPageFooter_BorderColor: #3a516a;
574
+ --sapPageFooter_TextColor: #fafafa;
575
+ --sapInfobar_Background: #7fc6c6;
576
+ --sapInfobar_Hover_Background: #74c1c1;
577
+ --sapInfobar_Active_Background: #58b5b5;
578
+ --sapInfobar_NonInteractive_Background: #14181c;
579
+ --sapInfobar_TextColor: #29313a;
580
+ --sapObjectHeader_Background: #29313a;
581
+ --sapObjectHeader_BorderColor: #3a4552;
582
+ --sapObjectHeader_Hover_Background: #2f3943;
583
+ --sapObjectHeader_Title_TextColor: #fafafa;
584
+ --sapObjectHeader_Title_FontSize: 1.25rem;
585
+ --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
586
+ --sapObjectHeader_Title_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;
587
+ --sapObjectHeader_Subtitle_TextColor: #d3d7d9;
588
+ --sapBlockLayer_Background: #000;
589
+ --sapTile_Background: #29313a;
590
+ --sapTile_Hover_Background: #21272e;
591
+ --sapTile_Active_Background: #21272e;
592
+ --sapTile_BorderColor: transparent;
593
+ --sapTile_BorderCornerRadius: .25rem;
594
+ --sapTile_TitleTextColor: #fafafa;
595
+ --sapTile_TextColor: #d3d7d9;
596
+ --sapTile_IconColor: #89a3bd;
597
+ --sapTile_SeparatorColor: #424f5e;
598
+ --sapTile_Interactive_BorderColor: #687d94;
599
+ --sapTile_OverlayBackground: rgba(0,0,0,0.8);
600
+ --sapTile_OverlayForegroundColor: #fafafa;
601
+ --sapAccentColor1: #ffc847;
602
+ --sapAccentColor2: #e7a1a1;
603
+ --sapAccentColor3: #f37aa2;
604
+ --sapAccentColor4: #e269c9;
605
+ --sapAccentColor5: #8ca7d5;
606
+ --sapAccentColor6: #6bd3ff;
607
+ --sapAccentColor7: #7fc6c6;
608
+ --sapAccentColor8: #b2e484;
609
+ --sapAccentColor9: #b995e0;
610
+ --sapAccentColor10: #b0bcc5;
611
+ --sapAccentBackgroundColor1: #fff3b8;
612
+ --sapAccentBackgroundColor2: #ffd0e7;
613
+ --sapAccentBackgroundColor3: #fff0fa;
614
+ --sapAccentBackgroundColor4: #ffdcf3;
615
+ --sapAccentBackgroundColor5: #ded3ff;
616
+ --sapAccentBackgroundColor6: #d1efff;
617
+ --sapAccentBackgroundColor7: #c2fcee;
618
+ --sapAccentBackgroundColor8: #ebf5cb;
619
+ --sapAccentBackgroundColor9: #dafdf5;
620
+ --sapAccentBackgroundColor10: #eaecee;
621
+ --sapLegend_WorkingBackground: #2d3640;
622
+ --sapLegend_NonWorkingBackground: #445261;
623
+ --sapLegend_CurrentDateTime: #e269c9;
624
+ --sapLegendColor1: #f0b25f;
625
+ --sapLegendColor2: #f58c4b;
626
+ --sapLegendColor3: #d88b8b;
627
+ --sapLegendColor4: #bd8969;
628
+ --sapLegendColor5: #de54c1;
629
+ --sapLegendColor6: #6bd3ff;
630
+ --sapLegendColor7: #21c4c4;
631
+ --sapLegendColor8: #afd645;
632
+ --sapLegendColor9: #b0bcc5;
633
+ --sapLegendColor10: #bb8aaf;
634
+ --sapLegendColor11: #d1b575;
635
+ --sapLegendColor12: #ffb98d;
636
+ --sapLegendColor13: #ffa1a1;
637
+ --sapLegendColor14: #d5b39e;
638
+ --sapLegendColor15: #b7a8b3;
639
+ --sapLegendColor16: #bbbcd2;
640
+ --sapLegendColor17: #a2c2c2;
641
+ --sapLegendColor18: #aabc78;
642
+ --sapLegendColor19: #a9d4ff;
643
+ --sapLegendColor20: #c3c5fd;
644
+ --sapLegendBackgroundColor1: #402706;
645
+ --sapLegendBackgroundColor2: #421c04;
646
+ --sapLegendBackgroundColor3: #341111;
647
+ --sapLegendBackgroundColor4: #302015;
648
+ --sapLegendBackgroundColor5: #3c0c32;
649
+ --sapLegendBackgroundColor6: #003247;
650
+ --sapLegendBackgroundColor7: #0a3d3d;
651
+ --sapLegendBackgroundColor8: #303d0d;
652
+ --sapLegendBackgroundColor9: #1f252a;
653
+ --sapLegendBackgroundColor10: #2c1a28;
654
+ --sapLegendBackgroundColor11: #352a12;
655
+ --sapLegendBackgroundColor12: #461b00;
656
+ --sapLegendBackgroundColor13: #450000;
657
+ --sapLegendBackgroundColor14: #312015;
658
+ --sapLegendBackgroundColor15: #272025;
659
+ --sapLegendBackgroundColor16: #1c1d2a;
660
+ --sapLegendBackgroundColor17: #1c2b2b;
661
+ --sapLegendBackgroundColor18: #2b3118;
662
+ --sapLegendBackgroundColor19: #002448;
663
+ --sapLegendBackgroundColor20: #020544;
664
+ --sapChart_OrderedColor_1: #5899da;
665
+ --sapChart_OrderedColor_2: #e8743b;
666
+ --sapChart_OrderedColor_3: #19a979;
667
+ --sapChart_OrderedColor_4: #ed4a7b;
668
+ --sapChart_OrderedColor_5: #945ecf;
669
+ --sapChart_OrderedColor_6: #13a4b4;
670
+ --sapChart_OrderedColor_7: #525df4;
671
+ --sapChart_OrderedColor_8: #bf399e;
672
+ --sapChart_OrderedColor_9: #6c8893;
673
+ --sapChart_OrderedColor_10: #ee6868;
674
+ --sapChart_OrderedColor_11: #2f6497;
675
+ --sapChart_Bad: #dc0d0e;
676
+ --sapChart_Critical: #de890d;
677
+ --sapChart_Good: #3fa45b;
678
+ --sapChart_Neutral: #848f94;
679
+ --sapChart_Sequence_1: #5899da;
680
+ --sapChart_Sequence_2: #e8743b;
681
+ --sapChart_Sequence_3: #19a979;
682
+ --sapChart_Sequence_4: #ed4a7b;
683
+ --sapChart_Sequence_5: #945ecf;
684
+ --sapChart_Sequence_6: #13a4b4;
685
+ --sapChart_Sequence_7: #525df4;
686
+ --sapChart_Sequence_8: #bf399e;
687
+ --sapChart_Sequence_9: #6c8893;
688
+ --sapChart_Sequence_10: #ee6868;
689
+ --sapChart_Sequence_11: #2f6497;
690
+ --sapChart_Sequence_Neutral: #848f94;
691
+ --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.ttf');
692
+ --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons.woff');
693
+ --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/baseTheme/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
+ }