@ui5/webcomponents-theming 0.0.0-e818f286e → 0.0.0-ebd9a4db3

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 (101) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +1610 -0
  3. package/README.md +3 -5
  4. package/css-vars-usage.json +253 -27
  5. package/dist/.tsbuildinfo +1 -0
  6. package/dist/Assets-fetch.d.ts +1 -0
  7. package/dist/Assets-fetch.js +3 -0
  8. package/dist/Assets-fetch.js.map +1 -0
  9. package/dist/Assets.d.ts +1 -0
  10. package/dist/Assets.js +1 -0
  11. package/dist/Assets.js.map +1 -0
  12. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  17. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  18. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  19. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +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 -1
  26. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  28. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  29. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  30. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  31. package/dist/generated/json-imports/Themes.d.ts +1 -0
  32. package/dist/generated/json-imports/Themes.js +20 -25
  33. package/dist/generated/json-imports/Themes.js.map +1 -0
  34. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
  35. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  36. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  37. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
  38. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  39. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  40. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
  41. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  42. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  43. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
  44. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  45. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  46. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
  47. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  48. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  49. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
  50. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
  51. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  52. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
  53. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
  54. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  55. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
  56. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
  57. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  58. package/package-scripts.cjs +24 -0
  59. package/package.json +8 -9
  60. package/tsconfig.json +25 -0
  61. package/config/postcss.themes/postcss.config.js +0 -24
  62. package/dist/Assets-static.js +0 -2
  63. package/dist/css/themes/sap_belize/parameters-bundle.css +0 -1
  64. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  65. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  66. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  67. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +0 -1
  68. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +0 -1
  69. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +0 -1
  70. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +0 -1
  71. package/dist/generated/json-imports/Themes-static.js +0 -41
  72. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +0 -1
  73. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +0 -1
  74. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +0 -1
  75. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +0 -1
  76. package/dist/themes/sap_belize/css_variables.css +0 -748
  77. package/dist/themes/sap_belize/parameters-bundle.css +0 -1
  78. package/dist/themes/sap_belize_hcb/css_variables.css +0 -747
  79. package/dist/themes/sap_belize_hcb/parameters-bundle.css +0 -1
  80. package/dist/themes/sap_belize_hcw/css_variables.css +0 -747
  81. package/dist/themes/sap_belize_hcw/parameters-bundle.css +0 -1
  82. package/dist/themes/sap_fiori_3/css_variables.css +0 -747
  83. package/dist/themes/sap_fiori_3/parameters-bundle.css +0 -1
  84. package/dist/themes/sap_fiori_3_dark/css_variables.css +0 -747
  85. package/dist/themes/sap_fiori_3_dark/parameters-bundle.css +0 -1
  86. package/dist/themes/sap_fiori_3_hcb/css_variables.css +0 -747
  87. package/dist/themes/sap_fiori_3_hcb/parameters-bundle.css +0 -1
  88. package/dist/themes/sap_fiori_3_hcw/css_variables.css +0 -747
  89. package/dist/themes/sap_fiori_3_hcw/parameters-bundle.css +0 -1
  90. package/dist/themes/sap_horizon/css_variables.css +0 -747
  91. package/dist/themes/sap_horizon/parameters-bundle.css +0 -1
  92. package/dist/themes/sap_horizon_dark/css_variables.css +0 -747
  93. package/dist/themes/sap_horizon_dark/parameters-bundle.css +0 -1
  94. package/dist/themes/sap_horizon_exp/css_variables.css +0 -747
  95. package/dist/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  96. package/dist/themes/sap_horizon_hcb/css_variables.css +0 -747
  97. package/dist/themes/sap_horizon_hcb/parameters-bundle.css +0 -1
  98. package/dist/themes/sap_horizon_hcw/css_variables.css +0 -747
  99. package/dist/themes/sap_horizon_hcw/parameters-bundle.css +0 -1
  100. package/lib/generate-css-vars-usage-report/index.js +0 -32
  101. package/package-scripts.js +0 -33
