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