@ui5/webcomponents-theming 2.21.0-rc.1 → 2.21.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +1488 -0
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +1488 -0
- package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +3 -1
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -1
- package/dist/generated/json-imports/Themes-node.js +3 -1
- package/dist/generated/json-imports/Themes-node.js.map +1 -1
- package/dist/generated/json-imports/Themes.js +3 -1
- package/dist/generated/json-imports/Themes.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +1489 -0
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +1489 -0
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,1489 @@
|
|
|
1
|
+
export default `:root {
|
|
2
|
+
color-scheme: light dark;
|
|
3
|
+
--_ui5-light-scheme: var(--_ui5-f2d95f8);
|
|
4
|
+
--_ui5-dark-scheme: ;
|
|
5
|
+
--sapThemeMetaData-Base-baseLib: {"Path": "Base.baseLib.sap_horizon_hcw.css_variables","PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css","Extends": ["sap_horizon_hcb","sap_horizon","baseTheme"],"Tags": ["Fiori_3","HighContrast","LightColorScheme"],"FallbackThemeId": "sap_fiori_3_hcw","Engine":{"Name": "theming-engine","Version": "17.0.3"},"Version":{"Build": "11.34.1.20260225145029","Source": "11.34.1"}};
|
|
6
|
+
--sapBrandColor: light-dark(#e97624, #795100);
|
|
7
|
+
--sapHighlightColor: light-dark(#e97624, #795100);
|
|
8
|
+
--sapBaseColor: light-dark(#fff, #000);
|
|
9
|
+
--sapShellColor: light-dark(#fff, #000);
|
|
10
|
+
--sapBackgroundColor: light-dark(#fff, #000);
|
|
11
|
+
--sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
12
|
+
--sapFontSize: .875rem;
|
|
13
|
+
--sapTextColor: light-dark(#000, #fff);
|
|
14
|
+
--sapLinkColor: light-dark(#000, #fff);
|
|
15
|
+
--sapCompanyLogo: none;
|
|
16
|
+
--sapFavicon: none;
|
|
17
|
+
--sapBackgroundImage: none;
|
|
18
|
+
--sapBackgroundImageOpacity: 1;
|
|
19
|
+
--sapBackgroundImageRepeat: false;
|
|
20
|
+
--sapSelectedColor: light-dark(#5c93ff, #0f5c93);
|
|
21
|
+
--sapHoverColor: light-dark(#e97624, #795100);
|
|
22
|
+
--sapActiveColor: light-dark(#e97624, #795100);
|
|
23
|
+
--sapTitleColor: light-dark(#000, #fff);
|
|
24
|
+
--sapNegativeColor: light-dark(#ab0000, #ff5e5e);
|
|
25
|
+
--sapCriticalColor: light-dark(#5c5c00, #ffab1d);
|
|
26
|
+
--sapPositiveColor: light-dark(#006362, #99cc99);
|
|
27
|
+
--sapInformativeColor: light-dark(#000, #fff);
|
|
28
|
+
--sapNeutralColor: light-dark(#000, #fff);
|
|
29
|
+
--sapNegativeElementColor: light-dark(#ab0000, #ff5e5e);
|
|
30
|
+
--sapCriticalElementColor: light-dark(#5c5c00, #ffab1d);
|
|
31
|
+
--sapPositiveElementColor: light-dark(#006362, #99cc99);
|
|
32
|
+
--sapInformativeElementColor: light-dark(#000, #fff);
|
|
33
|
+
--sapNeutralElementColor: light-dark(#000, #fff);
|
|
34
|
+
--sapNegativeTextColor: light-dark(#ab0000, #ff5e5e);
|
|
35
|
+
--sapCriticalTextColor: light-dark(#5c5c00, #ffab1d);
|
|
36
|
+
--sapPositiveTextColor: light-dark(#006362, #99cc99);
|
|
37
|
+
--sapInformativeTextColor: light-dark(#000, #fff);
|
|
38
|
+
--sapNeutralTextColor: light-dark(#000, #fff);
|
|
39
|
+
--sapErrorColor: light-dark(#ab0000, #ff5e5e);
|
|
40
|
+
--sapWarningColor: light-dark(#5c5c00, #ffab1d);
|
|
41
|
+
--sapSuccessColor: light-dark(#006362, #99cc99);
|
|
42
|
+
--sapInformationColor: light-dark(#000, #fff);
|
|
43
|
+
--sapErrorBackground: light-dark(#fff, #000);
|
|
44
|
+
--sapWarningBackground: light-dark(#fff, #000);
|
|
45
|
+
--sapSuccessBackground: light-dark(#fff, #000);
|
|
46
|
+
--sapInformationBackground: light-dark(#fff, #000);
|
|
47
|
+
--sapNeutralBackground: light-dark(#fff, #000);
|
|
48
|
+
--sapErrorBorderColor: light-dark(#ab0000, #ff5e5e);
|
|
49
|
+
--sapWarningBorderColor: light-dark(#5c5c00, #ffab1d);
|
|
50
|
+
--sapSuccessBorderColor: light-dark(#006362, #99cc99);
|
|
51
|
+
--sapInformationBorderColor: light-dark(#000, #fff);
|
|
52
|
+
--sapNeutralBorderColor: light-dark(#000, #fff);
|
|
53
|
+
--sapElement_LineHeight: 2.75rem;
|
|
54
|
+
--sapElement_Height: 2.25rem;
|
|
55
|
+
--sapElement_BorderWidth: .0625rem;
|
|
56
|
+
--sapElement_BorderCornerRadius: .25rem;
|
|
57
|
+
--sapElement_Compact_LineHeight: 2rem;
|
|
58
|
+
--sapElement_Compact_Height: 1.625rem;
|
|
59
|
+
--sapElement_Condensed_LineHeight: 1.5rem;
|
|
60
|
+
--sapElement_Condensed_Height: 1.375rem;
|
|
61
|
+
--sapContent_LineHeight: 1.5;
|
|
62
|
+
--sapContent_IconHeight: 1rem;
|
|
63
|
+
--sapContent_IconColor: light-dark(#000, #fff);
|
|
64
|
+
--sapContent_ContrastIconColor: light-dark(#000, #fff);
|
|
65
|
+
--sapContent_NonInteractiveIconColor: light-dark(#000, #fff);
|
|
66
|
+
--sapContent_MarkerIconColor: light-dark(#000, #fff);
|
|
67
|
+
--sapContent_MarkerTextColor: light-dark(#000, #fff);
|
|
68
|
+
--sapContent_MeasureIndicatorColor: light-dark(#000, #fff);
|
|
69
|
+
--sapContent_Selected_MeasureIndicatorColor: light-dark(#000, #fff);
|
|
70
|
+
--sapContent_Placeholderloading_Background: light-dark(#888, #666);
|
|
71
|
+
--sapContent_Placeholderloading_Gradient: var(--_ui5-light-scheme, linear-gradient(to right, #888 0%, #888 35%, #585858 50%, #888 65%, #888 100%)) var(--_ui5-dark-scheme, linear-gradient(to right, #666 0%, #666 35%, #999 50%, #666 65%, #666 100%));
|
|
72
|
+
--sapContent_ImagePlaceholderBackground: light-dark(#fff, #000);
|
|
73
|
+
--sapContent_ImagePlaceholderForegroundColor: light-dark(#000, #fff);
|
|
74
|
+
--sapContent_RatedColor: light-dark(#000, #fff);
|
|
75
|
+
--sapContent_UnratedColor: light-dark(#585858, #999);
|
|
76
|
+
--sapContent_BusyColor: light-dark(#000, #fff);
|
|
77
|
+
--sapContent_FocusColor: light-dark(#000, #fff);
|
|
78
|
+
--sapContent_FocusStyle: dotted;
|
|
79
|
+
--sapContent_FocusWidth: .125rem;
|
|
80
|
+
--sapContent_ContrastFocusColor: light-dark(#000, #fff);
|
|
81
|
+
--sapContent_ShadowColor: light-dark(#000, #fff);
|
|
82
|
+
--sapContent_ContrastShadowColor: light-dark(#000, #fff);
|
|
83
|
+
--sapContent_Shadow0: var(--_ui5-light-scheme, 0 0 0 .0625rem #000) var(--_ui5-dark-scheme, 0 0 0 .0625rem #fff);
|
|
84
|
+
--sapContent_Shadow1: var(--_ui5-light-scheme, 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff);
|
|
85
|
+
--sapContent_Shadow2: var(--_ui5-light-scheme, 0 .25rem 2rem 0 rgba(0,0,0,.6), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 .25rem 2rem 0 rgba(255,255,255,.6), 0 0 0 .125rem #fff);
|
|
86
|
+
--sapContent_Shadow3: var(--_ui5-light-scheme, 0 .625rem 4rem 0 rgba(0,0,0,.8), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 .625rem 4rem 0 rgba(255,255,255,.8), 0 0 0 .125rem #fff);
|
|
87
|
+
--sapContent_TextShadow: var(--_ui5-light-scheme, -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff) var(--_ui5-dark-scheme, -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000);
|
|
88
|
+
--sapContent_ContrastTextShadow: none;
|
|
89
|
+
--sapContent_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #000) var(--_ui5-dark-scheme, inset 0 -.125rem #fff);
|
|
90
|
+
--sapContent_Interaction_Shadow: none;
|
|
91
|
+
--sapContent_Selected_Shadow: none;
|
|
92
|
+
--sapContent_Negative_Shadow: none;
|
|
93
|
+
--sapContent_Critical_Shadow: none;
|
|
94
|
+
--sapContent_Positive_Shadow: none;
|
|
95
|
+
--sapContent_Informative_Shadow: none;
|
|
96
|
+
--sapContent_Neutral_Shadow: none;
|
|
97
|
+
--sapContent_SearchHighlightColor: light-dark(#e97624, #795100);
|
|
98
|
+
--sapContent_HelpColor: light-dark(#006800, #03ae03);
|
|
99
|
+
--sapContent_LabelColor: light-dark(#000, #fff);
|
|
100
|
+
--sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
|
|
101
|
+
--sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
|
|
102
|
+
--sapContent_IconFontFamily: "SAP-icons";
|
|
103
|
+
--sapContent_DisabledTextColor: light-dark(#888, #666);
|
|
104
|
+
--sapContent_DisabledOpacity: .4;
|
|
105
|
+
--sapContent_ContrastTextThreshold: .5;
|
|
106
|
+
--sapContent_ContrastTextColor: light-dark(#000, #fff);
|
|
107
|
+
--sapContent_ForegroundColor: light-dark(#fff, #000);
|
|
108
|
+
--sapContent_ForegroundBorderColor: light-dark(#000, #fff);
|
|
109
|
+
--sapContent_ForegroundTextColor: light-dark(#000, #fff);
|
|
110
|
+
--sapContent_BadgeBackground: light-dark(#000, #fff);
|
|
111
|
+
--sapContent_BadgeTextColor: light-dark(#fff, #000);
|
|
112
|
+
--sapContent_BadgeBorderColor: light-dark(#fff, #000);
|
|
113
|
+
--sapContent_DragAndDropActiveColor: light-dark(#006800, #03ae03);
|
|
114
|
+
--sapContent_Selected_TextColor: light-dark(#000, #fff);
|
|
115
|
+
--sapContent_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
116
|
+
--sapContent_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
117
|
+
--sapContent_Selected_ForegroundColor: light-dark(#000, #fff);
|
|
118
|
+
--sapContent_ForcedColorAdjust: none;
|
|
119
|
+
--sapContent_Lite_Shadow: var(--_ui5-light-scheme, 0 0 1rem 0 rgba(0,0,0,.5), 0 0 0 .125rem #000) var(--_ui5-dark-scheme, 0 0 1rem 0 rgba(255,255,255,.5), 0 0 0 .125rem #fff);
|
|
120
|
+
--sapContent_Illustrative_Color1: #9b015d;
|
|
121
|
+
--sapContent_Illustrative_Color2: light-dark(#56bdff, #4d82b8);
|
|
122
|
+
--sapContent_Illustrative_Color3: #ff7f4c;
|
|
123
|
+
--sapContent_Illustrative_Color4: light-dark(#00144a, #688fb7);
|
|
124
|
+
--sapContent_Illustrative_Color5: light-dark(#a9b4be, #fff);
|
|
125
|
+
--sapContent_Illustrative_Color6: light-dark(#d5dadd, #818f98);
|
|
126
|
+
--sapContent_Illustrative_Color7: light-dark(#dbf1ff, #101619);
|
|
127
|
+
--sapContent_Illustrative_Color8: light-dark(#fff, #d5dadd);
|
|
128
|
+
--sapContent_Illustrative_Color9: #0899a7;
|
|
129
|
+
--sapContent_Illustrative_Color10: light-dark(#dbf1ff, #ebf8ff);
|
|
130
|
+
--sapContent_Illustrative_Color11: light-dark(#df1278, #fa4f96);
|
|
131
|
+
--sapContent_Illustrative_Color12: #00a800;
|
|
132
|
+
--sapContent_Illustrative_Color13: light-dark(#0070f2, #3b5b7c);
|
|
133
|
+
--sapContent_Illustrative_Color14: light-dark(#0040b0, #2a4259);
|
|
134
|
+
--sapContent_Illustrative_Color15: #c35500;
|
|
135
|
+
--sapContent_Illustrative_Color16: #8d2a00;
|
|
136
|
+
--sapContent_Illustrative_Color17: #046c7c;
|
|
137
|
+
--sapContent_Illustrative_Color18: light-dark(#bce5ff, #2a4259);
|
|
138
|
+
--sapContent_Illustrative_Color19: light-dark(#a3dbff, #324e6b);
|
|
139
|
+
--sapContent_Illustrative_Color20: light-dark(#89d1ff, #222f3b);
|
|
140
|
+
--sapContent_Illustrative_Color21: light-dark(#1b90ff, #101619);
|
|
141
|
+
--sapContent_Illustrative_Color22: #00144a;
|
|
142
|
+
--sapContent_Illustrative_Color23: #d20a0a;
|
|
143
|
+
--sapContent_Illustrative_Color24: light-dark(#ffb2d2, #d094b0);
|
|
144
|
+
--sapContent_Illustrative_Color25: light-dark(#ffeaf4, #d0c1cb);
|
|
145
|
+
--sapContent_Illustrative_Color26: light-dark(#ffdf72, #d0b863);
|
|
146
|
+
--sapContent_Illustrative_Color27: light-dark(#fff8d6, #d0cdb3);
|
|
147
|
+
--sapContent_Illustrative_Color28: #a93e00;
|
|
148
|
+
--sapContent_Illustrative_Color29: #450b00;
|
|
149
|
+
--sapContent_Illustrative_Color30: #340800;
|
|
150
|
+
--sapContent_Illustrative_Color31: #ffab92;
|
|
151
|
+
--sapContent_Space_S: 1rem;
|
|
152
|
+
--sapContent_Space_M: 2rem;
|
|
153
|
+
--sapContent_Space_L: 2rem;
|
|
154
|
+
--sapContent_Space_XL: 3rem;
|
|
155
|
+
--sapContent_Space_Tiny: .5rem;
|
|
156
|
+
--sapContent_Space_Small: 1rem;
|
|
157
|
+
--sapContent_Space_Medium: 2rem;
|
|
158
|
+
--sapContent_Space_Large: 3rem;
|
|
159
|
+
--sapContent_Margin_Tiny: 0 0 1rem;
|
|
160
|
+
--sapContent_Margin_Small: 1rem;
|
|
161
|
+
--sapContent_Margin_Medium: 1rem 2rem;
|
|
162
|
+
--sapContent_Margin_Large: 1rem 3rem;
|
|
163
|
+
--sapContent_Margin_S: 0 0 1rem;
|
|
164
|
+
--sapContent_Margin_M: 1rem;
|
|
165
|
+
--sapContent_Margin_L: 1rem 2rem;
|
|
166
|
+
--sapContent_Margin_XL: 1rem 3rem;
|
|
167
|
+
--sapContent_Padding_S: 0rem;
|
|
168
|
+
--sapContent_Padding_M: 2rem;
|
|
169
|
+
--sapContent_Padding_L: 2rem;
|
|
170
|
+
--sapContent_Padding_XL: 3rem;
|
|
171
|
+
--sapContent_Gap: 1rem;
|
|
172
|
+
--sapContent_Success_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #006362) var(--_ui5-dark-scheme, inset 0 -.125rem #99cc99);
|
|
173
|
+
--sapContent_Warning_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #5c5c00) var(--_ui5-dark-scheme, inset 0 -.125rem #ffab1d);
|
|
174
|
+
--sapContent_Error_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #ab0000) var(--_ui5-dark-scheme, inset 0 -.125rem #ff5e5e);
|
|
175
|
+
--sapContent_Information_HeaderShadow: var(--_ui5-light-scheme, inset 0 -.125rem #000) var(--_ui5-dark-scheme, inset 0 -.125rem #fff);
|
|
176
|
+
--sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
177
|
+
--sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
178
|
+
--sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
179
|
+
--sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
180
|
+
--sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
|
|
181
|
+
--sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
182
|
+
--sapFontSmallSize: .75rem;
|
|
183
|
+
--sapFontLargeSize: 1rem;
|
|
184
|
+
--sapFontHeader1Size: 3rem;
|
|
185
|
+
--sapFontHeader2Size: 2rem;
|
|
186
|
+
--sapFontHeader3Size: 1.5rem;
|
|
187
|
+
--sapFontHeader4Size: 1.25rem;
|
|
188
|
+
--sapFontHeader5Size: 1rem;
|
|
189
|
+
--sapFontHeader6Size: .875rem;
|
|
190
|
+
--sapLink_TextDecoration: underline;
|
|
191
|
+
--sapLink_Hover_Color: light-dark(#000, #fff);
|
|
192
|
+
--sapLink_Hover_TextDecoration: none;
|
|
193
|
+
--sapLink_Active_Color: light-dark(#000, #fff);
|
|
194
|
+
--sapLink_Active_TextDecoration: underline;
|
|
195
|
+
--sapLink_Visited_Color: light-dark(#000, #fff);
|
|
196
|
+
--sapLink_InvertedColor: light-dark(#000, #fff);
|
|
197
|
+
--sapLink_SubtleColor: light-dark(#000, #fff);
|
|
198
|
+
--sapShell_Background: light-dark(#fff, #000);
|
|
199
|
+
--sapShell_BackgroundImage: var(--_ui5-light-scheme, linear-gradient(to bottom, #fff, #fff)) var(--_ui5-dark-scheme, linear-gradient(to bottom, #000, #000));
|
|
200
|
+
--sapShell_BackgroundImageOpacity: 1;
|
|
201
|
+
--sapShell_BackgroundImageRepeat: false;
|
|
202
|
+
--sapShell_BorderColor: light-dark(#000, #fff);
|
|
203
|
+
--sapShell_TextColor: light-dark(#000, #fff);
|
|
204
|
+
--sapShell_InteractiveBackground: light-dark(#fff, #000);
|
|
205
|
+
--sapShell_InteractiveTextColor: light-dark(#000, #fff);
|
|
206
|
+
--sapShell_InteractiveBorderColor: light-dark(#000, #fff);
|
|
207
|
+
--sapShell_GroupTitleTextColor: light-dark(#000, #fff);
|
|
208
|
+
--sapShell_GroupTitleTextShadow: var(--_ui5-light-scheme, -.0625rem 0 #fff, 0 .0625rem #fff, .0625rem 0 #fff, 0 -.0625rem #fff) var(--_ui5-dark-scheme, -.0625rem 0 #000, 0 .0625rem #000, .0625rem 0 #000, 0 -.0625rem #000);
|
|
209
|
+
--sapShell_Hover_Background: light-dark(#e97624, #795100);
|
|
210
|
+
--sapShell_Active_Background: light-dark(#e97624, #795100);
|
|
211
|
+
--sapShell_Active_TextColor: light-dark(#000, #fff);
|
|
212
|
+
--sapShell_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
213
|
+
--sapShell_Selected_TextColor: light-dark(#000, #fff);
|
|
214
|
+
--sapShell_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
215
|
+
--sapShell_Favicon: none;
|
|
216
|
+
--sapShell_Navigation_Background: light-dark(#fff, #000);
|
|
217
|
+
--sapShell_Navigation_Hover_Background: light-dark(#e97624, #795100);
|
|
218
|
+
--sapShell_Navigation_SelectedColor: light-dark(#000, #fff);
|
|
219
|
+
--sapShell_Navigation_Selected_TextColor: light-dark(#000, #fff);
|
|
220
|
+
--sapShell_Navigation_TextColor: light-dark(#000, #fff);
|
|
221
|
+
--sapShell_Navigation_Active_TextColor: light-dark(#000, #fff);
|
|
222
|
+
--sapShell_Navigation_Active_Background: light-dark(#e97624, #795100);
|
|
223
|
+
--sapShell_Shadow: var(--_ui5-light-scheme, 0 .125rem 0 0 #000) var(--_ui5-dark-scheme, 0 .125rem 0 0 #fff);
|
|
224
|
+
--sapShell_NegativeColor: light-dark(#ab0000, #ff5e5e);
|
|
225
|
+
--sapShell_CriticalColor: light-dark(#5c5c00, #ffab1d);
|
|
226
|
+
--sapShell_PositiveColor: light-dark(#006362, #99cc99);
|
|
227
|
+
--sapShell_InformativeColor: light-dark(#000, #fff);
|
|
228
|
+
--sapShell_NeutralColor: light-dark(#000, #fff);
|
|
229
|
+
--sapShell_Assistant_ForegroundColor: light-dark(#000, #fff);
|
|
230
|
+
--sapShell_SubBrand_TextColor: light-dark(#000, #fff);
|
|
231
|
+
--sapShell_Category_1_Background: light-dark(#fff, #000);
|
|
232
|
+
--sapShell_Category_1_BorderColor: light-dark(#004ccb, #6bd3ff);
|
|
233
|
+
--sapShell_Category_1_TextColor: light-dark(#000, #fff);
|
|
234
|
+
--sapShell_Category_1_TextShadow: none;
|
|
235
|
+
--sapShell_Category_2_Background: light-dark(#fff, #000);
|
|
236
|
+
--sapShell_Category_2_BorderColor: light-dark(#973333, #db9292);
|
|
237
|
+
--sapShell_Category_2_TextColor: light-dark(#000, #fff);
|
|
238
|
+
--sapShell_Category_2_TextShadow: none;
|
|
239
|
+
--sapShell_Category_3_Background: light-dark(#fff, #000);
|
|
240
|
+
--sapShell_Category_3_BorderColor: light-dark(#5f5800, #ffc847);
|
|
241
|
+
--sapShell_Category_3_TextColor: light-dark(#000, #fff);
|
|
242
|
+
--sapShell_Category_3_TextShadow: none;
|
|
243
|
+
--sapShell_Category_4_Background: light-dark(#fff, #000);
|
|
244
|
+
--sapShell_Category_4_BorderColor: light-dark(#6c3d62, #bb86b0);
|
|
245
|
+
--sapShell_Category_4_TextColor: light-dark(#000, #fff);
|
|
246
|
+
--sapShell_Category_4_TextShadow: none;
|
|
247
|
+
--sapShell_Category_5_Background: light-dark(#fff, #000);
|
|
248
|
+
--sapShell_Category_5_BorderColor: light-dark(#734f00, #cdaf9d);
|
|
249
|
+
--sapShell_Category_5_TextColor: light-dark(#000, #fff);
|
|
250
|
+
--sapShell_Category_5_TextShadow: none;
|
|
251
|
+
--sapShell_Category_6_Background: light-dark(#fff, #000);
|
|
252
|
+
--sapShell_Category_6_BorderColor: light-dark(#105b5b, #7fc6c6);
|
|
253
|
+
--sapShell_Category_6_TextColor: light-dark(#000, #fff);
|
|
254
|
+
--sapShell_Category_6_TextShadow: none;
|
|
255
|
+
--sapShell_Category_7_Background: light-dark(#fff, #000);
|
|
256
|
+
--sapShell_Category_7_BorderColor: light-dark(#961d7c, #e269c9);
|
|
257
|
+
--sapShell_Category_7_TextColor: light-dark(#000, #fff);
|
|
258
|
+
--sapShell_Category_7_TextShadow: none;
|
|
259
|
+
--sapShell_Category_8_Background: light-dark(#fff, #000);
|
|
260
|
+
--sapShell_Category_8_BorderColor: light-dark(#26340b, #b2e484);
|
|
261
|
+
--sapShell_Category_8_TextColor: light-dark(#000, #fff);
|
|
262
|
+
--sapShell_Category_8_TextShadow: none;
|
|
263
|
+
--sapShell_Category_9_Background: light-dark(#fff, #000);
|
|
264
|
+
--sapShell_Category_9_BorderColor: light-dark(#002a86, #4db1ff);
|
|
265
|
+
--sapShell_Category_9_TextColor: light-dark(#000, #fff);
|
|
266
|
+
--sapShell_Category_9_TextShadow: none;
|
|
267
|
+
--sapShell_Category_10_Background: light-dark(#fff, #000);
|
|
268
|
+
--sapShell_Category_10_BorderColor: light-dark(#47596c, #b0bcc5);
|
|
269
|
+
--sapShell_Category_10_TextColor: light-dark(#000, #fff);
|
|
270
|
+
--sapShell_Category_10_TextShadow: none;
|
|
271
|
+
--sapShell_Category_11_Background: light-dark(#fff, #000);
|
|
272
|
+
--sapShell_Category_11_BorderColor: light-dark(#af080b, #ff8787);
|
|
273
|
+
--sapShell_Category_11_TextColor: light-dark(#000, #fff);
|
|
274
|
+
--sapShell_Category_11_TextShadow: none;
|
|
275
|
+
--sapShell_Category_12_Background: light-dark(#fff, #000);
|
|
276
|
+
--sapShell_Category_12_BorderColor: light-dark(#7000e0, #d3b6ff);
|
|
277
|
+
--sapShell_Category_12_TextColor: light-dark(#000, #fff);
|
|
278
|
+
--sapShell_Category_12_TextShadow: none;
|
|
279
|
+
--sapShell_Category_13_Background: light-dark(#fff, #000);
|
|
280
|
+
--sapShell_Category_13_BorderColor: light-dark(#580440, #fdcef0);
|
|
281
|
+
--sapShell_Category_13_TextColor: light-dark(#000, #fff);
|
|
282
|
+
--sapShell_Category_13_TextShadow: none;
|
|
283
|
+
--sapShell_Category_14_Background: light-dark(#fff, #000);
|
|
284
|
+
--sapShell_Category_14_BorderColor: light-dark(#035663, #a4eeee);
|
|
285
|
+
--sapShell_Category_14_TextColor: light-dark(#000, #fff);
|
|
286
|
+
--sapShell_Category_14_TextShadow: none;
|
|
287
|
+
--sapShell_Category_15_Background: light-dark(#fff, #000);
|
|
288
|
+
--sapShell_Category_15_BorderColor: light-dark(#223548, #eaecee);
|
|
289
|
+
--sapShell_Category_15_TextColor: light-dark(#000, #fff);
|
|
290
|
+
--sapShell_Category_15_TextShadow: none;
|
|
291
|
+
--sapShell_Category_16_Background: light-dark(#fff, #000);
|
|
292
|
+
--sapShell_Category_16_BorderColor: light-dark(#1e592f, #b2e484);
|
|
293
|
+
--sapShell_Category_16_TextColor: light-dark(#000, #fff);
|
|
294
|
+
--sapShell_Category_16_TextShadow: none;
|
|
295
|
+
--sapShell_Space_S: .5rem;
|
|
296
|
+
--sapShell_Space_M: 2rem;
|
|
297
|
+
--sapShell_Space_L: 2rem;
|
|
298
|
+
--sapShell_Space_XL: 3rem;
|
|
299
|
+
--sapShell_Gap_S: .5rem;
|
|
300
|
+
--sapShell_Gap_M: 1rem;
|
|
301
|
+
--sapShell_Gap_L: 1rem;
|
|
302
|
+
--sapShell_Gap_XL: 1rem;
|
|
303
|
+
--sapShell_GroupGap_S: 2rem;
|
|
304
|
+
--sapShell_GroupGap_M: 3rem;
|
|
305
|
+
--sapShell_GroupGap_L: 3rem;
|
|
306
|
+
--sapShell_GroupGap_XL: 3rem;
|
|
307
|
+
--sapAssistant_Color1: light-dark(#000, #fff);
|
|
308
|
+
--sapAssistant_Color2: light-dark(#000, #fff);
|
|
309
|
+
--sapAssistant_BackgroundGradient: var(--_ui5-light-scheme, linear-gradient(#fff, #fff)) var(--_ui5-dark-scheme, linear-gradient(#000, #000));
|
|
310
|
+
--sapAssistant_Background: light-dark(#fff, #000);
|
|
311
|
+
--sapAssistant_BorderColor: light-dark(#000, #fff);
|
|
312
|
+
--sapAssistant_TextColor: light-dark(#000, #fff);
|
|
313
|
+
--sapAssistant_Hover_Background: light-dark(#e97624, #795100);
|
|
314
|
+
--sapAssistant_Hover_BorderColor: light-dark(#000, #fff);
|
|
315
|
+
--sapAssistant_Hover_TextColor: light-dark(#000, #fff);
|
|
316
|
+
--sapAssistant_Active_Background: light-dark(#e97624, #795100);
|
|
317
|
+
--sapAssistant_Active_BorderColor: light-dark(#000, #fff);
|
|
318
|
+
--sapAssistant_Active_TextColor: light-dark(#000, #fff);
|
|
319
|
+
--sapAssistant_Question_Background: light-dark(#fff, #000);
|
|
320
|
+
--sapAssistant_Question_BorderColor: light-dark(#000, #fff);
|
|
321
|
+
--sapAssistant_Question_TextColor: light-dark(#000, #fff);
|
|
322
|
+
--sapAssistant_Answer_Background: light-dark(#b3b3b3, #585858);
|
|
323
|
+
--sapAssistant_Answer_BorderColor: light-dark(#000, #fff);
|
|
324
|
+
--sapAssistant_Answer_TextColor: light-dark(#000, #fff);
|
|
325
|
+
--sapAvatar_1_Background: light-dark(#fff, #000);
|
|
326
|
+
--sapAvatar_1_BorderColor: light-dark(#000, #fff);
|
|
327
|
+
--sapAvatar_1_TextColor: light-dark(#000, #fff);
|
|
328
|
+
--sapAvatar_1_Hover_Background: light-dark(#e97624, #795100);
|
|
329
|
+
--sapAvatar_2_Background: light-dark(#fff, #000);
|
|
330
|
+
--sapAvatar_2_BorderColor: light-dark(#000, #fff);
|
|
331
|
+
--sapAvatar_2_TextColor: light-dark(#000, #fff);
|
|
332
|
+
--sapAvatar_2_Hover_Background: light-dark(#e97624, #795100);
|
|
333
|
+
--sapAvatar_3_Background: light-dark(#fff, #000);
|
|
334
|
+
--sapAvatar_3_BorderColor: light-dark(#000, #fff);
|
|
335
|
+
--sapAvatar_3_TextColor: light-dark(#000, #fff);
|
|
336
|
+
--sapAvatar_3_Hover_Background: light-dark(#e97624, #795100);
|
|
337
|
+
--sapAvatar_4_Background: light-dark(#fff, #000);
|
|
338
|
+
--sapAvatar_4_BorderColor: light-dark(#000, #fff);
|
|
339
|
+
--sapAvatar_4_TextColor: light-dark(#000, #fff);
|
|
340
|
+
--sapAvatar_4_Hover_Background: light-dark(#e97624, #795100);
|
|
341
|
+
--sapAvatar_5_Background: light-dark(#fff, #000);
|
|
342
|
+
--sapAvatar_5_BorderColor: light-dark(#000, #fff);
|
|
343
|
+
--sapAvatar_5_TextColor: light-dark(#000, #fff);
|
|
344
|
+
--sapAvatar_5_Hover_Background: light-dark(#e97624, #795100);
|
|
345
|
+
--sapAvatar_6_Background: light-dark(#fff, #000);
|
|
346
|
+
--sapAvatar_6_BorderColor: light-dark(#000, #fff);
|
|
347
|
+
--sapAvatar_6_TextColor: light-dark(#000, #fff);
|
|
348
|
+
--sapAvatar_6_Hover_Background: light-dark(#e97624, #795100);
|
|
349
|
+
--sapAvatar_7_Background: light-dark(#fff, #000);
|
|
350
|
+
--sapAvatar_7_BorderColor: light-dark(#000, #fff);
|
|
351
|
+
--sapAvatar_7_TextColor: light-dark(#000, #fff);
|
|
352
|
+
--sapAvatar_7_Hover_Background: light-dark(#e97624, #795100);
|
|
353
|
+
--sapAvatar_8_Background: light-dark(#fff, #000);
|
|
354
|
+
--sapAvatar_8_BorderColor: light-dark(#000, #fff);
|
|
355
|
+
--sapAvatar_8_TextColor: light-dark(#000, #fff);
|
|
356
|
+
--sapAvatar_8_Hover_Background: light-dark(#e97624, #795100);
|
|
357
|
+
--sapAvatar_9_Background: light-dark(#fff, #000);
|
|
358
|
+
--sapAvatar_9_BorderColor: light-dark(#000, #fff);
|
|
359
|
+
--sapAvatar_9_TextColor: light-dark(#000, #fff);
|
|
360
|
+
--sapAvatar_9_Hover_Background: light-dark(#e97624, #795100);
|
|
361
|
+
--sapAvatar_10_Background: light-dark(#fff, #000);
|
|
362
|
+
--sapAvatar_10_BorderColor: light-dark(#000, #fff);
|
|
363
|
+
--sapAvatar_10_TextColor: light-dark(#000, #fff);
|
|
364
|
+
--sapAvatar_10_Hover_Background: light-dark(#e97624, #795100);
|
|
365
|
+
--sapAvatar_Lite_BorderColor: light-dark(#000, #fff);
|
|
366
|
+
--sapAvatar_Lite_Background: light-dark(#fff, #000);
|
|
367
|
+
--sapAvatar_Hover_BorderColor: light-dark(#000, #fff);
|
|
368
|
+
--sapButton_Background: light-dark(#fff, #000);
|
|
369
|
+
--sapButton_BorderColor: light-dark(#000, #fff);
|
|
370
|
+
--sapButton_BorderWidth: .0625rem;
|
|
371
|
+
--sapButton_BorderCornerRadius: .375rem;
|
|
372
|
+
--sapButton_TextColor: light-dark(#000, #fff);
|
|
373
|
+
--sapButton_FontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
374
|
+
--sapButton_Hover_Background: light-dark(#e97624, #795100);
|
|
375
|
+
--sapButton_Hover_BorderColor: light-dark(#000, #fff);
|
|
376
|
+
--sapButton_Hover_TextColor: light-dark(#000, #fff);
|
|
377
|
+
--sapButton_IconColor: light-dark(#000, #fff);
|
|
378
|
+
--sapButton_Active_Background: light-dark(#e97624, #795100);
|
|
379
|
+
--sapButton_Active_BorderColor: light-dark(#000, #fff);
|
|
380
|
+
--sapButton_Active_TextColor: light-dark(#000, #fff);
|
|
381
|
+
--sapButton_Emphasized_Background: light-dark(#fff, #000);
|
|
382
|
+
--sapButton_Emphasized_BorderColor: light-dark(#000, #fff);
|
|
383
|
+
--sapButton_Emphasized_BorderWidth: .125rem;
|
|
384
|
+
--sapButton_Emphasized_TextColor: light-dark(#000, #fff);
|
|
385
|
+
--sapButton_Emphasized_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
386
|
+
--sapButton_Emphasized_Hover_Background: light-dark(#e97624, #795100);
|
|
387
|
+
--sapButton_Emphasized_Hover_BorderColor: light-dark(#000, #fff);
|
|
388
|
+
--sapButton_Emphasized_Hover_TextColor: light-dark(#000, #fff);
|
|
389
|
+
--sapButton_Emphasized_Active_Background: light-dark(#e97624, #795100);
|
|
390
|
+
--sapButton_Emphasized_Active_BorderColor: light-dark(#000, #fff);
|
|
391
|
+
--sapButton_Emphasized_Active_TextColor: light-dark(#000, #fff);
|
|
392
|
+
--sapButton_Emphasized_TextShadow: transparent;
|
|
393
|
+
--sapButton_Reject_Background: light-dark(#fff, #000);
|
|
394
|
+
--sapButton_Reject_BorderColor: light-dark(#000, #fff);
|
|
395
|
+
--sapButton_Reject_TextColor: light-dark(#000, #fff);
|
|
396
|
+
--sapButton_Reject_Hover_Background: light-dark(#e97624, #795100);
|
|
397
|
+
--sapButton_Reject_Hover_BorderColor: light-dark(#000, #fff);
|
|
398
|
+
--sapButton_Reject_Hover_TextColor: light-dark(#000, #fff);
|
|
399
|
+
--sapButton_Reject_Active_Background: light-dark(#e97624, #795100);
|
|
400
|
+
--sapButton_Reject_Active_BorderColor: light-dark(#000, #fff);
|
|
401
|
+
--sapButton_Reject_Active_TextColor: light-dark(#000, #fff);
|
|
402
|
+
--sapButton_Reject_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
403
|
+
--sapButton_Reject_Selected_BorderColor: light-dark(#000, #fff);
|
|
404
|
+
--sapButton_Reject_Selected_TextColor: light-dark(#000, #fff);
|
|
405
|
+
--sapButton_Reject_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
406
|
+
--sapButton_Reject_Selected_Hover_BorderColor: light-dark(#000, #fff);
|
|
407
|
+
--sapButton_Accept_Background: light-dark(#fff, #000);
|
|
408
|
+
--sapButton_Accept_BorderColor: light-dark(#000, #fff);
|
|
409
|
+
--sapButton_Accept_TextColor: light-dark(#000, #fff);
|
|
410
|
+
--sapButton_Accept_Hover_Background: light-dark(#e97624, #795100);
|
|
411
|
+
--sapButton_Accept_Hover_BorderColor: light-dark(#000, #fff);
|
|
412
|
+
--sapButton_Accept_Hover_TextColor: light-dark(#000, #fff);
|
|
413
|
+
--sapButton_Accept_Active_Background: light-dark(#e97624, #795100);
|
|
414
|
+
--sapButton_Accept_Active_BorderColor: light-dark(#000, #fff);
|
|
415
|
+
--sapButton_Accept_Active_TextColor: light-dark(#000, #fff);
|
|
416
|
+
--sapButton_Accept_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
417
|
+
--sapButton_Accept_Selected_BorderColor: light-dark(#000, #fff);
|
|
418
|
+
--sapButton_Accept_Selected_TextColor: light-dark(#000, #fff);
|
|
419
|
+
--sapButton_Accept_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
420
|
+
--sapButton_Accept_Selected_Hover_BorderColor: light-dark(#000, #fff);
|
|
421
|
+
--sapButton_Lite_Background: light-dark(#fff, #000);
|
|
422
|
+
--sapButton_Lite_BorderColor: light-dark(#000, #fff);
|
|
423
|
+
--sapButton_Lite_TextColor: light-dark(#000, #fff);
|
|
424
|
+
--sapButton_Lite_Hover_Background: light-dark(#e97624, #795100);
|
|
425
|
+
--sapButton_Lite_Hover_BorderColor: light-dark(#000, #fff);
|
|
426
|
+
--sapButton_Lite_Hover_TextColor: light-dark(#000, #fff);
|
|
427
|
+
--sapButton_Lite_Active_Background: light-dark(#e97624, #795100);
|
|
428
|
+
--sapButton_Lite_Active_BorderColor: light-dark(#000, #fff);
|
|
429
|
+
--sapButton_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
430
|
+
--sapButton_Selected_BorderColor: light-dark(#000, #fff);
|
|
431
|
+
--sapButton_Selected_TextColor: light-dark(#000, #fff);
|
|
432
|
+
--sapButton_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
433
|
+
--sapButton_Selected_Hover_BorderColor: light-dark(#000, #fff);
|
|
434
|
+
--sapButton_Attention_Background: light-dark(#fff, #000);
|
|
435
|
+
--sapButton_Attention_BorderColor: light-dark(#000, #fff);
|
|
436
|
+
--sapButton_Attention_TextColor: light-dark(#000, #fff);
|
|
437
|
+
--sapButton_Attention_Hover_Background: light-dark(#e97624, #795100);
|
|
438
|
+
--sapButton_Attention_Hover_BorderColor: light-dark(#000, #fff);
|
|
439
|
+
--sapButton_Attention_Hover_TextColor: light-dark(#000, #fff);
|
|
440
|
+
--sapButton_Attention_Active_Background: light-dark(#e97624, #795100);
|
|
441
|
+
--sapButton_Attention_Active_BorderColor: light-dark(#000, #fff);
|
|
442
|
+
--sapButton_Attention_Active_TextColor: light-dark(#000, #fff);
|
|
443
|
+
--sapButton_Attention_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
444
|
+
--sapButton_Attention_Selected_BorderColor: light-dark(#000, #fff);
|
|
445
|
+
--sapButton_Attention_Selected_TextColor: light-dark(#000, #fff);
|
|
446
|
+
--sapButton_Attention_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
447
|
+
--sapButton_Attention_Selected_Hover_BorderColor: light-dark(#000, #fff);
|
|
448
|
+
--sapButton_Negative_Background: light-dark(#fff, #000);
|
|
449
|
+
--sapButton_Negative_BorderColor: light-dark(#000, #fff);
|
|
450
|
+
--sapButton_Negative_TextColor: light-dark(#000, #fff);
|
|
451
|
+
--sapButton_Negative_Hover_Background: light-dark(#e97624, #795100);
|
|
452
|
+
--sapButton_Negative_Hover_BorderColor: light-dark(#000, #fff);
|
|
453
|
+
--sapButton_Negative_Hover_TextColor: light-dark(#000, #fff);
|
|
454
|
+
--sapButton_Negative_Active_Background: light-dark(#e97624, #795100);
|
|
455
|
+
--sapButton_Negative_Active_BorderColor: light-dark(#000, #fff);
|
|
456
|
+
--sapButton_Negative_Active_TextColor: light-dark(#000, #fff);
|
|
457
|
+
--sapButton_Critical_Background: light-dark(#fff, #000);
|
|
458
|
+
--sapButton_Critical_BorderColor: light-dark(#000, #fff);
|
|
459
|
+
--sapButton_Critical_TextColor: light-dark(#000, #fff);
|
|
460
|
+
--sapButton_Critical_Hover_Background: light-dark(#e97624, #795100);
|
|
461
|
+
--sapButton_Critical_Hover_BorderColor: light-dark(#000, #fff);
|
|
462
|
+
--sapButton_Critical_Hover_TextColor: light-dark(#000, #fff);
|
|
463
|
+
--sapButton_Critical_Active_Background: light-dark(#e97624, #795100);
|
|
464
|
+
--sapButton_Critical_Active_BorderColor: light-dark(#000, #fff);
|
|
465
|
+
--sapButton_Critical_Active_TextColor: light-dark(#000, #fff);
|
|
466
|
+
--sapButton_Success_Background: light-dark(#fff, #000);
|
|
467
|
+
--sapButton_Success_BorderColor: light-dark(#000, #fff);
|
|
468
|
+
--sapButton_Success_TextColor: light-dark(#000, #fff);
|
|
469
|
+
--sapButton_Success_Hover_Background: light-dark(#e97624, #795100);
|
|
470
|
+
--sapButton_Success_Hover_BorderColor: light-dark(#000, #fff);
|
|
471
|
+
--sapButton_Success_Hover_TextColor: light-dark(#000, #fff);
|
|
472
|
+
--sapButton_Success_Active_Background: light-dark(#e97624, #795100);
|
|
473
|
+
--sapButton_Success_Active_BorderColor: light-dark(#000, #fff);
|
|
474
|
+
--sapButton_Success_Active_TextColor: light-dark(#000, #fff);
|
|
475
|
+
--sapButton_Information_Background: light-dark(#fff, #000);
|
|
476
|
+
--sapButton_Information_BorderColor: light-dark(#000, #fff);
|
|
477
|
+
--sapButton_Information_TextColor: light-dark(#000, #fff);
|
|
478
|
+
--sapButton_Information_Hover_Background: light-dark(#e97624, #795100);
|
|
479
|
+
--sapButton_Information_Hover_BorderColor: light-dark(#000, #fff);
|
|
480
|
+
--sapButton_Information_Hover_TextColor: light-dark(#000, #fff);
|
|
481
|
+
--sapButton_Information_Active_Background: light-dark(#e97624, #795100);
|
|
482
|
+
--sapButton_Information_Active_BorderColor: light-dark(#000, #fff);
|
|
483
|
+
--sapButton_Information_Active_TextColor: light-dark(#000, #fff);
|
|
484
|
+
--sapButton_Neutral_Background: light-dark(#fff, #000);
|
|
485
|
+
--sapButton_Neutral_BorderColor: light-dark(#000, #fff);
|
|
486
|
+
--sapButton_Neutral_TextColor: light-dark(#000, #fff);
|
|
487
|
+
--sapButton_Neutral_Hover_Background: light-dark(#e97624, #795100);
|
|
488
|
+
--sapButton_Neutral_Hover_BorderColor: light-dark(#000, #fff);
|
|
489
|
+
--sapButton_Neutral_Hover_TextColor: light-dark(#000, #fff);
|
|
490
|
+
--sapButton_Neutral_Active_Background: light-dark(#e97624, #795100);
|
|
491
|
+
--sapButton_Neutral_Active_BorderColor: light-dark(#000, #fff);
|
|
492
|
+
--sapButton_Neutral_Active_TextColor: light-dark(#000, #fff);
|
|
493
|
+
--sapButton_Track_Background: light-dark(#fff, #000);
|
|
494
|
+
--sapButton_Track_BorderColor: light-dark(#000, #fff);
|
|
495
|
+
--sapButton_Track_TextColor: light-dark(#000, #fff);
|
|
496
|
+
--sapButton_Track_Hover_Background: light-dark(#e97624, #795100);
|
|
497
|
+
--sapButton_Track_Hover_BorderColor: light-dark(#000, #fff);
|
|
498
|
+
--sapButton_Track_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
499
|
+
--sapButton_Track_Selected_BorderColor: light-dark(#000, #fff);
|
|
500
|
+
--sapButton_Track_Selected_TextColor: light-dark(#000, #fff);
|
|
501
|
+
--sapButton_Track_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
502
|
+
--sapButton_Track_Selected_Hover_BorderColor: light-dark(#000, #fff);
|
|
503
|
+
--sapButton_Handle_Background: light-dark(#fff, #000);
|
|
504
|
+
--sapButton_Handle_BorderColor: light-dark(#000, #fff);
|
|
505
|
+
--sapButton_Handle_TextColor: light-dark(#000, #fff);
|
|
506
|
+
--sapButton_Handle_Hover_Background: light-dark(#e97624, #795100);
|
|
507
|
+
--sapButton_Handle_Hover_BorderColor: light-dark(#000, #fff);
|
|
508
|
+
--sapButton_Handle_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
509
|
+
--sapButton_Handle_Selected_BorderColor: light-dark(#000, #fff);
|
|
510
|
+
--sapButton_Handle_Selected_TextColor: light-dark(#000, #fff);
|
|
511
|
+
--sapButton_Handle_Selected_Hover_Background: light-dark(#e97624, #795100);
|
|
512
|
+
--sapButton_Handle_Selected_Hover_BorderColor: light-dark(#000, #fff);
|
|
513
|
+
--sapButton_Track_Negative_Background: light-dark(#fff, #000);
|
|
514
|
+
--sapButton_Track_Negative_BorderColor: light-dark(#ab0000, #ff5e5e);
|
|
515
|
+
--sapButton_Track_Negative_TextColor: light-dark(#000, #fff);
|
|
516
|
+
--sapButton_Track_Negative_Hover_Background: light-dark(#e97624, #795100);
|
|
517
|
+
--sapButton_Track_Negative_Hover_BorderColor: light-dark(#ab0000, #ff5e5e);
|
|
518
|
+
--sapButton_Handle_Negative_Background: light-dark(#fff, #000);
|
|
519
|
+
--sapButton_Handle_Negative_BorderColor: light-dark(#ab0000, #ff5e5e);
|
|
520
|
+
--sapButton_Handle_Negative_TextColor: light-dark(#000, #fff);
|
|
521
|
+
--sapButton_Handle_Negative_Hover_Background: light-dark(#e97624, #795100);
|
|
522
|
+
--sapButton_Handle_Negative_Hover_BorderColor: light-dark(#ab0000, #ff5e5e);
|
|
523
|
+
--sapButton_Track_Positive_Background: light-dark(#fff, #000);
|
|
524
|
+
--sapButton_Track_Positive_BorderColor: light-dark(#006362, #99cc99);
|
|
525
|
+
--sapButton_Track_Positive_TextColor: light-dark(#000, #fff);
|
|
526
|
+
--sapButton_Track_Positive_Hover_Background: light-dark(#e97624, #795100);
|
|
527
|
+
--sapButton_Track_Positive_Hover_BorderColor: light-dark(#000, #fff);
|
|
528
|
+
--sapButton_Handle_Positive_Background: light-dark(#fff, #000);
|
|
529
|
+
--sapButton_Handle_Positive_BorderColor: light-dark(#006362, #99cc99);
|
|
530
|
+
--sapButton_Handle_Positive_TextColor: light-dark(#000, #fff);
|
|
531
|
+
--sapButton_Handle_Positive_Hover_Background: light-dark(#e97624, #795100);
|
|
532
|
+
--sapButton_Handle_Positive_Hover_BorderColor: light-dark(#006362, #99cc99);
|
|
533
|
+
--sapButton_TokenBackground: light-dark(#fff, #000);
|
|
534
|
+
--sapButton_TokenBorderColor: light-dark(#000, #fff);
|
|
535
|
+
--sapButton_TokenBorderCornerRadius: .25rem;
|
|
536
|
+
--sapButton_Selected_TokenBorderWidth: 0;
|
|
537
|
+
--sapButton_ReadOnly_TokenBackground: light-dark(#b3b3b3, #585858);
|
|
538
|
+
--sapButton_Segment_BorderCornerRadius: 0;
|
|
539
|
+
--sapField_Background: light-dark(#fff, #000);
|
|
540
|
+
--sapField_BackgroundStyle: none;
|
|
541
|
+
--sapField_TextColor: light-dark(#000, #fff);
|
|
542
|
+
--sapField_PlaceholderTextColor: light-dark(#585858, #999);
|
|
543
|
+
--sapField_BorderColor: light-dark(#000, #fff);
|
|
544
|
+
--sapField_HelpBackground: light-dark(#fff, #000);
|
|
545
|
+
--sapField_BorderWidth: .125rem;
|
|
546
|
+
--sapField_BorderStyle: solid;
|
|
547
|
+
--sapField_BorderCornerRadius: 0;
|
|
548
|
+
--sapField_Shadow: none;
|
|
549
|
+
--sapField_Hover_Background: light-dark(#fff, #000);
|
|
550
|
+
--sapField_Hover_BackgroundStyle: none;
|
|
551
|
+
--sapField_Hover_BorderColor: light-dark(#000, #fff);
|
|
552
|
+
--sapField_Hover_HelpBackground: light-dark(#fff, #000);
|
|
553
|
+
--sapField_Hover_Shadow: none;
|
|
554
|
+
--sapField_Hover_InvalidShadow: none;
|
|
555
|
+
--sapField_Hover_WarningShadow: none;
|
|
556
|
+
--sapField_Hover_SuccessShadow: none;
|
|
557
|
+
--sapField_Hover_InformationShadow: none;
|
|
558
|
+
--sapField_Active_BorderColor: light-dark(#000, #fff);
|
|
559
|
+
--sapField_Focus_Background: light-dark(#fff, #000);
|
|
560
|
+
--sapField_Focus_BorderColor: light-dark(#000, #fff);
|
|
561
|
+
--sapField_Focus_HelpBackground: light-dark(#fff, #000);
|
|
562
|
+
--sapField_ReadOnly_Background: light-dark(#b3b3b3, #585858);
|
|
563
|
+
--sapField_ReadOnly_BackgroundStyle: none;
|
|
564
|
+
--sapField_ReadOnly_BorderColor: light-dark(#000, #fff);
|
|
565
|
+
--sapField_ReadOnly_BorderStyle: solid;
|
|
566
|
+
--sapField_ReadOnly_HelpBackground: light-dark(#b3b3b3, #585858);
|
|
567
|
+
--sapField_RequiredColor: light-dark(#000, #fff);
|
|
568
|
+
--sapField_InvalidColor: light-dark(#000, #fff);
|
|
569
|
+
--sapField_InvalidBackground: light-dark(#e97624, #795100);
|
|
570
|
+
--sapField_InvalidBackgroundStyle: none;
|
|
571
|
+
--sapField_InvalidBorderWidth: .125rem;
|
|
572
|
+
--sapField_InvalidBorderStyle: dashed;
|
|
573
|
+
--sapField_InvalidShadow: none;
|
|
574
|
+
--sapField_WarningColor: light-dark(#000, #fff);
|
|
575
|
+
--sapField_WarningBackground: light-dark(#fff, #000);
|
|
576
|
+
--sapField_WarningBackgroundStyle: none;
|
|
577
|
+
--sapField_WarningBorderWidth: .125rem;
|
|
578
|
+
--sapField_WarningBorderStyle: dashed;
|
|
579
|
+
--sapField_WarningShadow: none;
|
|
580
|
+
--sapField_SuccessColor: light-dark(#000, #fff);
|
|
581
|
+
--sapField_SuccessBackground: light-dark(#fff, #000);
|
|
582
|
+
--sapField_SuccessBackgroundStyle: none;
|
|
583
|
+
--sapField_SuccessBorderWidth: .125rem;
|
|
584
|
+
--sapField_SuccessBorderStyle: solid;
|
|
585
|
+
--sapField_SuccessShadow: none;
|
|
586
|
+
--sapField_InformationColor: light-dark(#000, #fff);
|
|
587
|
+
--sapField_InformationBackground: light-dark(#fff, #000);
|
|
588
|
+
--sapField_InformationBackgroundStyle: none;
|
|
589
|
+
--sapField_InformationBorderWidth: .0625rem;
|
|
590
|
+
--sapField_InformationBorderStyle: dashed;
|
|
591
|
+
--sapField_InformationShadow: none;
|
|
592
|
+
--sapField_Selector_Hover_Background: light-dark(#5c93ff, #0f5c93);
|
|
593
|
+
--sapField_Selector_Hover_InvalidBackground: light-dark(#e97624, #795100);
|
|
594
|
+
--sapField_Selector_Hover_WarningBackground: light-dark(#fff, #000);
|
|
595
|
+
--sapField_Selector_Hover_SuccessBackground: light-dark(#fff, #000);
|
|
596
|
+
--sapField_Selector_Hover_InformationBackground: light-dark(#fff, #000);
|
|
597
|
+
--sapField_Picker_BorderColor: light-dark(#fff, #000);
|
|
598
|
+
--sapField_Picker_BorderWidth: .125rem;
|
|
599
|
+
--sapField_Selector_BorderStyle: solid;
|
|
600
|
+
--sapField_Selector_ReadOnly_BorderStyle: solid;
|
|
601
|
+
--sapField_Selector_InvalidBorderStyle: dashed;
|
|
602
|
+
--sapField_Selector_WarningBorderStyle: dashed;
|
|
603
|
+
--sapField_Selector_SuccessBorderStyle: solid;
|
|
604
|
+
--sapField_Selector_InformationBorderStyle: dashed;
|
|
605
|
+
--sapGroup_TitleBorderWidth: .125rem;
|
|
606
|
+
--sapGroup_TitleBackground: light-dark(#fff, #000);
|
|
607
|
+
--sapGroup_TitleBorderColor: light-dark(#000, #fff);
|
|
608
|
+
--sapGroup_TitleTextColor: light-dark(#000, #fff);
|
|
609
|
+
--sapGroup_Title_FontSize: 1rem;
|
|
610
|
+
--sapGroup_ContentBackground: light-dark(#fff, #000);
|
|
611
|
+
--sapGroup_ContentBorderColor: light-dark(#000, #fff);
|
|
612
|
+
--sapGroup_BorderWidth: .0625rem;
|
|
613
|
+
--sapGroup_BorderCornerRadius: 0;
|
|
614
|
+
--sapGroup_FooterBackground: light-dark(#fff, #000);
|
|
615
|
+
--sapToolbar_Background: light-dark(#fff, #000);
|
|
616
|
+
--sapToolbar_SeparatorColor: light-dark(#000, #fff);
|
|
617
|
+
--sapList_HeaderBackground: light-dark(#fff, #000);
|
|
618
|
+
--sapList_HeaderBorderColor: light-dark(#000, #fff);
|
|
619
|
+
--sapList_HeaderTextColor: light-dark(#000, #fff);
|
|
620
|
+
--sapList_BorderColor: light-dark(#585858, #999);
|
|
621
|
+
--sapList_BorderWidth: .0625rem;
|
|
622
|
+
--sapList_TextColor: light-dark(#000, #fff);
|
|
623
|
+
--sapList_Active_TextColor: light-dark(#000, #fff);
|
|
624
|
+
--sapList_Active_Background: light-dark(#e97624, #795100);
|
|
625
|
+
--sapList_SelectionBackgroundColor: light-dark(#5c93ff, #0f5c93);
|
|
626
|
+
--sapList_SelectionBorderColor: light-dark(#000, #fff);
|
|
627
|
+
--sapList_Hover_SelectionBackground: light-dark(#e97624, #795100);
|
|
628
|
+
--sapList_Background: light-dark(#fff, #000);
|
|
629
|
+
--sapList_Hover_Background: light-dark(#e97624, #795100);
|
|
630
|
+
--sapList_AlternatingBackground: light-dark(#e6e6e6, #262626);
|
|
631
|
+
--sapList_GroupHeaderBackground: light-dark(#fff, #000);
|
|
632
|
+
--sapList_GroupHeaderBorderColor: light-dark(#000, #fff);
|
|
633
|
+
--sapList_GroupHeaderTextColor: light-dark(#000, #fff);
|
|
634
|
+
--sapList_TableGroupHeaderBackground: light-dark(#b3b3b3, #585858);
|
|
635
|
+
--sapList_TableGroupHeaderBorderColor: light-dark(#000, #fff);
|
|
636
|
+
--sapList_TableGroupHeaderTextColor: light-dark(#000, #fff);
|
|
637
|
+
--sapList_FooterBackground: light-dark(#fff, #000);
|
|
638
|
+
--sapList_FooterTextColor: light-dark(#000, #fff);
|
|
639
|
+
--sapList_TableFooterBorder: light-dark(#000, #fff);
|
|
640
|
+
--sapList_TableFixedBorderColor: light-dark(#000, #fff);
|
|
641
|
+
--sapList_TableFixedColumnBorderWidth: .1875rem;
|
|
642
|
+
--sapList_TableFixedRowBorderWidth: .1875rem;
|
|
643
|
+
--sapMessage_BorderWidth: .125rem;
|
|
644
|
+
--sapMessage_ErrorBorderColor: light-dark(#ab0000, #ff5e5e);
|
|
645
|
+
--sapMessage_WarningBorderColor: light-dark(#5c5c00, #ffab1d);
|
|
646
|
+
--sapMessage_SuccessBorderColor: light-dark(#006362, #99cc99);
|
|
647
|
+
--sapMessage_InformationBorderColor: light-dark(#000, #fff);
|
|
648
|
+
--sapMessage_Button_Hover_Background: light-dark(#e97624, #795100);
|
|
649
|
+
--sapPopover_BorderCornerRadius: .25rem;
|
|
650
|
+
--sapProgress_Background: light-dark(#fff, #000);
|
|
651
|
+
--sapProgress_BorderColor: light-dark(#000, #fff);
|
|
652
|
+
--sapProgress_TextColor: light-dark(#000, #fff);
|
|
653
|
+
--sapProgress_FontSize: .875rem;
|
|
654
|
+
--sapProgress_NegativeBackground: light-dark(#fff, #000);
|
|
655
|
+
--sapProgress_NegativeBorderColor: light-dark(#000, #fff);
|
|
656
|
+
--sapProgress_NegativeTextColor: light-dark(#000, #fff);
|
|
657
|
+
--sapProgress_CriticalBackground: light-dark(#fff, #000);
|
|
658
|
+
--sapProgress_CriticalBorderColor: light-dark(#000, #fff);
|
|
659
|
+
--sapProgress_CriticalTextColor: light-dark(#000, #fff);
|
|
660
|
+
--sapProgress_PositiveBackground: light-dark(#fff, #000);
|
|
661
|
+
--sapProgress_PositiveBorderColor: light-dark(#000, #fff);
|
|
662
|
+
--sapProgress_PositiveTextColor: light-dark(#000, #fff);
|
|
663
|
+
--sapProgress_InformationBackground: light-dark(#fff, #000);
|
|
664
|
+
--sapProgress_InformationBorderColor: light-dark(#000, #fff);
|
|
665
|
+
--sapProgress_InformationTextColor: light-dark(#000, #fff);
|
|
666
|
+
--sapProgress_Value_Background: light-dark(#e97624, #795100);
|
|
667
|
+
--sapProgress_Value_BorderColor: light-dark(#000, #fff);
|
|
668
|
+
--sapProgress_Value_TextColor: light-dark(#000, #fff);
|
|
669
|
+
--sapProgress_Value_NegativeBackground: light-dark(#e97624, #795100);
|
|
670
|
+
--sapProgress_Value_NegativeBorderColor: light-dark(#000, #fff);
|
|
671
|
+
--sapProgress_Value_NegativeTextColor: light-dark(#000, #fff);
|
|
672
|
+
--sapProgress_Value_CriticalBackground: light-dark(#e97624, #795100);
|
|
673
|
+
--sapProgress_Value_CriticalBorderColor: light-dark(#000, #fff);
|
|
674
|
+
--sapProgress_Value_CriticalTextColor: light-dark(#000, #fff);
|
|
675
|
+
--sapProgress_Value_PositiveBackground: light-dark(#e97624, #795100);
|
|
676
|
+
--sapProgress_Value_PositiveBorderColor: light-dark(#000, #fff);
|
|
677
|
+
--sapProgress_Value_PositiveTextColor: light-dark(#000, #fff);
|
|
678
|
+
--sapProgress_Value_InformationBackground: light-dark(#e97624, #795100);
|
|
679
|
+
--sapProgress_Value_InformationBorderColor: light-dark(#000, #fff);
|
|
680
|
+
--sapProgress_Value_InformationTextColor: light-dark(#000, #fff);
|
|
681
|
+
--sapScrollBar_FaceColor: light-dark(#585858, #999);
|
|
682
|
+
--sapScrollBar_TrackColor: light-dark(#fff, #000);
|
|
683
|
+
--sapScrollBar_BorderColor: light-dark(#585858, #999);
|
|
684
|
+
--sapScrollBar_SymbolColor: light-dark(#000, #fff);
|
|
685
|
+
--sapScrollBar_Dimension: .75rem;
|
|
686
|
+
--sapScrollBar_Hover_FaceColor: light-dark(#000, #fff);
|
|
687
|
+
--sapSlider_Background: light-dark(#fff, #000);
|
|
688
|
+
--sapSlider_BorderColor: light-dark(#000, #fff);
|
|
689
|
+
--sapSlider_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
690
|
+
--sapSlider_Selected_BorderColor: light-dark(#000, #fff);
|
|
691
|
+
--sapSlider_Selected_Dimension: .25rem;
|
|
692
|
+
--sapSlider_HandleBackground: light-dark(#fff, #000);
|
|
693
|
+
--sapSlider_HandleBorderColor: light-dark(#000, #fff);
|
|
694
|
+
--sapSlider_RangeHandleBackground: light-dark(#fff, #000);
|
|
695
|
+
--sapSlider_Hover_HandleBackground: light-dark(#e97624, #795100);
|
|
696
|
+
--sapSlider_Hover_HandleBorderColor: light-dark(#000, #fff);
|
|
697
|
+
--sapSlider_Hover_RangeHandleBackground: light-dark(#e97624, #795100);
|
|
698
|
+
--sapSlider_Active_HandleBackground: light-dark(#e97624, #795100);
|
|
699
|
+
--sapSlider_Active_HandleBorderColor: light-dark(#000, #fff);
|
|
700
|
+
--sapSlider_Active_RangeHandleBackground: transparent;
|
|
701
|
+
--sapPageHeader_Background: light-dark(#fff, #000);
|
|
702
|
+
--sapPageHeader_BorderColor: light-dark(#000, #fff);
|
|
703
|
+
--sapPageHeader_TextColor: light-dark(#000, #fff);
|
|
704
|
+
--sapPageFooter_Background: light-dark(#fff, #000);
|
|
705
|
+
--sapPageFooter_BorderColor: light-dark(#000, #fff);
|
|
706
|
+
--sapPageFooter_TextColor: light-dark(#000, #fff);
|
|
707
|
+
--sapInfobar_Background: light-dark(#fff, #000);
|
|
708
|
+
--sapInfobar_Hover_Background: light-dark(#e97624, #795100);
|
|
709
|
+
--sapInfobar_Active_Background: light-dark(#e97624, #795100);
|
|
710
|
+
--sapInfobar_NonInteractive_Background: light-dark(#b3b3b3, #585858);
|
|
711
|
+
--sapInfobar_TextColor: light-dark(#000, #fff);
|
|
712
|
+
--sapObjectHeader_Background: light-dark(#fff, #000);
|
|
713
|
+
--sapObjectHeader_Hover_Background: light-dark(#e97624, #795100);
|
|
714
|
+
--sapObjectHeader_BorderColor: light-dark(#000, #fff);
|
|
715
|
+
--sapObjectHeader_Title_TextColor: light-dark(#000, #fff);
|
|
716
|
+
--sapObjectHeader_Title_FontSize: 1.5rem;
|
|
717
|
+
--sapObjectHeader_Title_SnappedFontSize: 1.25rem;
|
|
718
|
+
--sapObjectHeader_Title_FontFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
719
|
+
--sapObjectHeader_Subtitle_TextColor: light-dark(#000, #fff);
|
|
720
|
+
--sapBlockLayer_Background: light-dark(#fff, #000);
|
|
721
|
+
--sapBlockLayer_Opacity: .3;
|
|
722
|
+
--sapTab_TextColor: light-dark(#000, #fff);
|
|
723
|
+
--sapTab_ForegroundColor: light-dark(#000, #fff);
|
|
724
|
+
--sapTab_IconColor: light-dark(#000, #fff);
|
|
725
|
+
--sapTab_Background: light-dark(#fff, #000);
|
|
726
|
+
--sapTab_Selected_TextColor: light-dark(#000, #fff);
|
|
727
|
+
--sapTab_Selected_IconColor: light-dark(#000, #fff);
|
|
728
|
+
--sapTab_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
729
|
+
--sapTab_Selected_Indicator_Dimension: .3125rem;
|
|
730
|
+
--sapTab_Positive_TextColor: light-dark(#000, #fff);
|
|
731
|
+
--sapTab_Positive_ForegroundColor: light-dark(#000, #fff);
|
|
732
|
+
--sapTab_Positive_IconColor: light-dark(#000, #fff);
|
|
733
|
+
--sapTab_Positive_Selected_TextColor: light-dark(#000, #fff);
|
|
734
|
+
--sapTab_Positive_Selected_IconColor: light-dark(#000, #fff);
|
|
735
|
+
--sapTab_Positive_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
736
|
+
--sapTab_Negative_TextColor: light-dark(#000, #fff);
|
|
737
|
+
--sapTab_Negative_ForegroundColor: light-dark(#000, #fff);
|
|
738
|
+
--sapTab_Negative_IconColor: light-dark(#000, #fff);
|
|
739
|
+
--sapTab_Negative_Selected_TextColor: light-dark(#000, #fff);
|
|
740
|
+
--sapTab_Negative_Selected_IconColor: light-dark(#000, #fff);
|
|
741
|
+
--sapTab_Negative_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
742
|
+
--sapTab_Critical_TextColor: light-dark(#000, #fff);
|
|
743
|
+
--sapTab_Critical_ForegroundColor: light-dark(#000, #fff);
|
|
744
|
+
--sapTab_Critical_IconColor: light-dark(#000, #fff);
|
|
745
|
+
--sapTab_Critical_Selected_TextColor: light-dark(#000, #fff);
|
|
746
|
+
--sapTab_Critical_Selected_IconColor: light-dark(#000, #fff);
|
|
747
|
+
--sapTab_Critical_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
748
|
+
--sapTab_Neutral_TextColor: light-dark(#000, #fff);
|
|
749
|
+
--sapTab_Neutral_ForegroundColor: light-dark(#000, #fff);
|
|
750
|
+
--sapTab_Neutral_IconColor: light-dark(#000, #fff);
|
|
751
|
+
--sapTab_Neutral_Selected_TextColor: light-dark(#000, #fff);
|
|
752
|
+
--sapTab_Neutral_Selected_IconColor: light-dark(#000, #fff);
|
|
753
|
+
--sapTab_Neutral_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
754
|
+
--sapTile_Background: light-dark(#fff, #000);
|
|
755
|
+
--sapTile_Hover_Background: light-dark(#e97624, #795100);
|
|
756
|
+
--sapTile_Active_Background: light-dark(#e97624, #795100);
|
|
757
|
+
--sapTile_BorderColor: light-dark(#000, #fff);
|
|
758
|
+
--sapTile_BorderCornerRadius: .25rem;
|
|
759
|
+
--sapTile_TitleTextColor: light-dark(#000, #fff);
|
|
760
|
+
--sapTile_TextColor: light-dark(#000, #fff);
|
|
761
|
+
--sapTile_IconColor: light-dark(#000, #fff);
|
|
762
|
+
--sapTile_SeparatorColor: transparent;
|
|
763
|
+
--sapTile_Interactive_BorderColor: light-dark(#000, #fff);
|
|
764
|
+
--sapTile_OverlayBackground: light-dark(#fff, #000);
|
|
765
|
+
--sapTile_OverlayForegroundColor: light-dark(#000, #fff);
|
|
766
|
+
--sapTile_Hover_ContentBackground: light-dark(#e97624, #795100);
|
|
767
|
+
--sapTile_Active_ContentBackground: light-dark(#e97624, #795100);
|
|
768
|
+
--sapAccentColor1: light-dark(#5f5800, #ffc847);
|
|
769
|
+
--sapAccentColor2: light-dark(#5e4101, #ed884a);
|
|
770
|
+
--sapAccentColor3: light-dark(#973333, #db9292);
|
|
771
|
+
--sapAccentColor4: light-dark(#961d7c, #e269c9);
|
|
772
|
+
--sapAccentColor5: light-dark(#365892, #8ca7d5);
|
|
773
|
+
--sapAccentColor6: light-dark(#004ccb, #6bd3ff);
|
|
774
|
+
--sapAccentColor7: light-dark(#105b5b, #7fc6c6);
|
|
775
|
+
--sapAccentColor8: light-dark(#26340b, #b2e484);
|
|
776
|
+
--sapAccentColor9: light-dark(#6c32a9, #b995e0);
|
|
777
|
+
--sapAccentColor10: light-dark(#4a5964, #b0bcc5);
|
|
778
|
+
--sapAccentBackgroundColor1: light-dark(#fff, #000);
|
|
779
|
+
--sapAccentBackgroundColor2: light-dark(#fff, #000);
|
|
780
|
+
--sapAccentBackgroundColor3: light-dark(#fff, #000);
|
|
781
|
+
--sapAccentBackgroundColor4: light-dark(#fff, #000);
|
|
782
|
+
--sapAccentBackgroundColor5: light-dark(#fff, #000);
|
|
783
|
+
--sapAccentBackgroundColor6: light-dark(#fff, #000);
|
|
784
|
+
--sapAccentBackgroundColor7: light-dark(#fff, #000);
|
|
785
|
+
--sapAccentBackgroundColor8: light-dark(#fff, #000);
|
|
786
|
+
--sapAccentBackgroundColor9: light-dark(#fff, #000);
|
|
787
|
+
--sapAccentBackgroundColor10: light-dark(#fff, #000);
|
|
788
|
+
--sapIndicationColor_1: light-dark(#780000, #ff5e5e);
|
|
789
|
+
--sapIndicationColor_1_Background: light-dark(#fff, #000);
|
|
790
|
+
--sapIndicationColor_1_BorderColor: light-dark(#000, #fff);
|
|
791
|
+
--sapIndicationColor_1_TextColor: light-dark(#000, #fff);
|
|
792
|
+
--sapIndicationColor_1_Hover_Background: light-dark(#e97624, #795100);
|
|
793
|
+
--sapIndicationColor_1_Active_Background: light-dark(#e97624, #795100);
|
|
794
|
+
--sapIndicationColor_1_Active_BorderColor: light-dark(#000, #fff);
|
|
795
|
+
--sapIndicationColor_1_Active_TextColor: light-dark(#000, #fff);
|
|
796
|
+
--sapIndicationColor_1_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
797
|
+
--sapIndicationColor_1_Selected_BorderColor: light-dark(#000, #fff);
|
|
798
|
+
--sapIndicationColor_1_Selected_TextColor: light-dark(#000, #fff);
|
|
799
|
+
--sapIndicationColor_1b: light-dark(#780000, #ff5e5e);
|
|
800
|
+
--sapIndicationColor_1b_TextColor: light-dark(#000, #fff);
|
|
801
|
+
--sapIndicationColor_1b_Background: light-dark(#fff, #000);
|
|
802
|
+
--sapIndicationColor_1b_BorderColor: light-dark(#000, #fff);
|
|
803
|
+
--sapIndicationColor_1b_Hover_Background: light-dark(#e97624, #795100);
|
|
804
|
+
--sapIndicationColor_2: light-dark(#ab0000, #ff9191);
|
|
805
|
+
--sapIndicationColor_2_Background: light-dark(#fff, #000);
|
|
806
|
+
--sapIndicationColor_2_BorderColor: light-dark(#000, #fff);
|
|
807
|
+
--sapIndicationColor_2_TextColor: light-dark(#000, #fff);
|
|
808
|
+
--sapIndicationColor_2_Hover_Background: light-dark(#e97624, #795100);
|
|
809
|
+
--sapIndicationColor_2_Active_Background: light-dark(#e97624, #795100);
|
|
810
|
+
--sapIndicationColor_2_Active_BorderColor: light-dark(#000, #fff);
|
|
811
|
+
--sapIndicationColor_2_Active_TextColor: light-dark(#000, #fff);
|
|
812
|
+
--sapIndicationColor_2_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
813
|
+
--sapIndicationColor_2_Selected_BorderColor: light-dark(#000, #fff);
|
|
814
|
+
--sapIndicationColor_2_Selected_TextColor: light-dark(#000, #fff);
|
|
815
|
+
--sapIndicationColor_2b: light-dark(#ab0000, #ff9191);
|
|
816
|
+
--sapIndicationColor_2b_TextColor: light-dark(#000, #fff);
|
|
817
|
+
--sapIndicationColor_2b_Background: light-dark(#fff, #000);
|
|
818
|
+
--sapIndicationColor_2b_BorderColor: light-dark(#000, #fff);
|
|
819
|
+
--sapIndicationColor_2b_Hover_Background: light-dark(#e97624, #795100);
|
|
820
|
+
--sapIndicationColor_3: light-dark(#5c5c00, #ffab1d);
|
|
821
|
+
--sapIndicationColor_3_Background: light-dark(#fff, #000);
|
|
822
|
+
--sapIndicationColor_3_BorderColor: light-dark(#000, #fff);
|
|
823
|
+
--sapIndicationColor_3_TextColor: light-dark(#000, #fff);
|
|
824
|
+
--sapIndicationColor_3_Hover_Background: light-dark(#e97624, #795100);
|
|
825
|
+
--sapIndicationColor_3_Active_Background: light-dark(#e97624, #795100);
|
|
826
|
+
--sapIndicationColor_3_Active_BorderColor: light-dark(#000, #fff);
|
|
827
|
+
--sapIndicationColor_3_Active_TextColor: light-dark(#000, #fff);
|
|
828
|
+
--sapIndicationColor_3_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
829
|
+
--sapIndicationColor_3_Selected_BorderColor: light-dark(#000, #fff);
|
|
830
|
+
--sapIndicationColor_3_Selected_TextColor: light-dark(#000, #fff);
|
|
831
|
+
--sapIndicationColor_3b: light-dark(#5c5c00, #ffab1d);
|
|
832
|
+
--sapIndicationColor_3b_TextColor: light-dark(#000, #fff);
|
|
833
|
+
--sapIndicationColor_3b_Background: light-dark(#fff, #000);
|
|
834
|
+
--sapIndicationColor_3b_BorderColor: light-dark(#000, #fff);
|
|
835
|
+
--sapIndicationColor_3b_Hover_Background: light-dark(#e97624, #795100);
|
|
836
|
+
--sapIndicationColor_4: light-dark(#006362, #99cc99);
|
|
837
|
+
--sapIndicationColor_4_Background: light-dark(#fff, #000);
|
|
838
|
+
--sapIndicationColor_4_BorderColor: light-dark(#000, #fff);
|
|
839
|
+
--sapIndicationColor_4_TextColor: light-dark(#000, #fff);
|
|
840
|
+
--sapIndicationColor_4_Hover_Background: light-dark(#e97624, #795100);
|
|
841
|
+
--sapIndicationColor_4_Active_Background: light-dark(#e97624, #795100);
|
|
842
|
+
--sapIndicationColor_4_Active_BorderColor: light-dark(#000, #fff);
|
|
843
|
+
--sapIndicationColor_4_Active_TextColor: light-dark(#000, #fff);
|
|
844
|
+
--sapIndicationColor_4_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
845
|
+
--sapIndicationColor_4_Selected_BorderColor: light-dark(#000, #fff);
|
|
846
|
+
--sapIndicationColor_4_Selected_TextColor: light-dark(#000, #fff);
|
|
847
|
+
--sapIndicationColor_4b: light-dark(#006362, #99cc99);
|
|
848
|
+
--sapIndicationColor_4b_TextColor: light-dark(#000, #fff);
|
|
849
|
+
--sapIndicationColor_4b_Background: light-dark(#fff, #000);
|
|
850
|
+
--sapIndicationColor_4b_BorderColor: light-dark(#000, #fff);
|
|
851
|
+
--sapIndicationColor_4b_Hover_Background: light-dark(#e97624, #795100);
|
|
852
|
+
--sapIndicationColor_5: light-dark(#004ccb, #6bd3ff);
|
|
853
|
+
--sapIndicationColor_5_Background: light-dark(#fff, #000);
|
|
854
|
+
--sapIndicationColor_5_BorderColor: light-dark(#000, #fff);
|
|
855
|
+
--sapIndicationColor_5_TextColor: light-dark(#000, #fff);
|
|
856
|
+
--sapIndicationColor_5_Hover_Background: light-dark(#e97624, #795100);
|
|
857
|
+
--sapIndicationColor_5_Active_Background: light-dark(#e97624, #795100);
|
|
858
|
+
--sapIndicationColor_5_Active_BorderColor: light-dark(#000, #fff);
|
|
859
|
+
--sapIndicationColor_5_Active_TextColor: light-dark(#000, #fff);
|
|
860
|
+
--sapIndicationColor_5_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
861
|
+
--sapIndicationColor_5_Selected_BorderColor: light-dark(#000, #fff);
|
|
862
|
+
--sapIndicationColor_5_Selected_TextColor: light-dark(#000, #fff);
|
|
863
|
+
--sapIndicationColor_5b: light-dark(#004ccb, #6bd3ff);
|
|
864
|
+
--sapIndicationColor_5b_TextColor: light-dark(#000, #fff);
|
|
865
|
+
--sapIndicationColor_5b_Background: light-dark(#fff, #000);
|
|
866
|
+
--sapIndicationColor_5b_BorderColor: light-dark(#000, #fff);
|
|
867
|
+
--sapIndicationColor_5b_Hover_Background: light-dark(#e97624, #795100);
|
|
868
|
+
--sapIndicationColor_6: light-dark(#105b5b, #7fc6c6);
|
|
869
|
+
--sapIndicationColor_6_Background: light-dark(#fff, #000);
|
|
870
|
+
--sapIndicationColor_6_BorderColor: light-dark(#000, #fff);
|
|
871
|
+
--sapIndicationColor_6_TextColor: light-dark(#000, #fff);
|
|
872
|
+
--sapIndicationColor_6_Hover_Background: light-dark(#e97624, #795100);
|
|
873
|
+
--sapIndicationColor_6_Active_Background: light-dark(#e97624, #795100);
|
|
874
|
+
--sapIndicationColor_6_Active_BorderColor: light-dark(#000, #fff);
|
|
875
|
+
--sapIndicationColor_6_Active_TextColor: light-dark(#000, #fff);
|
|
876
|
+
--sapIndicationColor_6_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
877
|
+
--sapIndicationColor_6_Selected_BorderColor: light-dark(#000, #fff);
|
|
878
|
+
--sapIndicationColor_6_Selected_TextColor: light-dark(#000, #fff);
|
|
879
|
+
--sapIndicationColor_6b: light-dark(#105b5b, #7fc6c6);
|
|
880
|
+
--sapIndicationColor_6b_TextColor: light-dark(#000, #fff);
|
|
881
|
+
--sapIndicationColor_6b_Background: light-dark(#fff, #000);
|
|
882
|
+
--sapIndicationColor_6b_BorderColor: light-dark(#000, #fff);
|
|
883
|
+
--sapIndicationColor_6b_Hover_Background: light-dark(#e97624, #795100);
|
|
884
|
+
--sapIndicationColor_7: light-dark(#6c32a9, #b995e0);
|
|
885
|
+
--sapIndicationColor_7_Background: light-dark(#fff, #000);
|
|
886
|
+
--sapIndicationColor_7_BorderColor: light-dark(#000, #fff);
|
|
887
|
+
--sapIndicationColor_7_TextColor: light-dark(#000, #fff);
|
|
888
|
+
--sapIndicationColor_7_Hover_Background: light-dark(#e97624, #795100);
|
|
889
|
+
--sapIndicationColor_7_Active_Background: light-dark(#e97624, #795100);
|
|
890
|
+
--sapIndicationColor_7_Active_BorderColor: light-dark(#000, #fff);
|
|
891
|
+
--sapIndicationColor_7_Active_TextColor: light-dark(#000, #fff);
|
|
892
|
+
--sapIndicationColor_7_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
893
|
+
--sapIndicationColor_7_Selected_BorderColor: light-dark(#000, #fff);
|
|
894
|
+
--sapIndicationColor_7_Selected_TextColor: light-dark(#000, #fff);
|
|
895
|
+
--sapIndicationColor_7b: light-dark(#6c32a9, #b995e0);
|
|
896
|
+
--sapIndicationColor_7b_TextColor: light-dark(#000, #fff);
|
|
897
|
+
--sapIndicationColor_7b_Background: light-dark(#fff, #000);
|
|
898
|
+
--sapIndicationColor_7b_BorderColor: light-dark(#000, #fff);
|
|
899
|
+
--sapIndicationColor_7b_Hover_Background: light-dark(#e97624, #795100);
|
|
900
|
+
--sapIndicationColor_8: light-dark(#961d7c, #e269c9);
|
|
901
|
+
--sapIndicationColor_8_Background: light-dark(#fff, #000);
|
|
902
|
+
--sapIndicationColor_8_BorderColor: light-dark(#000, #fff);
|
|
903
|
+
--sapIndicationColor_8_TextColor: light-dark(#000, #fff);
|
|
904
|
+
--sapIndicationColor_8_Hover_Background: light-dark(#e97624, #795100);
|
|
905
|
+
--sapIndicationColor_8_Active_Background: light-dark(#e97624, #795100);
|
|
906
|
+
--sapIndicationColor_8_Active_BorderColor: light-dark(#000, #fff);
|
|
907
|
+
--sapIndicationColor_8_Active_TextColor: light-dark(#000, #fff);
|
|
908
|
+
--sapIndicationColor_8_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
909
|
+
--sapIndicationColor_8_Selected_BorderColor: light-dark(#000, #fff);
|
|
910
|
+
--sapIndicationColor_8_Selected_TextColor: light-dark(#000, #fff);
|
|
911
|
+
--sapIndicationColor_8b: light-dark(#961d7c, #e269c9);
|
|
912
|
+
--sapIndicationColor_8b_TextColor: light-dark(#000, #fff);
|
|
913
|
+
--sapIndicationColor_8b_Background: light-dark(#fff, #000);
|
|
914
|
+
--sapIndicationColor_8b_BorderColor: light-dark(#000, #fff);
|
|
915
|
+
--sapIndicationColor_8b_Hover_Background: light-dark(#e97624, #795100);
|
|
916
|
+
--sapIndicationColor_9: light-dark(#fff, #000);
|
|
917
|
+
--sapIndicationColor_9_Background: light-dark(#fff, #000);
|
|
918
|
+
--sapIndicationColor_9_BorderColor: light-dark(#000, #fff);
|
|
919
|
+
--sapIndicationColor_9_TextColor: light-dark(#000, #fff);
|
|
920
|
+
--sapIndicationColor_9_Hover_Background: light-dark(#e97624, #795100);
|
|
921
|
+
--sapIndicationColor_9_Active_Background: light-dark(#e97624, #795100);
|
|
922
|
+
--sapIndicationColor_9_Active_BorderColor: light-dark(#000, #fff);
|
|
923
|
+
--sapIndicationColor_9_Active_TextColor: light-dark(#000, #fff);
|
|
924
|
+
--sapIndicationColor_9_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
925
|
+
--sapIndicationColor_9_Selected_BorderColor: light-dark(#000, #fff);
|
|
926
|
+
--sapIndicationColor_9_Selected_TextColor: light-dark(#000, #fff);
|
|
927
|
+
--sapIndicationColor_9b: light-dark(#fff, #000);
|
|
928
|
+
--sapIndicationColor_9b_TextColor: light-dark(#000, #fff);
|
|
929
|
+
--sapIndicationColor_9b_Background: light-dark(#fff, #000);
|
|
930
|
+
--sapIndicationColor_9b_BorderColor: light-dark(#000, #fff);
|
|
931
|
+
--sapIndicationColor_9b_Hover_Background: light-dark(#e97624, #795100);
|
|
932
|
+
--sapIndicationColor_10: light-dark(#eaecee, #494949);
|
|
933
|
+
--sapIndicationColor_10_Background: light-dark(#fff, #000);
|
|
934
|
+
--sapIndicationColor_10_BorderColor: light-dark(#000, #fff);
|
|
935
|
+
--sapIndicationColor_10_TextColor: light-dark(#000, #fff);
|
|
936
|
+
--sapIndicationColor_10_Hover_Background: light-dark(#e97624, #795100);
|
|
937
|
+
--sapIndicationColor_10_Active_Background: light-dark(#e97624, #795100);
|
|
938
|
+
--sapIndicationColor_10_Active_BorderColor: light-dark(#000, #fff);
|
|
939
|
+
--sapIndicationColor_10_Active_TextColor: light-dark(#000, #fff);
|
|
940
|
+
--sapIndicationColor_10_Selected_Background: light-dark(#5c93ff, #0f5c93);
|
|
941
|
+
--sapIndicationColor_10_Selected_BorderColor: light-dark(#000, #fff);
|
|
942
|
+
--sapIndicationColor_10_Selected_TextColor: light-dark(#000, #fff);
|
|
943
|
+
--sapIndicationColor_10b: light-dark(#eaecee, #494949);
|
|
944
|
+
--sapIndicationColor_10b_TextColor: light-dark(#000, #fff);
|
|
945
|
+
--sapIndicationColor_10b_Background: light-dark(#fff, #000);
|
|
946
|
+
--sapIndicationColor_10b_BorderColor: light-dark(#000, #fff);
|
|
947
|
+
--sapIndicationColor_10b_Hover_Background: light-dark(#e97624, #795100);
|
|
948
|
+
--sapLegend_WorkingBackground: light-dark(#d9d9d9, #2e2e2e);
|
|
949
|
+
--sapLegend_NonWorkingBackground: light-dark(#b3b3b3, #585858);
|
|
950
|
+
--sapLegend_CurrentDateTime: light-dark(#961d7c, #e269c9);
|
|
951
|
+
--sapLegendColor1: light-dark(#5f5800, #ffc847);
|
|
952
|
+
--sapLegendColor2: light-dark(#5e4101, #ed884a);
|
|
953
|
+
--sapLegendColor3: light-dark(#973333, #db9292);
|
|
954
|
+
--sapLegendColor4: light-dark(#463000, #ff741f);
|
|
955
|
+
--sapLegendColor5: light-dark(#961d7c, #e269c9);
|
|
956
|
+
--sapLegendColor6: light-dark(#004ccb, #6bd3ff);
|
|
957
|
+
--sapLegendColor7: light-dark(#105b5b, #7fc6c6);
|
|
958
|
+
--sapLegendColor8: light-dark(#26340b, #b2e484);
|
|
959
|
+
--sapLegendColor9: light-dark(#4a5964, #b0bcc5);
|
|
960
|
+
--sapLegendColor10: light-dark(#6c3d62, #bb86b0);
|
|
961
|
+
--sapLegendColor11: light-dark(#383513, #ffe6ad);
|
|
962
|
+
--sapLegendColor12: light-dark(#734f00, #cdaf9d);
|
|
963
|
+
--sapLegendColor13: light-dark(#723e3e, #ff8787);
|
|
964
|
+
--sapLegendColor14: light-dark(#5f5642, #ffb385);
|
|
965
|
+
--sapLegendColor15: light-dark(#60535d, #ffb2ef);
|
|
966
|
+
--sapLegendColor16: light-dark(#465878, #9cabc5);
|
|
967
|
+
--sapLegendColor17: light-dark(#435b5b, #a4eeee);
|
|
968
|
+
--sapLegendColor18: light-dark(#4e5a36, #8d9e7e);
|
|
969
|
+
--sapLegendColor19: light-dark(#4e5869, #addcf0);
|
|
970
|
+
--sapLegendColor20: light-dark(#001b49, #629cff);
|
|
971
|
+
--sapLegendBackgroundColor1: light-dark(#fff, #000);
|
|
972
|
+
--sapLegendBackgroundColor2: light-dark(#fff, #000);
|
|
973
|
+
--sapLegendBackgroundColor3: light-dark(#fff, #000);
|
|
974
|
+
--sapLegendBackgroundColor4: light-dark(#fff, #000);
|
|
975
|
+
--sapLegendBackgroundColor5: light-dark(#fff, #000);
|
|
976
|
+
--sapLegendBackgroundColor6: light-dark(#fff, #000);
|
|
977
|
+
--sapLegendBackgroundColor7: light-dark(#fff, #000);
|
|
978
|
+
--sapLegendBackgroundColor8: light-dark(#fff, #000);
|
|
979
|
+
--sapLegendBackgroundColor9: light-dark(#fff, #000);
|
|
980
|
+
--sapLegendBackgroundColor10: light-dark(#fff, #000);
|
|
981
|
+
--sapLegendBackgroundColor11: light-dark(#fff, #000);
|
|
982
|
+
--sapLegendBackgroundColor12: light-dark(#fff, #000);
|
|
983
|
+
--sapLegendBackgroundColor13: light-dark(#fff, #000);
|
|
984
|
+
--sapLegendBackgroundColor14: light-dark(#fff, #000);
|
|
985
|
+
--sapLegendBackgroundColor15: light-dark(#fff, #000);
|
|
986
|
+
--sapLegendBackgroundColor16: light-dark(#fff, #000);
|
|
987
|
+
--sapLegendBackgroundColor17: light-dark(#fff, #000);
|
|
988
|
+
--sapLegendBackgroundColor18: light-dark(#fff, #000);
|
|
989
|
+
--sapLegendBackgroundColor19: light-dark(#fff, #000);
|
|
990
|
+
--sapLegendBackgroundColor20: light-dark(#fff, #000);
|
|
991
|
+
--sapChart_Background: light-dark(#fff, #000);
|
|
992
|
+
--sapChart_ContrastTextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
993
|
+
--sapChart_ContrastShadowColor: light-dark(#fff, #000);
|
|
994
|
+
--sapChart_ContrastLineColor: light-dark(#fff, #000);
|
|
995
|
+
--sapChart_LineColor_1: light-dark(#888, #666);
|
|
996
|
+
--sapChart_LineColor_2: light-dark(#000, #fff);
|
|
997
|
+
--sapChart_LineColor_3: light-dark(#000, #fff);
|
|
998
|
+
--sapChart_Choropleth_Background: light-dark(#b3b3b3, #585858);
|
|
999
|
+
--sapChart_ChoroplethRegion_Background: light-dark(#525252, #afafaf);
|
|
1000
|
+
--sapChart_ChoroplethRegion_BorderColor: light-dark(#b3b3b3, #585858);
|
|
1001
|
+
--sapChart_Data_TextColor: light-dark(#000, #fff);
|
|
1002
|
+
--sapChart_Data_ContrastTextColor: light-dark(#fff, #000);
|
|
1003
|
+
--sapChart_Data_InteractiveColor: light-dark(#000, #fff);
|
|
1004
|
+
--sapChart_Data_Active_Background: light-dark(#e97624, #795100);
|
|
1005
|
+
--sapChart_IBCS_Actual: light-dark(#000, #f9f9f9);
|
|
1006
|
+
--sapChart_IBCS_Previous: light-dark(#525252, #969696);
|
|
1007
|
+
--sapChart_IBCS_Good: light-dark(#006362, #99cc99);
|
|
1008
|
+
--sapChart_IBCS_Bad: light-dark(#ab0000, #ff7878);
|
|
1009
|
+
--sapChart_OrderedColor_1: light-dark(#446e97, #8babcb);
|
|
1010
|
+
--sapChart_OrderedColor_2: light-dark(#d74114, #ed8859);
|
|
1011
|
+
--sapChart_OrderedColor_3: light-dark(#2d6f51, #9fb822);
|
|
1012
|
+
--sapChart_OrderedColor_4: light-dark(#df1278, #fe74ae);
|
|
1013
|
+
--sapChart_OrderedColor_5: light-dark(#7d44cf, #c092f6);
|
|
1014
|
+
--sapChart_OrderedColor_6: light-dark(#03778c, #05c0ba);
|
|
1015
|
+
--sapChart_OrderedColor_7: light-dark(#0070f2, #05c0ba);
|
|
1016
|
+
--sapChart_OrderedColor_8: light-dark(#ae478d, #f473f0);
|
|
1017
|
+
--sapChart_OrderedColor_9: light-dark(#667664, #9dad9b);
|
|
1018
|
+
--sapChart_OrderedColor_10: light-dark(#b75757, #f28585);
|
|
1019
|
+
--sapChart_OrderedColor_11: light-dark(#4b25e7, #9ea3f6);
|
|
1020
|
+
--sapChart_OrderedColor_12: light-dark(#816246, #b49e78);
|
|
1021
|
+
--sapChart_Bad: light-dark(#ab0000, #ff7878);
|
|
1022
|
+
--sapChart_Critical: light-dark(#5c5c00, #ffab1d);
|
|
1023
|
+
--sapChart_Good: light-dark(#006362, #99cc99);
|
|
1024
|
+
--sapChart_Neutral: light-dark(#525252, #afafaf);
|
|
1025
|
+
--sapChart_Sequence_1_Plus3: light-dark(#6f97be, #d1deeb);
|
|
1026
|
+
--sapChart_Sequence_1_Plus3_TextColor: #000;
|
|
1027
|
+
--sapChart_Sequence_1_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1028
|
+
--sapChart_Sequence_1_Plus2: light-dark(#5a88b4, #b5cade);
|
|
1029
|
+
--sapChart_Sequence_1_Plus2_TextColor: light-dark(#fff, #000);
|
|
1030
|
+
--sapChart_Sequence_1_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1031
|
+
--sapChart_Sequence_1_Plus1: light-dark(#4c7ba9, #a4bdd6);
|
|
1032
|
+
--sapChart_Sequence_1_Plus1_TextColor: light-dark(#fff, #000);
|
|
1033
|
+
--sapChart_Sequence_1_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1034
|
+
--sapChart_Sequence_1: light-dark(#446e97, #8babcb);
|
|
1035
|
+
--sapChart_Sequence_1_TextColor: light-dark(#fff, #000);
|
|
1036
|
+
--sapChart_Sequence_1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1037
|
+
--sapChart_Sequence_1_BorderColor: light-dark(#446e97, #8babcb);
|
|
1038
|
+
--sapChart_Sequence_1_Minus1: light-dark(#3c6185, #7299c0);
|
|
1039
|
+
--sapChart_Sequence_1_Minus1_TextColor: light-dark(#fff, #000);
|
|
1040
|
+
--sapChart_Sequence_1_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1041
|
+
--sapChart_Sequence_1_Minus2: light-dark(#345474, #3a5e83);
|
|
1042
|
+
--sapChart_Sequence_1_Minus2_TextColor: #fff;
|
|
1043
|
+
--sapChart_Sequence_1_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1044
|
+
--sapChart_Sequence_1_Minus3: light-dark(#2c4862, #2b455f);
|
|
1045
|
+
--sapChart_Sequence_1_Minus3_TextColor: #fff;
|
|
1046
|
+
--sapChart_Sequence_1_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1047
|
+
--sapChart_Sequence_1_Minus4: light-dark(#243b51, #23384e);
|
|
1048
|
+
--sapChart_Sequence_1_Minus4_TextColor: #fff;
|
|
1049
|
+
--sapChart_Sequence_1_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1050
|
+
--sapChart_Sequence_1_Minus5: light-dark(#1c2e3f, #1b2b3c);
|
|
1051
|
+
--sapChart_Sequence_1_Minus5_TextColor: #fff;
|
|
1052
|
+
--sapChart_Sequence_1_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1053
|
+
--sapChart_Sequence_2_Plus3: light-dark(#ee6c45, #fdd9c8);
|
|
1054
|
+
--sapChart_Sequence_2_Plus3_TextColor: #000;
|
|
1055
|
+
--sapChart_Sequence_2_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1056
|
+
--sapChart_Sequence_2_Plus2: light-dark(#ec5d32, #f9bfa4);
|
|
1057
|
+
--sapChart_Sequence_2_Plus2_TextColor: light-dark(#fff, #000);
|
|
1058
|
+
--sapChart_Sequence_2_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1059
|
+
--sapChart_Sequence_2_Plus1: light-dark(#ea4b1b, #f3a27b);
|
|
1060
|
+
--sapChart_Sequence_2_Plus1_TextColor: light-dark(#fff, #000);
|
|
1061
|
+
--sapChart_Sequence_2_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1062
|
+
--sapChart_Sequence_2: light-dark(#d74114, #ed8859);
|
|
1063
|
+
--sapChart_Sequence_2_TextColor: light-dark(#fff, #000);
|
|
1064
|
+
--sapChart_Sequence_2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1065
|
+
--sapChart_Sequence_2_BorderColor: light-dark(#d74114, #ed8859);
|
|
1066
|
+
--sapChart_Sequence_2_Minus1: light-dark(#c03a12, #e9743f);
|
|
1067
|
+
--sapChart_Sequence_2_Minus1_TextColor: light-dark(#fff, #000);
|
|
1068
|
+
--sapChart_Sequence_2_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1069
|
+
--sapChart_Sequence_2_Minus2: light-dark(#9f300f, #9c3d11);
|
|
1070
|
+
--sapChart_Sequence_2_Minus2_TextColor: #fff;
|
|
1071
|
+
--sapChart_Sequence_2_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1072
|
+
--sapChart_Sequence_2_Minus3: light-dark(#912c0d, #80320e);
|
|
1073
|
+
--sapChart_Sequence_2_Minus3_TextColor: #fff;
|
|
1074
|
+
--sapChart_Sequence_2_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1075
|
+
--sapChart_Sequence_2_Minus4: light-dark(#7a250b, #65270b);
|
|
1076
|
+
--sapChart_Sequence_2_Minus4_TextColor: #fff;
|
|
1077
|
+
--sapChart_Sequence_2_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1078
|
+
--sapChart_Sequence_2_Minus5: light-dark(#621e09, #973b10);
|
|
1079
|
+
--sapChart_Sequence_2_Minus5_TextColor: #fff;
|
|
1080
|
+
--sapChart_Sequence_2_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1081
|
+
--sapChart_Sequence_3_Plus3: light-dark(#43a579, #cdd5a3);
|
|
1082
|
+
--sapChart_Sequence_3_Plus3_TextColor: #000;
|
|
1083
|
+
--sapChart_Sequence_3_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1084
|
+
--sapChart_Sequence_3_Plus2: light-dark(#3c936b, #b8c47c);
|
|
1085
|
+
--sapChart_Sequence_3_Plus2_TextColor: light-dark(#fff, #000);
|
|
1086
|
+
--sapChart_Sequence_3_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1087
|
+
--sapChart_Sequence_3_Plus1: light-dark(#34815e, #a9ba53);
|
|
1088
|
+
--sapChart_Sequence_3_Plus1_TextColor: light-dark(#fff, #000);
|
|
1089
|
+
--sapChart_Sequence_3_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1090
|
+
--sapChart_Sequence_3: light-dark(#2d6f51, #9fb822);
|
|
1091
|
+
--sapChart_Sequence_3_TextColor: light-dark(#fff, #000);
|
|
1092
|
+
--sapChart_Sequence_3_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1093
|
+
--sapChart_Sequence_3_BorderColor: light-dark(#2d6f51, #9fb822);
|
|
1094
|
+
--sapChart_Sequence_3_Minus1: light-dark(#265d44, #8aa115);
|
|
1095
|
+
--sapChart_Sequence_3_Minus1_TextColor: light-dark(#fff, #000);
|
|
1096
|
+
--sapChart_Sequence_3_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1097
|
+
--sapChart_Sequence_3_Minus2: light-dark(#1e4b37, #5c6b14);
|
|
1098
|
+
--sapChart_Sequence_3_Minus2_TextColor: #fff;
|
|
1099
|
+
--sapChart_Sequence_3_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1100
|
+
--sapChart_Sequence_3_Minus3: light-dark(#183c2c, #3e480d);
|
|
1101
|
+
--sapChart_Sequence_3_Minus3_TextColor: #fff;
|
|
1102
|
+
--sapChart_Sequence_3_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1103
|
+
--sapChart_Sequence_3_Minus4: light-dark(#132e21, #333b0b);
|
|
1104
|
+
--sapChart_Sequence_3_Minus4_TextColor: #fff;
|
|
1105
|
+
--sapChart_Sequence_3_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1106
|
+
--sapChart_Sequence_3_Minus5: light-dark(#0d1f17, #282e09);
|
|
1107
|
+
--sapChart_Sequence_3_Minus5_TextColor: #fff;
|
|
1108
|
+
--sapChart_Sequence_3_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1109
|
+
--sapChart_Sequence_4_Plus3: light-dark(#f25ba6, #ffd9e9);
|
|
1110
|
+
--sapChart_Sequence_4_Plus3_TextColor: #000;
|
|
1111
|
+
--sapChart_Sequence_4_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1112
|
+
--sapChart_Sequence_4_Plus2: light-dark(#ef3a94, #ffc0da);
|
|
1113
|
+
--sapChart_Sequence_4_Plus2_TextColor: light-dark(#fff, #000);
|
|
1114
|
+
--sapChart_Sequence_4_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1115
|
+
--sapChart_Sequence_4_Plus1: light-dark(#ed2287, #fe97c3);
|
|
1116
|
+
--sapChart_Sequence_4_Plus1_TextColor: light-dark(#fff, #000);
|
|
1117
|
+
--sapChart_Sequence_4_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1118
|
+
--sapChart_Sequence_4: light-dark(#df1278, #fe74ae);
|
|
1119
|
+
--sapChart_Sequence_4_TextColor: light-dark(#fff, #000);
|
|
1120
|
+
--sapChart_Sequence_4_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1121
|
+
--sapChart_Sequence_4_BorderColor: light-dark(#df1278, #fe74ae);
|
|
1122
|
+
--sapChart_Sequence_4_Minus1: light-dark(#c7106b, #f95a9e);
|
|
1123
|
+
--sapChart_Sequence_4_Minus1_TextColor: light-dark(#fff, #000);
|
|
1124
|
+
--sapChart_Sequence_4_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1125
|
+
--sapChart_Sequence_4_Minus2: light-dark(#b00e5f, #b4014c);
|
|
1126
|
+
--sapChart_Sequence_4_Minus2_TextColor: #fff;
|
|
1127
|
+
--sapChart_Sequence_4_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1128
|
+
--sapChart_Sequence_4_Minus3: light-dark(#980c52, #9b0142);
|
|
1129
|
+
--sapChart_Sequence_4_Minus3_TextColor: #fff;
|
|
1130
|
+
--sapChart_Sequence_4_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1131
|
+
--sapChart_Sequence_4_Minus4: light-dark(#810a45, #860139);
|
|
1132
|
+
--sapChart_Sequence_4_Minus4_TextColor: #fff;
|
|
1133
|
+
--sapChart_Sequence_4_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1134
|
+
--sapChart_Sequence_4_Minus5: light-dark(#690839, #720130);
|
|
1135
|
+
--sapChart_Sequence_4_Minus5_TextColor: #fff;
|
|
1136
|
+
--sapChart_Sequence_4_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1137
|
+
--sapChart_Sequence_5_Plus3: light-dark(#a781df, #e9d9fc);
|
|
1138
|
+
--sapChart_Sequence_5_Plus3_TextColor: #000;
|
|
1139
|
+
--sapChart_Sequence_5_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1140
|
+
--sapChart_Sequence_5_Plus2: light-dark(#996dd9, #dbc1fa);
|
|
1141
|
+
--sapChart_Sequence_5_Plus2_TextColor: light-dark(#fff, #000);
|
|
1142
|
+
--sapChart_Sequence_5_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1143
|
+
--sapChart_Sequence_5_Plus1: light-dark(#8b58d4, #ceaaf8);
|
|
1144
|
+
--sapChart_Sequence_5_Plus1_TextColor: light-dark(#fff, #000);
|
|
1145
|
+
--sapChart_Sequence_5_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1146
|
+
--sapChart_Sequence_5: light-dark(#7d44cf, #c092f6);
|
|
1147
|
+
--sapChart_Sequence_5_TextColor: light-dark(#fff, #000);
|
|
1148
|
+
--sapChart_Sequence_5_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1149
|
+
--sapChart_Sequence_5_BorderColor: light-dark(#7d44cf, #c092f6);
|
|
1150
|
+
--sapChart_Sequence_5_Minus1: light-dark(#6f33c7, #b37bf4);
|
|
1151
|
+
--sapChart_Sequence_5_Minus1_TextColor: light-dark(#fff, #000);
|
|
1152
|
+
--sapChart_Sequence_5_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1153
|
+
--sapChart_Sequence_5_Minus2: light-dark(#642eb2, #7927d8);
|
|
1154
|
+
--sapChart_Sequence_5_Minus2_TextColor: #fff;
|
|
1155
|
+
--sapChart_Sequence_5_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1156
|
+
--sapChart_Sequence_5_Minus3: light-dark(#59299e, #6320b1);
|
|
1157
|
+
--sapChart_Sequence_5_Minus3_TextColor: #fff;
|
|
1158
|
+
--sapChart_Sequence_5_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1159
|
+
--sapChart_Sequence_5_Minus4: light-dark(#522592, #541b97);
|
|
1160
|
+
--sapChart_Sequence_5_Minus4_TextColor: #fff;
|
|
1161
|
+
--sapChart_Sequence_5_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1162
|
+
--sapChart_Sequence_5_Minus5: light-dark(#492182, #371263);
|
|
1163
|
+
--sapChart_Sequence_5_Minus5_TextColor: #fff;
|
|
1164
|
+
--sapChart_Sequence_5_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1165
|
+
--sapChart_Sequence_6_Plus3: light-dark(#04a1be, #73ebe7);
|
|
1166
|
+
--sapChart_Sequence_6_Plus3_TextColor: #000;
|
|
1167
|
+
--sapChart_Sequence_6_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1168
|
+
--sapChart_Sequence_6_Plus2: light-dark(#0495af, #47e4e0);
|
|
1169
|
+
--sapChart_Sequence_6_Plus2_TextColor: light-dark(#fff, #000);
|
|
1170
|
+
--sapChart_Sequence_6_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1171
|
+
--sapChart_Sequence_6_Plus1: light-dark(#0388a0, #1fd9d3);
|
|
1172
|
+
--sapChart_Sequence_6_Plus1_TextColor: light-dark(#fff, #000);
|
|
1173
|
+
--sapChart_Sequence_6_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1174
|
+
--sapChart_Sequence_6: light-dark(#03778c, #05c0ba);
|
|
1175
|
+
--sapChart_Sequence_6_TextColor: light-dark(#fff, #000);
|
|
1176
|
+
--sapChart_Sequence_6_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1177
|
+
--sapChart_Sequence_6_BorderColor: light-dark(#03778c, #05c0ba);
|
|
1178
|
+
--sapChart_Sequence_6_Minus1: light-dark(#036678, #04a7a2);
|
|
1179
|
+
--sapChart_Sequence_6_Minus1_TextColor: light-dark(#fff, #000);
|
|
1180
|
+
--sapChart_Sequence_6_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1181
|
+
--sapChart_Sequence_6_Minus2: light-dark(#025564, #006562);
|
|
1182
|
+
--sapChart_Sequence_6_Minus2_TextColor: #fff;
|
|
1183
|
+
--sapChart_Sequence_6_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1184
|
+
--sapChart_Sequence_6_Minus3: light-dark(#024450, #004b48);
|
|
1185
|
+
--sapChart_Sequence_6_Minus3_TextColor: #fff;
|
|
1186
|
+
--sapChart_Sequence_6_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1187
|
+
--sapChart_Sequence_6_Minus4: light-dark(#01333c, #003635);
|
|
1188
|
+
--sapChart_Sequence_6_Minus4_TextColor: #fff;
|
|
1189
|
+
--sapChart_Sequence_6_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1190
|
+
--sapChart_Sequence_6_Minus5: light-dark(#012228, #002c2b);
|
|
1191
|
+
--sapChart_Sequence_6_Minus5_TextColor: #fff;
|
|
1192
|
+
--sapChart_Sequence_6_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1193
|
+
--sapChart_Sequence_7_Plus3: light-dark(#3a95ff, #19f9f2);
|
|
1194
|
+
--sapChart_Sequence_7_Plus3_TextColor: #000;
|
|
1195
|
+
--sapChart_Sequence_7_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1196
|
+
--sapChart_Sequence_7_Plus2: light-dark(#268aff, #06f2ea);
|
|
1197
|
+
--sapChart_Sequence_7_Plus2_TextColor: light-dark(#fff, #000);
|
|
1198
|
+
--sapChart_Sequence_7_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1199
|
+
--sapChart_Sequence_7_Plus1: light-dark(#0d7dff, #06d9d2);
|
|
1200
|
+
--sapChart_Sequence_7_Plus1_TextColor: light-dark(#fff, #000);
|
|
1201
|
+
--sapChart_Sequence_7_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1202
|
+
--sapChart_Sequence_7: light-dark(#0070f2, #05c0ba);
|
|
1203
|
+
--sapChart_Sequence_7_TextColor: light-dark(#fff, #000);
|
|
1204
|
+
--sapChart_Sequence_7_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1205
|
+
--sapChart_Sequence_7_BorderColor: light-dark(#0070f2, #05c0ba);
|
|
1206
|
+
--sapChart_Sequence_7_Minus1: light-dark(#0062d3, #04a7a2);
|
|
1207
|
+
--sapChart_Sequence_7_Minus1_TextColor: light-dark(#fff, #000);
|
|
1208
|
+
--sapChart_Sequence_7_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1209
|
+
--sapChart_Sequence_7_Minus2: light-dark(#0054b5, #012b2a);
|
|
1210
|
+
--sapChart_Sequence_7_Minus2_TextColor: #fff;
|
|
1211
|
+
--sapChart_Sequence_7_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1212
|
+
--sapChart_Sequence_7_Minus3: light-dark(#00418c, #000);
|
|
1213
|
+
--sapChart_Sequence_7_Minus3_TextColor: #fff;
|
|
1214
|
+
--sapChart_Sequence_7_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1215
|
+
--sapChart_Sequence_7_Minus4: light-dark(#00244f, #000);
|
|
1216
|
+
--sapChart_Sequence_7_Minus4_TextColor: #fff;
|
|
1217
|
+
--sapChart_Sequence_7_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1218
|
+
--sapChart_Sequence_7_Minus5: light-dark(#001b3a, #000);
|
|
1219
|
+
--sapChart_Sequence_7_Minus5_TextColor: #fff;
|
|
1220
|
+
--sapChart_Sequence_7_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1221
|
+
--sapChart_Sequence_8_Plus3: light-dark(#c879af, #fed9fd);
|
|
1222
|
+
--sapChart_Sequence_8_Plus3_TextColor: #000;
|
|
1223
|
+
--sapChart_Sequence_8_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1224
|
+
--sapChart_Sequence_8_Plus2: light-dark(#c167a4, #fabff8);
|
|
1225
|
+
--sapChart_Sequence_8_Plus2_TextColor: light-dark(#fff, #000);
|
|
1226
|
+
--sapChart_Sequence_8_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1227
|
+
--sapChart_Sequence_8_Plus1: light-dark(#ba5599, #f8a2f5);
|
|
1228
|
+
--sapChart_Sequence_8_Plus1_TextColor: light-dark(#fff, #000);
|
|
1229
|
+
--sapChart_Sequence_8_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1230
|
+
--sapChart_Sequence_8: light-dark(#ae478d, #f473f0);
|
|
1231
|
+
--sapChart_Sequence_8_TextColor: light-dark(#fff, #000);
|
|
1232
|
+
--sapChart_Sequence_8_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1233
|
+
--sapChart_Sequence_8_BorderColor: light-dark(#ae478d, #f473f0);
|
|
1234
|
+
--sapChart_Sequence_8_Minus1: light-dark(#9c407e, #f14dec);
|
|
1235
|
+
--sapChart_Sequence_8_Minus1_TextColor: light-dark(#fff, #000);
|
|
1236
|
+
--sapChart_Sequence_8_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1237
|
+
--sapChart_Sequence_8_Minus2: light-dark(#8a3870, #a2039c);
|
|
1238
|
+
--sapChart_Sequence_8_Minus2_TextColor: #fff;
|
|
1239
|
+
--sapChart_Sequence_8_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1240
|
+
--sapChart_Sequence_8_Minus3: light-dark(#783161, #d904d2);
|
|
1241
|
+
--sapChart_Sequence_8_Minus3_TextColor: #fff;
|
|
1242
|
+
--sapChart_Sequence_8_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1243
|
+
--sapChart_Sequence_8_Minus4: light-dark(#662952, #c004b9);
|
|
1244
|
+
--sapChart_Sequence_8_Minus4_TextColor: #fff;
|
|
1245
|
+
--sapChart_Sequence_8_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1246
|
+
--sapChart_Sequence_8_Minus5: light-dark(#532244, #a2039c);
|
|
1247
|
+
--sapChart_Sequence_8_Minus5_TextColor: #fff;
|
|
1248
|
+
--sapChart_Sequence_8_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1249
|
+
--sapChart_Sequence_9_Plus3: light-dark(#879785, #c6cfc5);
|
|
1250
|
+
--sapChart_Sequence_9_Plus3_TextColor: #000;
|
|
1251
|
+
--sapChart_Sequence_9_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1252
|
+
--sapChart_Sequence_9_Plus2: light-dark(#7c8e7a, #b8c4b7);
|
|
1253
|
+
--sapChart_Sequence_9_Plus2_TextColor: light-dark(#fff, #000);
|
|
1254
|
+
--sapChart_Sequence_9_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1255
|
+
--sapChart_Sequence_9_Plus1: light-dark(#70816d, #abb8a9);
|
|
1256
|
+
--sapChart_Sequence_9_Plus1_TextColor: light-dark(#fff, #000);
|
|
1257
|
+
--sapChart_Sequence_9_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1258
|
+
--sapChart_Sequence_9: light-dark(#667664, #9dad9b);
|
|
1259
|
+
--sapChart_Sequence_9_TextColor: light-dark(#fff, #000);
|
|
1260
|
+
--sapChart_Sequence_9_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1261
|
+
--sapChart_Sequence_9_BorderColor: light-dark(#667664, #9dad9b);
|
|
1262
|
+
--sapChart_Sequence_9_Minus1: light-dark(#5c6b5b, #879b85);
|
|
1263
|
+
--sapChart_Sequence_9_Minus1_TextColor: light-dark(#fff, #000);
|
|
1264
|
+
--sapChart_Sequence_9_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1265
|
+
--sapChart_Sequence_9_Minus2: light-dark(#536051, #51604f);
|
|
1266
|
+
--sapChart_Sequence_9_Minus2_TextColor: #fff;
|
|
1267
|
+
--sapChart_Sequence_9_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1268
|
+
--sapChart_Sequence_9_Minus3: light-dark(#495548, #455243);
|
|
1269
|
+
--sapChart_Sequence_9_Minus3_TextColor: #fff;
|
|
1270
|
+
--sapChart_Sequence_9_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1271
|
+
--sapChart_Sequence_9_Minus4: light-dark(#404a3f, #394438);
|
|
1272
|
+
--sapChart_Sequence_9_Minus4_TextColor: #fff;
|
|
1273
|
+
--sapChart_Sequence_9_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1274
|
+
--sapChart_Sequence_9_Minus5: light-dark(#363f35, #2d362c);
|
|
1275
|
+
--sapChart_Sequence_9_Minus5_TextColor: #fff;
|
|
1276
|
+
--sapChart_Sequence_9_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1277
|
+
--sapChart_Sequence_10_Plus3: light-dark(#c98282, #fdd6d6);
|
|
1278
|
+
--sapChart_Sequence_10_Plus3_TextColor: #000;
|
|
1279
|
+
--sapChart_Sequence_10_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1280
|
+
--sapChart_Sequence_10_Plus2: light-dark(#c57777, #f9b7b7);
|
|
1281
|
+
--sapChart_Sequence_10_Plus2_TextColor: light-dark(#fff, #000);
|
|
1282
|
+
--sapChart_Sequence_10_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1283
|
+
--sapChart_Sequence_10_Plus1: light-dark(#bd6565, #f7a4a4);
|
|
1284
|
+
--sapChart_Sequence_10_Plus1_TextColor: light-dark(#fff, #000);
|
|
1285
|
+
--sapChart_Sequence_10_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1286
|
+
--sapChart_Sequence_10: light-dark(#b75757, #f28585);
|
|
1287
|
+
--sapChart_Sequence_10_TextColor: light-dark(#fff, #000);
|
|
1288
|
+
--sapChart_Sequence_10_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1289
|
+
--sapChart_Sequence_10_BorderColor: light-dark(#b75757, #f28585);
|
|
1290
|
+
--sapChart_Sequence_10_Minus1: light-dark(#af4b4b, #e97070);
|
|
1291
|
+
--sapChart_Sequence_10_Minus1_TextColor: light-dark(#fff, #000);
|
|
1292
|
+
--sapChart_Sequence_10_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1293
|
+
--sapChart_Sequence_10_Minus2: light-dark(#a04545, #9a3a3a);
|
|
1294
|
+
--sapChart_Sequence_10_Minus2_TextColor: #fff;
|
|
1295
|
+
--sapChart_Sequence_10_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1296
|
+
--sapChart_Sequence_10_Minus3: light-dark(#923f3f, #8b3434);
|
|
1297
|
+
--sapChart_Sequence_10_Minus3_TextColor: #fff;
|
|
1298
|
+
--sapChart_Sequence_10_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1299
|
+
--sapChart_Sequence_10_Minus4: light-dark(#843939, #752c2c);
|
|
1300
|
+
--sapChart_Sequence_10_Minus4_TextColor: #fff;
|
|
1301
|
+
--sapChart_Sequence_10_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1302
|
+
--sapChart_Sequence_10_Minus5: light-dark(#763232, #5f2424);
|
|
1303
|
+
--sapChart_Sequence_10_Minus5_TextColor: #fff;
|
|
1304
|
+
--sapChart_Sequence_10_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1305
|
+
--sapChart_Sequence_11_Plus3: light-dark(#967dff, #e4e5fc);
|
|
1306
|
+
--sapChart_Sequence_11_Plus3_TextColor: #000;
|
|
1307
|
+
--sapChart_Sequence_11_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1308
|
+
--sapChart_Sequence_11_Plus2: light-dark(#7e5fff, #cdcffa);
|
|
1309
|
+
--sapChart_Sequence_11_Plus2_TextColor: light-dark(#fff, #000);
|
|
1310
|
+
--sapChart_Sequence_11_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1311
|
+
--sapChart_Sequence_11_Plus1: light-dark(#5d36ff, #b5b9f8);
|
|
1312
|
+
--sapChart_Sequence_11_Plus1_TextColor: light-dark(#fff, #000);
|
|
1313
|
+
--sapChart_Sequence_11_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1314
|
+
--sapChart_Sequence_11: light-dark(#4b25e7, #9ea3f6);
|
|
1315
|
+
--sapChart_Sequence_11_TextColor: light-dark(#fff, #000);
|
|
1316
|
+
--sapChart_Sequence_11_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1317
|
+
--sapChart_Sequence_11_BorderColor: light-dark(#4b25e7, #9ea3f6);
|
|
1318
|
+
--sapChart_Sequence_11_Minus1: light-dark(#3a17cd, #878df4);
|
|
1319
|
+
--sapChart_Sequence_11_Minus1_TextColor: light-dark(#fff, #000);
|
|
1320
|
+
--sapChart_Sequence_11_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1321
|
+
--sapChart_Sequence_11_Minus2: light-dark(#3012a8, #6f77f2);
|
|
1322
|
+
--sapChart_Sequence_11_Minus2_TextColor: #fff;
|
|
1323
|
+
--sapChart_Sequence_11_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1324
|
+
--sapChart_Sequence_11_Minus3: light-dark(#250e83, #5861f0);
|
|
1325
|
+
--sapChart_Sequence_11_Minus3_TextColor: #fff;
|
|
1326
|
+
--sapChart_Sequence_11_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1327
|
+
--sapChart_Sequence_11_Minus4: light-dark(#1d0b68, #4a53ee);
|
|
1328
|
+
--sapChart_Sequence_11_Minus4_TextColor: #fff;
|
|
1329
|
+
--sapChart_Sequence_11_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1330
|
+
--sapChart_Sequence_11_Minus5: light-dark(#10063a, #3b44da);
|
|
1331
|
+
--sapChart_Sequence_11_Minus5_TextColor: #fff;
|
|
1332
|
+
--sapChart_Sequence_11_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1333
|
+
--sapChart_Sequence_12_Plus3: light-dark(#b08d6e, #d7cbb6);
|
|
1334
|
+
--sapChart_Sequence_12_Plus3_TextColor: #000;
|
|
1335
|
+
--sapChart_Sequence_12_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1336
|
+
--sapChart_Sequence_12_Plus2: light-dark(#9f7956, #caba9f);
|
|
1337
|
+
--sapChart_Sequence_12_Plus2_TextColor: light-dark(#fff, #000);
|
|
1338
|
+
--sapChart_Sequence_12_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1339
|
+
--sapChart_Sequence_12_Plus1: light-dark(#926f4f, #c1ae8f);
|
|
1340
|
+
--sapChart_Sequence_12_Plus1_TextColor: light-dark(#fff, #000);
|
|
1341
|
+
--sapChart_Sequence_12_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1342
|
+
--sapChart_Sequence_12: light-dark(#816246, #b49e78);
|
|
1343
|
+
--sapChart_Sequence_12_TextColor: light-dark(#fff, #000);
|
|
1344
|
+
--sapChart_Sequence_12_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1345
|
+
--sapChart_Sequence_12_BorderColor: light-dark(#816246, #b49e78);
|
|
1346
|
+
--sapChart_Sequence_12_Minus1: light-dark(#74583f, #a58b5e);
|
|
1347
|
+
--sapChart_Sequence_12_Minus1_TextColor: light-dark(#fff, #000);
|
|
1348
|
+
--sapChart_Sequence_12_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1349
|
+
--sapChart_Sequence_12_Minus2: light-dark(#674e38, #a08659);
|
|
1350
|
+
--sapChart_Sequence_12_Minus2_TextColor: #fff;
|
|
1351
|
+
--sapChart_Sequence_12_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1352
|
+
--sapChart_Sequence_12_Minus3: light-dark(#594430, #89734c);
|
|
1353
|
+
--sapChart_Sequence_12_Minus3_TextColor: #fff;
|
|
1354
|
+
--sapChart_Sequence_12_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1355
|
+
--sapChart_Sequence_12_Minus4: light-dark(#4c3a29, #796543);
|
|
1356
|
+
--sapChart_Sequence_12_Minus4_TextColor: #fff;
|
|
1357
|
+
--sapChart_Sequence_12_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1358
|
+
--sapChart_Sequence_12_Minus5: light-dark(#3f3022, #68573a);
|
|
1359
|
+
--sapChart_Sequence_12_Minus5_TextColor: #fff;
|
|
1360
|
+
--sapChart_Sequence_12_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1361
|
+
--sapChart_Sequence_Bad_Plus3: light-dark(#ff5454, #ffdede);
|
|
1362
|
+
--sapChart_Sequence_Bad_Plus3_TextColor: #000;
|
|
1363
|
+
--sapChart_Sequence_Bad_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1364
|
+
--sapChart_Sequence_Bad_Plus2: light-dark(#ff2626, #ffbfbf);
|
|
1365
|
+
--sapChart_Sequence_Bad_Plus2_TextColor: light-dark(#fff, #000);
|
|
1366
|
+
--sapChart_Sequence_Bad_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1367
|
+
--sapChart_Sequence_Bad_Plus1: light-dark(#e80000, #ff9c9c);
|
|
1368
|
+
--sapChart_Sequence_Bad_Plus1_TextColor: light-dark(#fff, #000);
|
|
1369
|
+
--sapChart_Sequence_Bad_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1370
|
+
--sapChart_Sequence_Bad: light-dark(#ab0000, #ff7878);
|
|
1371
|
+
--sapChart_Sequence_Bad_TextColor: light-dark(#fff, #000);
|
|
1372
|
+
--sapChart_Sequence_Bad_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1373
|
+
--sapChart_Sequence_Bad_BorderColor: light-dark(#ab0000, #ff7878);
|
|
1374
|
+
--sapChart_Sequence_Bad_Minus1: light-dark(#970000, #ff5f5f);
|
|
1375
|
+
--sapChart_Sequence_Bad_Minus1_TextColor: light-dark(#fff, #000);
|
|
1376
|
+
--sapChart_Sequence_Bad_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1377
|
+
--sapChart_Sequence_Bad_Minus2: light-dark(#820000, #ff4545);
|
|
1378
|
+
--sapChart_Sequence_Bad_Minus2_TextColor: #fff;
|
|
1379
|
+
--sapChart_Sequence_Bad_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1380
|
+
--sapChart_Sequence_Bad_Minus3: light-dark(#6e0000, #fd0000);
|
|
1381
|
+
--sapChart_Sequence_Bad_Minus3_TextColor: #fff;
|
|
1382
|
+
--sapChart_Sequence_Bad_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1383
|
+
--sapChart_Sequence_Bad_Minus4: light-dark(#590000, #de0000);
|
|
1384
|
+
--sapChart_Sequence_Bad_Minus4_TextColor: #fff;
|
|
1385
|
+
--sapChart_Sequence_Bad_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1386
|
+
--sapChart_Sequence_Bad_Minus5: light-dark(#000, #ba0000);
|
|
1387
|
+
--sapChart_Sequence_Bad_Minus5_TextColor: #fff;
|
|
1388
|
+
--sapChart_Sequence_Bad_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1389
|
+
--sapChart_Sequence_Critical_Plus3: light-dark(#990, #ffda9d);
|
|
1390
|
+
--sapChart_Sequence_Critical_Plus3_TextColor: #000;
|
|
1391
|
+
--sapChart_Sequence_Critical_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1392
|
+
--sapChart_Sequence_Critical_Plus2: light-dark(#858500, #ffd183);
|
|
1393
|
+
--sapChart_Sequence_Critical_Plus2_TextColor: light-dark(#fff, #000);
|
|
1394
|
+
--sapChart_Sequence_Critical_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1395
|
+
--sapChart_Sequence_Critical_Plus1: light-dark(#707000, #ffb437);
|
|
1396
|
+
--sapChart_Sequence_Critical_Plus1_TextColor: light-dark(#fff, #000);
|
|
1397
|
+
--sapChart_Sequence_Critical_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1398
|
+
--sapChart_Sequence_Critical: light-dark(#5c5c00, #ffab1d);
|
|
1399
|
+
--sapChart_Sequence_Critical_TextColor: light-dark(#fff, #000);
|
|
1400
|
+
--sapChart_Sequence_Critical_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1401
|
+
--sapChart_Sequence_Critical_BorderColor: light-dark(#5c5c00, #ffab1d);
|
|
1402
|
+
--sapChart_Sequence_Critical_Minus1: light-dark(#525200, #e99200);
|
|
1403
|
+
--sapChart_Sequence_Critical_Minus1_TextColor: light-dark(#fff, #000);
|
|
1404
|
+
--sapChart_Sequence_Critical_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1405
|
+
--sapChart_Sequence_Critical_Minus2: light-dark(#484800, #7e4f00);
|
|
1406
|
+
--sapChart_Sequence_Critical_Minus2_TextColor: #fff;
|
|
1407
|
+
--sapChart_Sequence_Critical_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1408
|
+
--sapChart_Sequence_Critical_Minus3: light-dark(#3d3d00, #643f00);
|
|
1409
|
+
--sapChart_Sequence_Critical_Minus3_TextColor: #fff;
|
|
1410
|
+
--sapChart_Sequence_Critical_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1411
|
+
--sapChart_Sequence_Critical_Minus4: light-dark(#330, #4b2f00);
|
|
1412
|
+
--sapChart_Sequence_Critical_Minus4_TextColor: #fff;
|
|
1413
|
+
--sapChart_Sequence_Critical_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1414
|
+
--sapChart_Sequence_Critical_Minus5: light-dark(#242400, #412900);
|
|
1415
|
+
--sapChart_Sequence_Critical_Minus5_TextColor: #fff;
|
|
1416
|
+
--sapChart_Sequence_Critical_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1417
|
+
--sapChart_Sequence_Good_Plus3: light-dark(#00a5a4, #eef6ee);
|
|
1418
|
+
--sapChart_Sequence_Good_Plus3_TextColor: #000;
|
|
1419
|
+
--sapChart_Sequence_Good_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1420
|
+
--sapChart_Sequence_Good_Plus2: light-dark(#00918f, #cce6cc);
|
|
1421
|
+
--sapChart_Sequence_Good_Plus2_TextColor: light-dark(#fff, #000);
|
|
1422
|
+
--sapChart_Sequence_Good_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1423
|
+
--sapChart_Sequence_Good_Plus1: light-dark(#007776, #bdb);
|
|
1424
|
+
--sapChart_Sequence_Good_Plus1_TextColor: light-dark(#fff, #000);
|
|
1425
|
+
--sapChart_Sequence_Good_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1426
|
+
--sapChart_Sequence_Good: light-dark(#006362, #99cc99);
|
|
1427
|
+
--sapChart_Sequence_Good_TextColor: light-dark(#fff, #000);
|
|
1428
|
+
--sapChart_Sequence_Good_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1429
|
+
--sapChart_Sequence_Good_BorderColor: light-dark(#006362, #99cc99);
|
|
1430
|
+
--sapChart_Sequence_Good_Minus1: light-dark(#005453, #7b7);
|
|
1431
|
+
--sapChart_Sequence_Good_Minus1_TextColor: light-dark(#fff, #000);
|
|
1432
|
+
--sapChart_Sequence_Good_Minus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1433
|
+
--sapChart_Sequence_Good_Minus2: light-dark(#044, #5cad5c);
|
|
1434
|
+
--sapChart_Sequence_Good_Minus2_TextColor: light-dark(#fff, #000);
|
|
1435
|
+
--sapChart_Sequence_Good_Minus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1436
|
+
--sapChart_Sequence_Good_Minus3: light-dark(#003535, #4b964b);
|
|
1437
|
+
--sapChart_Sequence_Good_Minus3_TextColor: light-dark(#fff, #000);
|
|
1438
|
+
--sapChart_Sequence_Good_Minus3_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1439
|
+
--sapChart_Sequence_Good_Minus4: light-dark(#002625, #428542);
|
|
1440
|
+
--sapChart_Sequence_Good_Minus4_TextColor: #fff;
|
|
1441
|
+
--sapChart_Sequence_Good_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1442
|
+
--sapChart_Sequence_Good_Minus5: light-dark(#001c1b, #363);
|
|
1443
|
+
--sapChart_Sequence_Good_Minus5_TextColor: #fff;
|
|
1444
|
+
--sapChart_Sequence_Good_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1445
|
+
--sapChart_Sequence_Neutral_Plus3: light-dark(#8d8d8d, #f9f9f9);
|
|
1446
|
+
--sapChart_Sequence_Neutral_Plus3_TextColor: #000;
|
|
1447
|
+
--sapChart_Sequence_Neutral_Plus3_TextShadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
|
|
1448
|
+
--sapChart_Sequence_Neutral_Plus2: light-dark(#7b7b7b, #e2e2e2);
|
|
1449
|
+
--sapChart_Sequence_Neutral_Plus2_TextColor: light-dark(#fff, #000);
|
|
1450
|
+
--sapChart_Sequence_Neutral_Plus2_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1451
|
+
--sapChart_Sequence_Neutral_Plus1: light-dark(#666, #d5d5d5);
|
|
1452
|
+
--sapChart_Sequence_Neutral_Plus1_TextColor: light-dark(#fff, #000);
|
|
1453
|
+
--sapChart_Sequence_Neutral_Plus1_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1454
|
+
--sapChart_Sequence_Neutral: light-dark(#525252, #afafaf);
|
|
1455
|
+
--sapChart_Sequence_Neutral_TextColor: light-dark(#fff, #000);
|
|
1456
|
+
--sapChart_Sequence_Neutral_TextShadow: var(--_ui5-light-scheme, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000) var(--_ui5-dark-scheme, -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff);
|
|
1457
|
+
--sapChart_Sequence_Neutral_BorderColor: light-dark(#525252, #afafaf);
|
|
1458
|
+
--sapChart_Sequence_Neutral_Minus1: light-dark(#3e3e3e, #969696);
|
|
1459
|
+
--sapChart_Sequence_Neutral_Minus1_TextColor: #fff;
|
|
1460
|
+
--sapChart_Sequence_Neutral_Minus1_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1461
|
+
--sapChart_Sequence_Neutral_Minus2: light-dark(#2e2e2e, #909090);
|
|
1462
|
+
--sapChart_Sequence_Neutral_Minus2_TextColor: #fff;
|
|
1463
|
+
--sapChart_Sequence_Neutral_Minus2_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1464
|
+
--sapChart_Sequence_Neutral_Minus3: light-dark(#242424, #818181);
|
|
1465
|
+
--sapChart_Sequence_Neutral_Minus3_TextColor: #fff;
|
|
1466
|
+
--sapChart_Sequence_Neutral_Minus3_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1467
|
+
--sapChart_Sequence_Neutral_Minus4: light-dark(#1a1a1a, #727272);
|
|
1468
|
+
--sapChart_Sequence_Neutral_Minus4_TextColor: #fff;
|
|
1469
|
+
--sapChart_Sequence_Neutral_Minus4_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1470
|
+
--sapChart_Sequence_Neutral_Minus5: light-dark(#000, #5b5b5b);
|
|
1471
|
+
--sapChart_Sequence_Neutral_Minus5_TextColor: #fff;
|
|
1472
|
+
--sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
|
|
1473
|
+
--sapBreakpoint_S_Min: 0;
|
|
1474
|
+
--sapBreakpoint_M_Min: 600px;
|
|
1475
|
+
--sapBreakpoint_L_Min: 1024px;
|
|
1476
|
+
--sapBreakpoint_XL_Min: 1440px;
|
|
1477
|
+
--sapSapThemeId: var(--_ui5-light-scheme, sap_horizon_hcw) var(--_ui5-dark-scheme, sap_horizon_hcb);
|
|
1478
|
+
--sapHighlightTextColor: light-dark(#000, #fff);
|
|
1479
|
+
--sapButton_Emphasized_FontWeight: bold;
|
|
1480
|
+
--sapShell_BackgroundGradient: var(--_ui5-light-scheme, linear-gradient(to bottom, #fff, #fff)) var(--_ui5-dark-scheme, linear-gradient(to bottom, #000, #000));
|
|
1481
|
+
--sapAt: @
|
|
1482
|
+
|
|
1483
|
+
}
|
|
1484
|
+
@media (prefers-color-scheme: dark) {
|
|
1485
|
+
:root {
|
|
1486
|
+
--_ui5-light-scheme: ;
|
|
1487
|
+
--_ui5-dark-scheme: var(--_ui5-f2d95f8);
|
|
1488
|
+
color-scheme: dark}}`;
|
|
1489
|
+
//# sourceMappingURL=parameters-bundle.css.js.map
|