@@ -1,747 +0,0 @@
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_belize_hcb.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_belize","sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3","HighContrast"], "FallbackThemeId": "sap_belize", "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_belize_hcb.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_belize","sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3","HighContrast"], "FallbackThemeId": "sap_belize", "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_belize_hcb.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_belize","sap_base_fiori","baseTheme"], "Tags": ["Fiori_2","Fiori_3","HighContrast"], "FallbackThemeId": "sap_belize", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}};}
10
- :root {
11
- --sapBrandColor: #7a5100;
12
- --sapHighlightColor: #7a5100;
13
- --sapBaseColor: #000;
14
- --sapShellColor: #000;
15
- --sapBackgroundColor: #000;
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: 1.625rem;
27
- --sapFontHeader2Size: 1.375rem;
28
- --sapFontHeader3Size: 1.25rem;
29
- --sapFontHeader4Size: 1.125rem;
30
- --sapFontHeader5Size: 1rem;
31
- --sapFontHeader6Size: .875rem;
32
- --sapTextColor: #fff;
33
- --sapLinkColor: #fff;
34
- --sapLink_Hover_Color: #fff;
35
- --sapLink_Active_Color: #fff;
36
- --sapLink_Visited_Color: #fff;
37
- --sapLink_InvertedColor: #fff;
38
- --sapLink_SubtleColor: #fff;
39
- --sapCompanyLogo: none;
40
- --sapBackgroundImage: none;
41
- --sapBackgroundImageOpacity: 1.0;
42
- --sapBackgroundImageRepeat: false;
43
- --sapSelectedColor: #0f5d94;
44
- --sapActiveColor: #7a5100;
45
- --sapHighlightTextColor: #fff;
46
- --sapTitleColor: #fff;
47
- --sapNegativeColor: #ff5e5e;
48
- --sapCriticalColor: #ffab1d;
49
- --sapPositiveColor: #99cc99;
50
- --sapInformativeColor: #fff;
51
- --sapNeutralColor: #fff;
52
- --sapNegativeElementColor: #ff5e5e;
53
- --sapCriticalElementColor: #ffab1d;
54
- --sapPositiveElementColor: #99cc99;
55
- --sapInformativeElementColor: #fff;
56
- --sapNeutralElementColor: #fff;
57
- --sapNegativeTextColor: #ff5e5e;
58
- --sapPositiveTextColor: #99cc99;
59
- --sapCriticalTextColor: #ffab1d;
60
- --sapInformativeTextColor: #fff;
61
- --sapNeutralTextColor: #fff;
62
- --sapNeutralBorderColor: #fff;
63
- --sapErrorColor: #ff5e5e;
64
- --sapErrorBorderColor: #ff5e5e;
65
- --sapWarningColor: #ffab1d;
66
- --sapWarningBorderColor: #ffab1d;
67
- --sapSuccessColor: #99cc99;
68
- --sapSuccessBorderColor: #99cc99;
69
- --sapInformationColor: #fff;
70
- --sapInformationBorderColor: #fff;
71
- --sapErrorBackground: #000;
72
- --sapWarningBackground: #000;
73
- --sapSuccessBackground: #000;
74
- --sapInformationBackground: #000;
75
- --sapNeutralBackground: #000;
76
- --sapIndicationColor_1: #ff5e5e;
77
- --sapIndicationColor_1_Background: #000;
78
- --sapIndicationColor_1_BorderColor: #fff;
79
- --sapIndicationColor_1_Hover_Background: #7a5100;
80
- --sapIndicationColor_1_Active_Background: #7a5100;
81
- --sapIndicationColor_1_TextColor: #fff;
82
- --sapIndicationColor_2: #ff9191;
83
- --sapIndicationColor_2_Background: #000;
84
- --sapIndicationColor_2_BorderColor: #fff;
85
- --sapIndicationColor_2_Hover_Background: #7a5100;
86
- --sapIndicationColor_2_Active_Background: #7a5100;
87
- --sapIndicationColor_2_TextColor: #fff;
88
- --sapIndicationColor_3: #ffab1d;
89
- --sapIndicationColor_3_Background: #000;
90
- --sapIndicationColor_3_BorderColor: #fff;
91
- --sapIndicationColor_3_Hover_Background: #7a5100;
92
- --sapIndicationColor_3_Active_Background: #7a5100;
93
- --sapIndicationColor_3_TextColor: #fff;
94
- --sapIndicationColor_4: #99cc99;
95
- --sapIndicationColor_4_Background: #000;
96
- --sapIndicationColor_4_BorderColor: #fff;
97
- --sapIndicationColor_4_Hover_Background: #7a5100;
98
- --sapIndicationColor_4_Active_Background: #7a5100;
99
- --sapIndicationColor_4_TextColor: #fff;
100
- --sapIndicationColor_5: #6bd3ff;
101
- --sapIndicationColor_5_Background: #000;
102
- --sapIndicationColor_5_BorderColor: #fff;
103
- --sapIndicationColor_5_Hover_Background: #7a5100;
104
- --sapIndicationColor_5_Active_Background: #7a5100;
105
- --sapIndicationColor_5_TextColor: #fff;
106
- --sapIndicationColor_6: #7fc6c6;
107
- --sapIndicationColor_6_Background: #000;
108
- --sapIndicationColor_6_BorderColor: #fff;
109
- --sapIndicationColor_6_Hover_Background: #7a5100;
110
- --sapIndicationColor_6_Active_Background: #7a5100;
111
- --sapIndicationColor_6_TextColor: #fff;
112
- --sapIndicationColor_7: #b995e0;
113
- --sapIndicationColor_7_Background: #000;
114
- --sapIndicationColor_7_BorderColor: #fff;
115
- --sapIndicationColor_7_Hover_Background: #7a5100;
116
- --sapIndicationColor_7_Active_Background: #7a5100;
117
- --sapIndicationColor_7_TextColor: #fff;
118
- --sapIndicationColor_8: #e269c9;
119
- --sapIndicationColor_8_Background: #000;
120
- --sapIndicationColor_8_BorderColor: #fff;
121
- --sapIndicationColor_8_Hover_Background: #7a5100;
122
- --sapIndicationColor_8_Active_Background: #7a5100;
123
- --sapIndicationColor_8_TextColor: #fff;
124
- --sapElement_LineHeight: 3rem;
125
- --sapElement_Height: 2.5rem;
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: #fff;
135
- --sapContent_ContrastIconColor: #fff;
136
- --sapContent_NonInteractiveIconColor: #fff;
137
- --sapContent_MarkerIconColor: #fff;
138
- --sapContent_MarkerTextColor: #fff;
139
- --sapContent_MeasureIndicatorColor: #fff;
140
- --sapContent_Selected_MeasureIndicatorColor: #fff;
141
- --sapContent_ImagePlaceholderBackground: #000;
142
- --sapContent_ImagePlaceholderForegroundColor: #fff;
143
- --sapContent_RatedColor: #fff;
144
- --sapContent_UnratedColor: #999;
145
- --sapContent_BusyColor: #fff;
146
- --sapContent_FocusColor: #fff;
147
- --sapContent_FocusStyle: dotted;
148
- --sapContent_FocusWidth: .125rem;
149
- --sapContent_ContrastFocusColor: #fff;
150
- --sapContent_ShadowColor: #fff;
151
- --sapContent_ContrastShadowColor: #fff;
152
- --sapContent_Shadow0: 0 0 0 0.0625rem #fff;
153
- --sapContent_Shadow1: 0 0 1rem 0 rgba(255,255,255,0.5), 0 0 0 0.125rem #fff;
154
- --sapContent_Shadow2: 0 0.25rem 2rem 0 rgba(255,255,255,0.6), 0 0 0 0.125rem #fff;
155
- --sapContent_Shadow3: 0 0.625rem 4rem 0 rgba(255,255,255,0.8), 0 0 0 0.125rem #fff;
156
- --sapContent_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
157
- --sapContent_ContrastTextShadow: none;
158
- --sapContent_HeaderShadow: inset 0 -0.125rem #fff;
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: #7a5100;
167
- --sapContent_HelpColor: #03b803;
168
- --sapContent_LabelColor: #fff;
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: #666;
173
- --sapContent_DisabledOpacity: 0.4;
174
- --sapContent_ContrastTextThreshold: 0.65;
175
- --sapContent_ContrastTextColor: #fff;
176
- --sapContent_ForegroundColor: #000;
177
- --sapContent_ForegroundBorderColor: #fff;
178
- --sapContent_ForegroundTextColor: #fff;
179
- --sapContent_BadgeBackground: #000;
180
- --sapContent_BadgeTextColor: #fff;
181
- --sapContent_Placeholderloading_Background: #666;
182
- --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%);
183
- --sapContent_DragAndDropActiveColor: #03b803;
184
- --sapContent_Selected_Background: #0f5d94;
185
- --sapContent_Selected_TextColor: #fff;
186
- --sapContent_Selected_Hover_Background: #7a5100;
187
- --sapContent_Selected_ForegroundColor: #fff;
188
- --sapContent_ForcedColorAdjust: none;
189
- --sapContent_Illustrative_Color1: #212628;
190
- --sapContent_Illustrative_Color2: #62737c;
191
- --sapContent_Illustrative_Color3: #62737c;
192
- --sapContent_Illustrative_Color4: #030303;
193
- --sapContent_Illustrative_Color5: #88979e;
194
- --sapContent_Illustrative_Color6: #88979e;
195
- --sapContent_Illustrative_Color7: #212628;
196
- --sapContent_Illustrative_Color8: #dbdbdb;
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: #000;
210
- --sapShell_BackgroundImage: linear-gradient(to bottom, #000, #000);
211
- --sapShell_BackgroundGradient: linear-gradient(to bottom, #000, #000);
212
- --sapShell_BackgroundImageOpacity: 1.0;
213
- --sapShell_BackgroundImageRepeat: false;
214
- --sapShell_BorderColor: #fff;
215
- --sapShell_TextColor: #fff;
216
- --sapShell_InteractiveBackground: #000;
217
- --sapShell_InteractiveTextColor: #fff;
218
- --sapShell_InteractiveBorderColor: #fff;
219
- --sapShell_GroupTitleTextColor: #fff;
220
- --sapShell_GroupTitleTextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
221
- --sapShell_Hover_Background: #7a5100;
222
- --sapShell_Active_Background: #7a5100;
223
- --sapShell_Active_TextColor: #fff;
224
- --sapShell_Selected_Background: #0f5d94;
225
- --sapShell_Selected_TextColor: #fff;
226
- --sapShell_Selected_Hover_Background: #7a5100;
227
- --sapShell_Favicon: none;
228
- --sapShell_Navigation_Background: #000;
229
- --sapShell_Navigation_SelectedColor: #fff;
230
- --sapShell_Navigation_Selected_TextColor: #fff;
231
- --sapShell_Navigation_TextColor: #fff;
232
- --sapShell_Navigation_Hover_Background: #7a5100;
233
- --sapShell_Navigation_Active_Background: #7a5100;
234
- --sapShell_Navigation_Active_TextColor: #fff;
235
- --sapShell_Shadow: 0 0.125rem 0 0 #fff;
236
- --sapShell_NegativeColor: #ff5e5e;
237
- --sapShell_CriticalColor: #ffab1d;
238
- --sapShell_PositiveColor: #99cc99;
239
- --sapShell_InformativeColor: #fff;
240
- --sapShell_NeutralColor: #fff;
241
- --sapAvatar_1_Background: #000;
242
- --sapAvatar_1_BorderColor: #fff;
243
- --sapAvatar_1_TextColor: #fff;
244
- --sapAvatar_2_Background: #000;
245
- --sapAvatar_2_BorderColor: #fff;
246
- --sapAvatar_2_TextColor: #fff;
247
- --sapAvatar_3_Background: #000;
248
- --sapAvatar_3_BorderColor: #fff;
249
- --sapAvatar_3_TextColor: #fff;
250
- --sapAvatar_4_Background: #000;
251
- --sapAvatar_4_BorderColor: #fff;
252
- --sapAvatar_4_TextColor: #fff;
253
- --sapAvatar_5_Background: #000;
254
- --sapAvatar_5_BorderColor: #fff;
255
- --sapAvatar_5_TextColor: #fff;
256
- --sapAvatar_6_Background: #000;
257
- --sapAvatar_6_BorderColor: #fff;
258
- --sapAvatar_6_TextColor: #fff;
259
- --sapAvatar_7_Background: #000;
260
- --sapAvatar_7_BorderColor: #fff;
261
- --sapAvatar_7_TextColor: #fff;
262
- --sapAvatar_8_Background: #000;
263
- --sapAvatar_8_BorderColor: #fff;
264
- --sapAvatar_8_TextColor: #fff;
265
- --sapAvatar_9_Background: #000;
266
- --sapAvatar_9_BorderColor: #fff;
267
- --sapAvatar_9_TextColor: #fff;
268
- --sapAvatar_10_Background: #000;
269
- --sapAvatar_10_BorderColor: #fff;
270
- --sapAvatar_10_TextColor: #fff;
271
- --sapButton_BorderWidth: .0625rem;
272
- --sapButton_BorderCornerRadius: .375rem;
273
- --sapButton_Background: #000;
274
- --sapButton_BorderColor: #fff;
275
- --sapButton_TextColor: #fff;
276
- --sapButton_Hover_Background: #7a5100;
277
- --sapButton_Hover_BorderColor: #fff;
278
- --sapButton_Hover_TextColor: #fff;
279
- --sapButton_IconColor: #fff;
280
- --sapButton_Active_Background: #7a5100;
281
- --sapButton_Active_BorderColor: #fff;
282
- --sapButton_Active_TextColor: #fff;
283
- --sapButton_Emphasized_Background: #000;
284
- --sapButton_Emphasized_BorderColor: #fff;
285
- --sapButton_Emphasized_TextColor: #fff;
286
- --sapButton_Emphasized_Hover_Background: #7a5100;
287
- --sapButton_Emphasized_Hover_BorderColor: #fff;
288
- --sapButton_Emphasized_Hover_TextColor: #fff;
289
- --sapButton_Emphasized_Active_Background: #7a5100;
290
- --sapButton_Emphasized_Active_BorderColor: #fff;
291
- --sapButton_Emphasized_Active_TextColor: #fff;
292
- --sapButton_Emphasized_TextShadow: transparent;
293
- --sapButton_Emphasized_FontWeight: bold;
294
- --sapButton_Reject_Background: #000;
295
- --sapButton_Reject_BorderColor: #fff;
296
- --sapButton_Reject_Hover_Background: #7a5100;
297
- --sapButton_Reject_Hover_BorderColor: #fff;
298
- --sapButton_Reject_Hover_TextColor: #fff;
299
- --sapButton_Reject_Active_Background: #7a5100;
300
- --sapButton_Reject_Active_BorderColor: #fff;
301
- --sapButton_Reject_Active_TextColor: #fff;
302
- --sapButton_Reject_TextColor: #fff;
303
- --sapButton_Reject_Selected_Background: #0f5d94;
304
- --sapButton_Reject_Selected_BorderColor: #fff;
305
- --sapButton_Reject_Selected_TextColor: #fff;
306
- --sapButton_Reject_Selected_Hover_Background: #7a5100;
307
- --sapButton_Reject_Selected_Hover_BorderColor: #fff;
308
- --sapButton_Accept_Background: #000;
309
- --sapButton_Accept_BorderColor: #fff;
310
- --sapButton_Accept_Hover_Background: #7a5100;
311
- --sapButton_Accept_Hover_BorderColor: #fff;
312
- --sapButton_Accept_Hover_TextColor: #fff;
313
- --sapButton_Accept_Active_Background: #7a5100;
314
- --sapButton_Accept_Active_BorderColor: #fff;
315
- --sapButton_Accept_Active_TextColor: #fff;
316
- --sapButton_Accept_TextColor: #fff;
317
- --sapButton_Accept_Selected_Background: #0f5d94;
318
- --sapButton_Accept_Selected_BorderColor: #fff;
319
- --sapButton_Accept_Selected_TextColor: #fff;
320
- --sapButton_Accept_Selected_Hover_Background: #7a5100;
321
- --sapButton_Accept_Selected_Hover_BorderColor: #fff;
322
- --sapButton_Lite_Background: #000;
323
- --sapButton_Lite_BorderColor: #fff;
324
- --sapButton_Lite_TextColor: #fff;
325
- --sapButton_Lite_Hover_Background: #7a5100;
326
- --sapButton_Lite_Hover_BorderColor: #fff;
327
- --sapButton_Lite_Hover_TextColor: #fff;
328
- --sapButton_Lite_Active_Background: #7a5100;
329
- --sapButton_Lite_Active_BorderColor: #fff;
330
- --sapButton_Selected_Background: #0f5d94;
331
- --sapButton_Selected_BorderColor: #fff;
332
- --sapButton_Selected_TextColor: #fff;
333
- --sapButton_Selected_Hover_Background: #7a5100;
334
- --sapButton_Selected_Hover_BorderColor: #fff;
335
- --sapButton_Attention_Background: #000;
336
- --sapButton_Attention_BorderColor: #fff;
337
- --sapButton_Attention_TextColor: #fff;
338
- --sapButton_Attention_Hover_Background: #7a5100;
339
- --sapButton_Attention_Hover_BorderColor: #fff;
340
- --sapButton_Attention_Hover_TextColor: #fff;
341
- --sapButton_Attention_Active_Background: #7a5100;
342
- --sapButton_Attention_Active_BorderColor: #fff;
343
- --sapButton_Attention_Active_TextColor: #fff;
344
- --sapButton_Attention_Selected_Background: #0f5d94;
345
- --sapButton_Attention_Selected_BorderColor: #fff;
346
- --sapButton_Attention_Selected_TextColor: #fff;
347
- --sapButton_Attention_Selected_Hover_Background: #7a5100;
348
- --sapButton_Attention_Selected_Hover_BorderColor: #fff;
349
- --sapButton_Negative_Background: #000;
350
- --sapButton_Negative_BorderColor: #fff;
351
- --sapButton_Negative_TextColor: #fff;
352
- --sapButton_Negative_Hover_Background: #7a5100;
353
- --sapButton_Negative_Hover_BorderColor: #fff;
354
- --sapButton_Negative_Hover_TextColor: #fff;
355
- --sapButton_Negative_Active_Background: #7a5100;
356
- --sapButton_Negative_Active_BorderColor: #fff;
357
- --sapButton_Negative_Active_TextColor: #fff;
358
- --sapButton_Critical_Background: #000;
359
- --sapButton_Critical_BorderColor: #fff;
360
- --sapButton_Critical_TextColor: #fff;
361
- --sapButton_Critical_Hover_Background: #7a5100;
362
- --sapButton_Critical_Hover_BorderColor: #fff;
363
- --sapButton_Critical_Hover_TextColor: #fff;
364
- --sapButton_Critical_Active_Background: #7a5100;
365
- --sapButton_Critical_Active_BorderColor: #fff;
366
- --sapButton_Critical_Active_TextColor: #fff;
367
- --sapButton_Success_Background: #000;
368
- --sapButton_Success_BorderColor: #fff;
369
- --sapButton_Success_TextColor: #fff;
370
- --sapButton_Success_Hover_Background: #7a5100;
371
- --sapButton_Success_Hover_BorderColor: #fff;
372
- --sapButton_Success_Hover_TextColor: #fff;
373
- --sapButton_Success_Active_Background: #7a5100;
374
- --sapButton_Success_Active_BorderColor: #fff;
375
- --sapButton_Success_Active_TextColor: #fff;
376
- --sapButton_Information_Background: #000;
377
- --sapButton_Information_BorderColor: #fff;
378
- --sapButton_Information_TextColor: #fff;
379
- --sapButton_Information_Hover_Background: #7a5100;
380
- --sapButton_Information_Hover_BorderColor: #fff;
381
- --sapButton_Information_Hover_TextColor: #fff;
382
- --sapButton_Information_Active_Background: #7a5100;
383
- --sapButton_Information_Active_BorderColor: #fff;
384
- --sapButton_Information_Active_TextColor: #fff;
385
- --sapButton_Neutral_Background: #000;
386
- --sapButton_Neutral_BorderColor: #fff;
387
- --sapButton_Neutral_TextColor: #fff;
388
- --sapButton_Neutral_Hover_Background: #7a5100;
389
- --sapButton_Neutral_Hover_BorderColor: #fff;
390
- --sapButton_Neutral_Hover_TextColor: #fff;
391
- --sapButton_Neutral_Active_Background: #7a5100;
392
- --sapButton_Neutral_Active_BorderColor: #fff;
393
- --sapButton_Neutral_Active_TextColor: #fff;
394
- --sapButton_Track_Background: #000;
395
- --sapButton_Track_BorderColor: #fff;
396
- --sapButton_Track_TextColor: #fff;
397
- --sapButton_Track_Hover_Background: #7a5100;
398
- --sapButton_Track_Hover_BorderColor: #fff;
399
- --sapButton_Track_Selected_Background: #0f5d94;
400
- --sapButton_Track_Selected_BorderColor: #fff;
401
- --sapButton_Track_Selected_TextColor: #fff;
402
- --sapButton_Track_Selected_Hover_Background: #7a5100;
403
- --sapButton_Track_Selected_Hover_BorderColor: #fff;
404
- --sapButton_Handle_Background: #000;
405
- --sapButton_Handle_BorderColor: #fff;
406
- --sapButton_Handle_TextColor: #fff;
407
- --sapButton_Handle_Hover_Background: #7a5100;
408
- --sapButton_Handle_Hover_BorderColor: #fff;
409
- --sapButton_Handle_Selected_Background: #0f5d94;
410
- --sapButton_Handle_Selected_BorderColor: #fff;
411
- --sapButton_Handle_Selected_TextColor: #fff;
412
- --sapButton_Handle_Selected_Hover_Background: #7a5100;
413
- --sapButton_Handle_Selected_Hover_BorderColor: #fff;
414
- --sapButton_Track_Negative_Background: #000;
415
- --sapButton_Track_Negative_BorderColor: #ff5e5e;
416
- --sapButton_Track_Negative_TextColor: #fff;
417
- --sapButton_Track_Negative_Hover_Background: #7a5100;
418
- --sapButton_Track_Negative_Hover_BorderColor: #ff5e5e;
419
- --sapButton_Handle_Negative_Background: #000;
420
- --sapButton_Handle_Negative_BorderColor: #ff5e5e;
421
- --sapButton_Handle_Negative_TextColor: #fff;
422
- --sapButton_Handle_Negative_Hover_Background: #7a5100;
423
- --sapButton_Handle_Negative_Hover_BorderColor: #ff5e5e;
424
- --sapButton_Track_Positive_Background: #000;
425
- --sapButton_Track_Positive_BorderColor: #99cc99;
426
- --sapButton_Track_Positive_TextColor: #fff;
427
- --sapButton_Track_Positive_Hover_Background: #000;
428
- --sapButton_Track_Positive_Hover_BorderColor: #fff;
429
- --sapButton_Handle_Positive_Background: #000;
430
- --sapButton_Handle_Positive_BorderColor: #99cc99;
431
- --sapButton_Handle_Positive_TextColor: #fff;
432
- --sapButton_Handle_Positive_Hover_Background: #7a5100;
433
- --sapButton_Handle_Positive_Hover_BorderColor: #99cc99;
434
- --sapButton_TokenBackground: #000;
435
- --sapButton_TokenBorderColor: #fff;
436
- --sapField_Background: #000;
437
- --sapField_BackgroundStyle: none;
438
- --sapField_TextColor: #fff;
439
- --sapField_PlaceholderTextColor: #999;
440
- --sapField_BorderColor: #fff;
441
- --sapField_HelpBackground: #000;
442
- --sapField_BorderWidth: .0625rem;
443
- --sapField_BorderStyle: solid;
444
- --sapField_BorderCornerRadius: 0;
445
- --sapField_Hover_Background: #000;
446
- --sapField_Hover_BackgroundStyle: none;
447
- --sapField_Hover_BorderColor: #fff;
448
- --sapField_Hover_HelpBackground: #000;
449
- --sapField_Active_BorderColor: #fff;
450
- --sapField_Focus_Background: #000;
451
- --sapField_Focus_BorderColor: #fff;
452
- --sapField_Focus_HelpBackground: #000;
453
- --sapField_ReadOnly_Background: #585858;
454
- --sapField_ReadOnly_BackgroundStyle: none;
455
- --sapField_ReadOnly_BorderColor: #999;
456
- --sapField_ReadOnly_BorderStyle: solid;
457
- --sapField_ReadOnly_HelpBackground: #585858;
458
- --sapField_RequiredColor: #fff;
459
- --sapField_InvalidColor: #fff;
460
- --sapField_InvalidBackground: #7a5100;
461
- --sapField_InvalidBackgroundStyle: none;
462
- --sapField_InvalidBorderWidth: .125rem;
463
- --sapField_InvalidBorderStyle: dashed;
464
- --sapField_WarningColor: #fff;
465
- --sapField_WarningBackground: #000;
466
- --sapField_WarningBackgroundStyle: none;
467
- --sapField_WarningBorderWidth: .125rem;
468
- --sapField_WarningBorderStyle: dashed;
469
- --sapField_SuccessColor: #fff;
470
- --sapField_SuccessBackground: #000;
471
- --sapField_SuccessBackgroundStyle: none;
472
- --sapField_SuccessBorderWidth: .0625rem;
473
- --sapField_SuccessBorderStyle: solid;
474
- --sapField_InformationColor: #fff;
475
- --sapField_InformationBackground: #000;
476
- --sapField_InformationBackgroundStyle: none;
477
- --sapField_InformationBorderWidth: .0625rem;
478
- --sapField_InformationBorderStyle: dashed;
479
- --sapGroup_TitleBackground: #000;
480
- --sapGroup_TitleBorderColor: #fff;
481
- --sapGroup_TitleTextColor: #fff;
482
- --sapGroup_Title_FontSize: 1.125rem;
483
- --sapGroup_ContentBackground: #000;
484
- --sapGroup_ContentBorderColor: #fff;
485
- --sapGroup_BorderWidth: .0625rem;
486
- --sapGroup_BorderCornerRadius: 0;
487
- --sapGroup_FooterBackground: #000;
488
- --sapPopover_BorderCornerRadius: .25rem;
489
- --sapToolbar_Background: #000;
490
- --sapToolbar_SeparatorColor: #fff;
491
- --sapList_HeaderBackground: #000;
492
- --sapList_HeaderBorderColor: #fff;
493
- --sapList_HeaderTextColor: #fff;
494
- --sapList_BorderColor: #999;
495
- --sapList_TextColor: #fff;
496
- --sapList_Active_TextColor: #fff;
497
- --sapList_BorderWidth: .0625rem;
498
- --sapList_Active_Background: #7a5100;
499
- --sapList_SelectionBackgroundColor: #0f5d94;
500
- --sapList_SelectionBorderColor: #fff;
501
- --sapList_Hover_SelectionBackground: #7a5100;
502
- --sapList_Background: #000;
503
- --sapList_Hover_Background: #7a5100;
504
- --sapList_AlternatingBackground: #262626;
505
- --sapList_GroupHeaderBackground: #000;
506
- --sapList_GroupHeaderBorderColor: #fff;
507
- --sapList_GroupHeaderTextColor: #fff;
508
- --sapList_FooterBackground: #000;
509
- --sapList_FooterTextColor: #fff;
510
- --sapList_TableGroupHeaderBackground: #585858;
511
- --sapList_TableGroupHeaderBorderColor: #fff;
512
- --sapList_TableGroupHeaderTextColor: #fff;
513
- --sapList_TableFooterBorder: #fff;
514
- --sapList_TableFixedBorderColor: #fff;
515
- --sapMessage_ErrorBorderColor: #ff5e5e;
516
- --sapMessage_WarningBorderColor: #ffab1d;
517
- --sapMessage_SuccessBorderColor: #99cc99;
518
- --sapMessage_InformationBorderColor: #fff;
519
- --sapProgress_Background: #000;
520
- --sapProgress_BorderColor: #fff;
521
- --sapProgress_TextColor: #fff;
522
- --sapProgress_FontSize: .75rem;
523
- --sapProgress_NegativeBackground: #000;
524
- --sapProgress_NegativeBorderColor: #fff;
525
- --sapProgress_NegativeTextColor: #fff;
526
- --sapProgress_CriticalBackground: #000;
527
- --sapProgress_CriticalBorderColor: #fff;
528
- --sapProgress_CriticalTextColor: #fff;
529
- --sapProgress_PositiveBackground: #000;
530
- --sapProgress_PositiveBorderColor: #fff;
531
- --sapProgress_PositiveTextColor: #fff;
532
- --sapProgress_InformationBackground: #000;
533
- --sapProgress_InformationBorderColor: #fff;
534
- --sapProgress_InformationTextColor: #fff;
535
- --sapProgress_Value_Background: #7a5100;
536
- --sapProgress_Value_BorderColor: #fff;
537
- --sapProgress_Value_TextColor: #fff;
538
- --sapProgress_Value_NegativeBackground: #7a5100;
539
- --sapProgress_Value_NegativeBorderColor: #fff;
540
- --sapProgress_Value_NegativeTextColor: #fff;
541
- --sapProgress_Value_CriticalBackground: #7a5100;
542
- --sapProgress_Value_CriticalBorderColor: #fff;
543
- --sapProgress_Value_CriticalTextColor: #fff;
544
- --sapProgress_Value_PositiveBackground: #7a5100;
545
- --sapProgress_Value_PositiveBorderColor: #fff;
546
- --sapProgress_Value_PositiveTextColor: #fff;
547
- --sapProgress_Value_InformationBackground: #7a5100;
548
- --sapProgress_Value_InformationBorderColor: #fff;
549
- --sapProgress_Value_InformationTextColor: #fff;
550
- --sapScrollBar_FaceColor: #999;
551
- --sapScrollBar_TrackColor: #000;
552
- --sapScrollBar_BorderColor: #999;
553
- --sapScrollBar_SymbolColor: #fff;
554
- --sapScrollBar_Dimension: .75rem;
555
- --sapScrollBar_Hover_FaceColor: #fff;
556
- --sapSlider_Background: #000;
557
- --sapSlider_BorderColor: #fff;
558
- --sapSlider_Selected_Background: #0f5d94;
559
- --sapSlider_Selected_BorderColor: #fff;
560
- --sapSlider_HandleBackground: #000;
561
- --sapSlider_HandleBorderColor: #fff;
562
- --sapSlider_RangeHandleBackground: #000;
563
- --sapSlider_Hover_HandleBackground: #7a5100;
564
- --sapSlider_Hover_HandleBorderColor: #fff;
565
- --sapSlider_Hover_RangeHandleBackground: transparent;
566
- --sapSlider_Active_HandleBackground: #7a5100;
567
- --sapSlider_Active_HandleBorderColor: #fff;
568
- --sapSlider_Active_RangeHandleBackground: transparent;
569
- --sapPageHeader_Background: #000;
570
- --sapPageHeader_BorderColor: #fff;
571
- --sapPageHeader_TextColor: #fff;
572
- --sapPageFooter_Background: #000;
573
- --sapPageFooter_BorderColor: #fff;
574
- --sapPageFooter_TextColor: #fff;
575
- --sapInfobar_Background: #000;
576
- --sapInfobar_Hover_Background: #7a5100;
577
- --sapInfobar_Active_Background: #7a5100;
578
- --sapInfobar_NonInteractive_Background: #585858;
579
- --sapInfobar_TextColor: #fff;
580
- --sapObjectHeader_Background: #000;
581
- --sapObjectHeader_BorderColor: #fff;
582
- --sapObjectHeader_Hover_Background: #7a5100;
583
- --sapObjectHeader_Title_TextColor: #fff;
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: #fff;
588
- --sapBlockLayer_Background: #000;
589
- --sapTile_Background: #000;
590
- --sapTile_Hover_Background: #7a5100;
591
- --sapTile_Active_Background: #7a5100;
592
- --sapTile_BorderColor: #fff;
593
- --sapTile_BorderCornerRadius: 0.25rem;
594
- --sapTile_TitleTextColor: #fff;
595
- --sapTile_TextColor: #fff;
596
- --sapTile_IconColor: #fff;
597
- --sapTile_SeparatorColor: #fff;
598
- --sapTile_Interactive_BorderColor: #fff;
599
- --sapTile_OverlayBackground: #000;
600
- --sapTile_OverlayForegroundColor: #fff;
601
- --sapAccentColor1: #ffc847;
602
- --sapAccentColor2: #ed884a;
603
- --sapAccentColor3: #db9292;
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: #2e2e2e;
622
- --sapLegend_NonWorkingBackground: #585858;
623
- --sapLegend_CurrentDateTime: #e269c9;
624
- --sapLegendColor1: #ffc847;
625
- --sapLegendColor2: #ed884a;
626
- --sapLegendColor3: #db9292;
627
- --sapLegendColor4: #ff741f;
628
- --sapLegendColor5: #e269c9;
629
- --sapLegendColor6: #6bd3ff;
630
- --sapLegendColor7: #7fc6c6;
631
- --sapLegendColor8: #b2e484;
632
- --sapLegendColor9: #b0bcc5;
633
- --sapLegendColor10: #bb86b0;
634
- --sapLegendColor11: #ffe6ad;
635
- --sapLegendColor12: #cdaf9d;
636
- --sapLegendColor13: #ff8787;
637
- --sapLegendColor14: #ffb385;
638
- --sapLegendColor15: #ffb2ef;
639
- --sapLegendColor16: #9cabc5;
640
- --sapLegendColor17: #a4eeee;
641
- --sapLegendColor18: #8d9e7e;
642
- --sapLegendColor19: #addcf0;
643
- --sapLegendColor20: #629cff;
644
- --sapLegendBackgroundColor1: #000;
645
- --sapLegendBackgroundColor2: #000;
646
- --sapLegendBackgroundColor3: #000;
647
- --sapLegendBackgroundColor4: #000;
648
- --sapLegendBackgroundColor5: #000;
649
- --sapLegendBackgroundColor6: #000;
650
- --sapLegendBackgroundColor7: #000;
651
- --sapLegendBackgroundColor8: #000;
652
- --sapLegendBackgroundColor9: #000;
653
- --sapLegendBackgroundColor10: #000;
654
- --sapLegendBackgroundColor11: #000;
655
- --sapLegendBackgroundColor12: #000;
656
- --sapLegendBackgroundColor13: #000;
657
- --sapLegendBackgroundColor14: #000;
658
- --sapLegendBackgroundColor15: #000;
659
- --sapLegendBackgroundColor16: #000;
660
- --sapLegendBackgroundColor17: #000;
661
- --sapLegendBackgroundColor18: #000;
662
- --sapLegendBackgroundColor19: #000;
663
- --sapLegendBackgroundColor20: #000;
664
- --sapChart_OrderedColor_1: #4da2f6;
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: #5c66f5;
671
- --sapChart_OrderedColor_8: #c53da4;
672
- --sapChart_OrderedColor_9: #6c8893;
673
- --sapChart_OrderedColor_10: #ee6868;
674
- --sapChart_OrderedColor_11: #387bb7;
675
- --sapChart_Bad: #ff5e5e;
676
- --sapChart_Critical: #ffab1d;
677
- --sapChart_Good: #99cc99;
678
- --sapChart_Neutral: #fff;
679
- --sapChart_Sequence_1: #4da2f6;
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: #5c66f5;
686
- --sapChart_Sequence_8: #c53da4;
687
- --sapChart_Sequence_9: #6c8893;
688
- --sapChart_Sequence_10: #ee6868;
689
- --sapChart_Sequence_11: #387bb7;
690
- --sapChart_Sequence_Neutral: #fff;
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
- }