forked from SAP/theming-base-content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsass_variables.scss
439 lines (439 loc) · 17.4 KB
/
sass_variables.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
/* ${copyright}. Theming Engine 1.48.2 */
$sapBrandColor: #0a6ed1;
$sapHighlightColor: #0854a0;
$sapBaseColor: #fff;
$sapShellColor: #354a5f;
$sapBackgroundColor: #f7f7f7;
$sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
$sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
$sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
$sapFontHeaderFamily: "72", "72full", Arial, Helvetica, sans-serif;
$sapFontSize: .875rem;
$sapFontSmallSize: .75rem;
$sapFontLargeSize: 1rem;
$sapFontHeader1Size: 2.25rem;
$sapFontHeader2Size: 1.5rem;
$sapFontHeader3Size: 1.25rem;
$sapFontHeader4Size: 1.125rem;
$sapFontHeader5Size: 1rem;
$sapFontHeader6Size: .875rem;
$sapTextColor: #32363a;
$sapLinkColor: #0a6ed1;
$sapLink_Hover_Color: #0854a0;
$sapLink_Active_Color: #0a6ed1;
$sapLink_Visited_Color: #0a6ed1;
$sapLink_InvertedColor: #d3e8fd;
$sapCompanyLogo: none;
$sapBackgroundImage: none;
$sapBackgroundImageOpacity: 1.0;
$sapBackgroundImageRepeat: false;
$sapSelectedColor: #0854a0;
$sapActiveColor: #0854a0;
$sapHighlightTextColor: #fff;
$sapTitleColor: #32363a;
$sapNegativeColor: #bb0000;
$sapCriticalColor: #e9730c;
$sapPositiveColor: #107e3e;
$sapInformativeColor: #0a6ed1;
$sapNeutralColor: #6a6d70;
$sapNegativeElementColor: #bb0000;
$sapCriticalElementColor: #e9730c;
$sapPositiveElementColor: #107e3e;
$sapInformativeElementColor: #0a6ed1;
$sapNeutralElementColor: #6a6d70;
$sapNegativeTextColor: #bb0000;
$sapPositiveTextColor: #107e3e;
$sapCriticalTextColor: #e9730c;
$sapInformativeTextColor: #053b70;
$sapNeutralTextColor: #6a6d70;
$sapNeutralBorderColor: #6a6d70;
$sapErrorColor: #bb0000;
$sapErrorBorderColor: #bb0000;
$sapWarningColor: #e9730c;
$sapWarningBorderColor: #e9730c;
$sapSuccessColor: #107e3e;
$sapSuccessBorderColor: #107e3e;
$sapInformationColor: #0a6ed1;
$sapInformationBorderColor: #0a6ed1;
$sapErrorBackground: #ffebeb;
$sapWarningBackground: #fef7f1;
$sapSuccessBackground: #f1fdf6;
$sapInformationBackground: #f5faff;
$sapNeutralBackground: #f4f4f4;
$sapIndicationColor_1: #880000;
$sapIndicationColor_2: #bb0000;
$sapIndicationColor_3: #e9730c;
$sapIndicationColor_4: #107e3e;
$sapIndicationColor_5: #0a6ed1;
$sapElement_LineHeight: 2.75rem;
$sapElement_Height: 2.25rem;
$sapElement_BorderWidth: .0625rem;
$sapElement_BorderCornerRadius: .25rem;
$sapElement_Compact_LineHeight: 2rem;
$sapElement_Compact_Height: 1.625rem;
$sapElement_Condensed_LineHeight: 1.5rem;
$sapElement_Condensed_Height: 1.375rem;
$sapContent_LineHeight: 1.4;
$sapContent_IconHeight: 1rem;
$sapContent_IconColor: #0854a0;
$sapContent_ContrastIconColor: #fff;
$sapContent_NonInteractiveIconColor: #6a6d70;
$sapContent_MarkerIconColor: #286eb4;
$sapContent_MarkerTextColor: #0f828f;
$sapContent_ImagePlaceholderBackground: #ccc;
$sapContent_ImagePlaceholderForegroundColor: #fff;
$sapContent_RatedColor: #d08014;
$sapContent_UnratedColor: #89919a;
$sapContent_FocusColor: #000;
$sapContent_FocusStyle: dotted;
$sapContent_FocusWidth: .0625rem;
$sapContent_ContrastFocusColor: #fff;
$sapContent_ShadowColor: #000;
$sapContent_ContrastShadowColor: #fff;
$sapContent_Shadow0: 0 0 0 0.0625rem rgba(0,0,0,0.1), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.1);
$sapContent_Shadow1: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);
$sapContent_Shadow2: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.3);
$sapContent_Shadow3: 0 0 0 0.0625rem rgba(0,0,0,0.42), 0 1.25rem 5rem 0 rgba(0,0,0,0.3);
$sapContent_TextShadow: 0 0 0.125rem #fff;
$sapContent_HeaderShadow: 0 0 0.25rem 0 rgba(0,0,0,0.15), inset 0 -0.0625rem 0 0 #d9d9d9;
$sapContent_SearchHighlightColor: #d4f7db;
$sapContent_HelpColor: #3f8600;
$sapContent_LabelColor: #6a6d70;
$sapContent_MonospaceFontFamily: lucida console, monospace;
$sapContent_DisabledTextColor: rgba(50,54,58,0.6);
$sapContent_DisabledOpacity: 0.4;
$sapContent_ContrastTextThreshold: 0.65;
$sapContent_ContrastTextColor: #fff;
$sapContent_ForegroundColor: #efefef;
$sapContent_ForegroundBorderColor: #89919a;
$sapContent_ForegroundTextColor: #32363a;
$sapContent_BadgeBackground: #d04343;
$sapContent_BadgeTextColor: #fff;
$sapContent_Placeholderloading_Background: #e0e0e0;
$sapContent_Placeholderloading_Gradient: linear-gradient(to right, #e0e0e0 0%, #e0e0e0 35%, #d3d3d3 50%, #e0e0e0 65%, #e0e0e0 100%);
$sapContent_DragAndDropActiveColor: #0854a0;
$sapContent_Selected_Background: #0854a0;
$sapContent_Selected_TextColor: #fff;
$sapContent_Selected_Hover_Background: #095caf;
$sapContent_Illustrative_Color1: #0a6ed1;
$sapContent_Illustrative_Color2: #72b5f8;
$sapContent_Illustrative_Color3: #ffba10;
$sapContent_Illustrative_Color4: #4a5055;
$sapContent_Illustrative_Color5: #9da4aa;
$sapContent_Illustrative_Color6: #c6cace;
$sapContent_Illustrative_Color7: #e7e9ea;
$sapContent_Illustrative_Color8: #ffffff;
$sapShell_Background: #edeff0;
$sapShell_BackgroundImage: linear-gradient(to bottom, #dfe3e4, #f3f4f5);
$sapShell_BackgroundGradient: linear-gradient(to bottom, #dfe3e4, #f3f4f5);
$sapShell_BackgroundImageOpacity: 1.0;
$sapShell_BackgroundImageRepeat: false;
$sapShell_BorderColor: #354a5f;
$sapShell_TextColor: #fff;
$sapShell_InteractiveTextColor: #d1e8ff;
$sapShell_InteractiveBorderColor: #7996b4;
$sapShell_GroupTitleTextColor: #32363a;
$sapShell_Hover_Background: #283848;
$sapShell_Active_Background: #23303e;
$sapShell_Active_TextColor: #fff;
$sapShell_Selected_Background: #23303e;
$sapShell_Selected_TextColor: #fff;
$sapShell_Selected_Hover_Background: #23303e;
$sapShell_Favicon: none;
$sapShell_Navigation_Background: #fff;
$sapShell_Navigation_SelectedColor: #0854a0;
$sapShell_Navigation_Selected_TextColor: #0854a0;
$sapShell_Navigation_TextColor: #32363a;
$sapShell_Shadow: 0 0 0.25rem 0 rgba(0,0,0,0.15), inset 0 -0.0625rem 0 0 rgba(0,0,0,0.2);
$sapButton_BorderWidth: .0625rem;
$sapButton_BorderCornerRadius: .25rem;
$sapButton_Background: #fff;
$sapButton_BorderColor: #0854a0;
$sapButton_TextColor: #0854a0;
$sapButton_Hover_Background: #ebf5fe;
$sapButton_Hover_BorderColor: #0854a0;
$sapButton_Hover_TextColor: #0854a0;
$sapButton_IconColor: #0854a0;
$sapButton_Active_Background: #0854a0;
$sapButton_Active_BorderColor: #0854a0;
$sapButton_Active_TextColor: #fff;
$sapButton_Emphasized_Background: #0a6ed1;
$sapButton_Emphasized_BorderColor: #0a6ed1;
$sapButton_Emphasized_TextColor: #fff;
$sapButton_Emphasized_Hover_Background: #085caf;
$sapButton_Emphasized_Hover_BorderColor: #085caf;
$sapButton_Emphasized_Hover_TextColor: #fff;
$sapButton_Emphasized_Active_Background: #0854a0;
$sapButton_Emphasized_Active_BorderColor: #0854a0;
$sapButton_Emphasized_TextShadow: transparent;
$sapButton_Accept_Background: #fff;
$sapButton_Accept_BorderColor: #107e3e;
$sapButton_Accept_Hover_Background: #f1fdf6;
$sapButton_Accept_Hover_BorderColor: #107e3e;
$sapButton_Accept_Hover_TextColor: #107e3e;
$sapButton_Accept_Active_Background: #0d6733;
$sapButton_Accept_Active_BorderColor: #0d6733;
$sapButton_Accept_TextColor: #107e3e;
$sapButton_Accept_Selected_Background: #0d6733;
$sapButton_Accept_Selected_BorderColor: #0d6733;
$sapButton_Accept_Selected_TextColor: #fff;
$sapButton_Accept_Selected_Hover_Background: #107e3e;
$sapButton_Accept_Selected_Hover_BorderColor: #107e3e;
$sapButton_Reject_Background: #fff;
$sapButton_Reject_BorderColor: #bb0000;
$sapButton_Reject_Hover_Background: #ffebeb;
$sapButton_Reject_Hover_BorderColor: #bb0000;
$sapButton_Reject_Hover_TextColor: #b00;
$sapButton_Reject_Active_Background: #a20000;
$sapButton_Reject_Active_BorderColor: #a20000;
$sapButton_Reject_TextColor: #b00;
$sapButton_Reject_Selected_Background: #a20000;
$sapButton_Reject_Selected_BorderColor: #a20000;
$sapButton_Reject_Selected_TextColor: #fff;
$sapButton_Reject_Selected_Hover_Background: #b00;
$sapButton_Reject_Selected_Hover_BorderColor: #b00;
$sapButton_Lite_Background: transparent;
$sapButton_Lite_BorderColor: transparent;
$sapButton_Lite_TextColor: #0854a0;
$sapButton_Lite_Hover_Background: #ebf5fe;
$sapButton_Lite_Hover_BorderColor: #0854a0;
$sapButton_Lite_Hover_TextColor: #0854a0;
$sapButton_Lite_Active_Background: #0854a0;
$sapButton_Lite_Active_BorderColor: #0854a0;
$sapButton_Selected_Background: #0854a0;
$sapButton_Selected_BorderColor: #0854a0;
$sapButton_Selected_TextColor: #fff;
$sapButton_Selected_Hover_Background: #095caf;
$sapButton_Selected_Hover_BorderColor: #095caf;
$sapButton_Attention_Background: #fff;
$sapButton_Attention_BorderColor: #e9730c;
$sapButton_Attention_TextColor: #e9730c;
$sapButton_Attention_Hover_Background: #fef7f1;
$sapButton_Attention_Hover_BorderColor: #e9730c;
$sapButton_Attention_Hover_TextColor: #e9730c;
$sapButton_Attention_Active_Background: #d1670b;
$sapButton_Attention_Active_BorderColor: #d1670b;
$sapButton_Attention_Selected_Background: #d1670b;
$sapButton_Attention_Selected_BorderColor: #d1670b;
$sapButton_Attention_Selected_TextColor: #fff;
$sapButton_Attention_Selected_Hover_Background: #e9730c;
$sapButton_Attention_Selected_Hover_BorderColor: #e9730c;
$sapButton_Negative_Background: #bb0000;
$sapButton_Negative_BorderColor: #bb0000;
$sapButton_Negative_TextColor: #fff;
$sapButton_Negative_Hover_Background: #970000;
$sapButton_Negative_Hover_BorderColor: #970000;
$sapButton_Negative_Hover_TextColor: #fff;
$sapButton_Negative_Active_Background: #800;
$sapButton_Negative_Active_BorderColor: #800;
$sapButton_Critical_Background: #e9730c;
$sapButton_Critical_BorderColor: #e9730c;
$sapButton_Critical_TextColor: #fff;
$sapButton_Critical_Hover_Background: #c7620a;
$sapButton_Critical_Hover_BorderColor: #c7620a;
$sapButton_Critical_Hover_TextColor: #fff;
$sapButton_Critical_Active_Background: #b85b0a;
$sapButton_Critical_Active_BorderColor: #b85b0a;
$sapButton_Success_Background: #107e3e;
$sapButton_Success_BorderColor: #107e3e;
$sapButton_Success_TextColor: #fff;
$sapButton_Success_Hover_Background: #0c5e2e;
$sapButton_Success_Hover_BorderColor: #0c5e2e;
$sapButton_Success_Hover_TextColor: #fff;
$sapButton_Success_Active_Background: #0a5128;
$sapButton_Success_Active_BorderColor: #0a5128;
$sapButton_Neutral_Background: #6a6d70;
$sapButton_Neutral_BorderColor: #6a6d70;
$sapButton_Neutral_TextColor: #fff;
$sapButton_Neutral_Hover_Background: #595b5e;
$sapButton_Neutral_Hover_BorderColor: #595b5e;
$sapButton_Neutral_Hover_TextColor: #fff;
$sapButton_Neutral_Active_Background: #515456;
$sapButton_Neutral_Active_BorderColor: #515456;
$sapButton_Track_Selected_Background: #ebf5fe;
$sapButton_Track_Selected_TextColor: #32363a;
$sapButton_Track_Background: #ededed;
$sapButton_Track_TextColor: #32363a;
$sapButton_TokenBackground: #fafafa;
$sapButton_TokenBorderColor: #c2c2c2;
$sapField_Background: #fff;
$sapField_TextColor: #32363a;
$sapField_PlaceholderTextColor: #74777a;
$sapField_BorderColor: #89919a;
$sapField_HelpBackground: #fff;
$sapField_BorderWidth: .0625rem;
$sapField_BorderCornerRadius: .125rem;
$sapField_Hover_Background: #fff;
$sapField_Hover_BorderColor: #0854a0;
$sapField_Hover_HelpBackground: #ebf5fe;
$sapField_Active_BorderColor: #0854a0;
$sapField_Focus_Background: #fff;
$sapField_Focus_BorderColor: #89919a;
$sapField_Focus_HelpBackground: #fff;
$sapField_ReadOnly_Background: rgba(242,242,242,0.5);
$sapField_ReadOnly_BorderColor: #89919a;
$sapField_ReadOnly_HelpBackground: rgba(242,242,242,0.5);
$sapField_RequiredColor: #ce3b3b;
$sapField_InvalidColor: #bb0000;
$sapField_InvalidBackground: #fff;
$sapField_WarningColor: #e9730c;
$sapField_WarningBackground: #fff;
$sapField_SuccessColor: #107e3e;
$sapField_SuccessBackground: #fff;
$sapField_InformationColor: #0a6ed1;
$sapField_InformationBackground: #fff;
$sapGroup_TitleBackground: transparent;
$sapGroup_TitleBorderColor: #d9d9d9;
$sapGroup_TitleTextColor: #32363a;
$sapGroup_ContentBackground: #fff;
$sapGroup_ContentBorderColor: #d9d9d9;
$sapGroup_BorderWidth: .0625rem;
$sapGroup_BorderCornerRadius: 0;
$sapGroup_FooterBackground: transparent;
$sapToolbar_Background: transparent;
$sapToolbar_SeparatorColor: #d9d9d9;
$sapList_HeaderBackground: #f2f2f2;
$sapList_HeaderBorderColor: #e4e4e4;
$sapList_HeaderTextColor: #32363a;
$sapList_BorderColor: #e4e4e4;
$sapList_TextColor: #32363a;
$sapList_Active_TextColor: #fff;
$sapList_BorderWidth: .0625rem;
$sapList_Active_Background: #0854a0;
$sapList_SelectionBackgroundColor: #e5f0fa;
$sapList_SelectionBorderColor: #0854a0;
$sapList_Hover_SelectionBackground: #d8e9f8;
$sapList_Background: #fff;
$sapList_Hover_Background: #f5f5f5;
$sapList_AlternatingBackground: #fafafa;
$sapList_GroupHeaderBackground: #fff;
$sapList_GroupHeaderBorderColor: #d8d8d8;
$sapList_GroupHeaderTextColor: #32363a;
$sapList_FooterBackground: #fafafa;
$sapList_FooterTextColor: #32363a;
$sapList_TableGroupHeaderBackground: #efefef;
$sapList_TableGroupHeaderBorderColor: #d8d8d8;
$sapList_TableGroupHeaderTextColor: #32363a;
$sapList_TableFooterBorder: #d8d8d8;
$sapList_TableFixedBorderColor: #d8d8d8;
$sapScrollBar_FaceColor: #949494;
$sapScrollBar_TrackColor: #fff;
$sapScrollBar_BorderColor: #949494;
$sapScrollBar_SymbolColor: #0854a0;
$sapScrollBar_Dimension: .75rem;
$sapScrollBar_Hover_FaceColor: #8c8c8c;
$sapPageHeader_Background: #fff;
$sapPageHeader_BorderColor: #d9d9d9;
$sapPageHeader_TextColor: #32363a;
$sapPageFooter_Background: #fff;
$sapPageFooter_BorderColor: #d9d9d9;
$sapPageFooter_TextColor: #32363a;
$sapInfobar_Background: #0f828f;
$sapInfobar_Hover_Background: #0e7581;
$sapInfobar_Active_Background: #0a545c;
$sapObjectHeader_Background: #fff;
$sapObjectHeader_BorderColor: #d9d9d9;
$sapBlockLayer_Background: #000;
$sapTile_Background: #fff;
$sapTile_Hover_Background: #f5f5f5;
$sapTile_Active_Background: #f5f5f5;
$sapTile_BorderColor: transparent;
$sapTile_TitleTextColor: #32363a;
$sapTile_TextColor: #6a6d70;
$sapTile_IconColor: #5a7da0;
$sapTile_SeparatorColor: #ccc;
$sapAccentColor1: #d08014;
$sapAccentColor2: #d04343;
$sapAccentColor3: #db1f77;
$sapAccentColor4: #c0399f;
$sapAccentColor5: #6367de;
$sapAccentColor6: #286eb4;
$sapAccentColor7: #0f828f;
$sapAccentColor8: #7ca10c;
$sapAccentColor9: #925ace;
$sapAccentColor10: #647987;
$sapLegend_WorkingBackground: #fafafa;
$sapLegend_NonWorkingBackground: #dedede;
$sapLegend_CurrentDateTime: #c0399f;
$sapLegendColor1: #d58215;
$sapLegendColor2: #dc5b5b;
$sapLegendColor3: #db1f77;
$sapLegendColor4: #9b3b3b;
$sapLegendColor5: #cf5db3;
$sapLegendColor6: #286eb4;
$sapLegendColor7: #1193a2;
$sapLegendColor8: #8b9668;
$sapLegendColor9: #647987;
$sapLegendColor10: #892971;
$sapLegendColor11: #725a3a;
$sapLegendColor12: #bb2f2f;
$sapLegendColor13: #bc1b66;
$sapLegendColor14: #8b714f;
$sapLegendColor15: #606190;
$sapLegendColor16: #597da1;
$sapLegendColor17: #49797e;
$sapLegendColor18: #687a33;
$sapLegendColor19: #295989;
$sapLegendColor20: #5154bd;
$sapLegendBackgroundColor1: #fdf3e7;
$sapLegendBackgroundColor2: #faeaea;
$sapLegendBackgroundColor3: #fce9f2;
$sapLegendBackgroundColor4: #f8ecec;
$sapLegendBackgroundColor5: #f9ebf5;
$sapLegendBackgroundColor6: #ebf3fa;
$sapLegendBackgroundColor7: #e8fbfd;
$sapLegendBackgroundColor8: #f3f4ef;
$sapLegendBackgroundColor9: #f1f3f4;
$sapLegendBackgroundColor10: #f9ebf6;
$sapLegendBackgroundColor11: #f6f2ed;
$sapLegendBackgroundColor12: #faeaea;
$sapLegendBackgroundColor13: #fce9f2;
$sapLegendBackgroundColor14: #f5f2ee;
$sapLegendBackgroundColor15: #f0f0f5;
$sapLegendBackgroundColor16: #eff2f6;
$sapLegendBackgroundColor17: #eff5f6;
$sapLegendBackgroundColor18: #f5f7ed;
$sapLegendBackgroundColor19: #ebf2f9;
$sapLegendBackgroundColor20: #ecedf8;
$sapChart_OrderedColor_1: #5899da;
$sapChart_OrderedColor_2: #e8743b;
$sapChart_OrderedColor_3: #19a979;
$sapChart_OrderedColor_4: #ed4a7b;
$sapChart_OrderedColor_5: #945ecf;
$sapChart_OrderedColor_6: #13a4b4;
$sapChart_OrderedColor_7: #525df4;
$sapChart_OrderedColor_8: #bf399e;
$sapChart_OrderedColor_9: #6c8893;
$sapChart_OrderedColor_10: #ee6868;
$sapChart_OrderedColor_11: #2f6497;
$sapChart_Bad: #dc0d0e;
$sapChart_Critical: #de890d;
$sapChart_Good: #3fa45b;
$sapChart_Neutral: #848f94;
$sapChart_Sequence_1: #5899da;
$sapChart_Sequence_2: #e8743b;
$sapChart_Sequence_3: #19a979;
$sapChart_Sequence_4: #ed4a7b;
$sapChart_Sequence_5: #945ecf;
$sapChart_Sequence_6: #13a4b4;
$sapChart_Sequence_7: #525df4;
$sapChart_Sequence_8: #bf399e;
$sapChart_Sequence_9: #6c8893;
$sapChart_Sequence_10: #ee6868;
$sapChart_Sequence_11: #2f6497;
$sapChart_Sequence_Neutral: #848f94;
$sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/sap_fiori_3/fonts/SAP-icons.ttf');
$sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_fiori_3/fonts/SAP-icons.woff');
$sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_fiori_3/fonts/SAP-icons.woff2');
$sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Regular.woff2');
$sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Regular.woff');
$sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Bold.woff2');
$sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Bold.woff');
$sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Light.woff2');
$sapFontUrl_72_Light_woff: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Light.woff');
$sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Regular-full.woff2');
$sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Regular-full.woff');
$sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Bold-full.woff2');
$sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Bold-full.woff');
$sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Light-full.woff2');
$sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/sap_base_fiori/fonts/72-Light-full.woff');