@openui5/themelib_sap_belize 1.108.16 → 1.108.17

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.
@@ -1,2077 +1,3001 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-05-24T07:19:31Z"}
2
+ // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
+ // * data:{"sModified":"2023-05-25T10:12:25Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.1.40) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.4.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
12
+ // [Protected "true"]
13
+ // [Category "Internal"]
14
+ // [Type "dimension"]
12
15
  @sapContent_GridSize: 1rem;
13
16
 
14
17
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
18
+ // [Protected "true"]
19
+ // [Category "Internal"]
20
+ // [Type "color"]
15
21
  @sapPrimary1: #3f5161;
16
22
 
17
23
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
24
+ // [Protected "true"]
25
+ // [Category "Internal"]
26
+ // [Type "color"]
18
27
  @sapPrimary2: #427cac;
19
28
 
20
29
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
30
+ // [Protected "true"]
31
+ // [Category "Internal"]
32
+ // [Type "color"]
21
33
  @sapPrimary3: #eff4f9;
22
34
 
23
35
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
36
+ // [Protected "true"]
37
+ // [Category "Internal"]
38
+ // [Type "color"]
24
39
  @sapPrimary4: #fff;
25
40
 
26
41
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
42
+ // [Protected "true"]
43
+ // [Category "Internal"]
44
+ // [Type "color"]
27
45
  @sapPrimary5: #fafafa;
28
46
 
29
47
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
48
+ // [Protected "true"]
49
+ // [Category "Internal"]
50
+ // [Type "color"]
30
51
  @sapPrimary6: #bfbfbf;
31
52
 
32
53
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
54
+ // [Protected "true"]
55
+ // [Category "Internal"]
56
+ // [Type "color"]
33
57
  @sapPrimary7: #333;
34
58
 
35
59
  // [Label "Shell Background Pattern Color"]
36
60
  // [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
37
61
  // [Tags "ThemeSpecific", "Base", "Shell", "Color", "!Protected"]
62
+ // [Protected "!true"]
63
+ // [Category "Resource"]
64
+ // [Type "color"]
38
65
  @sapShell_BackgroundPatternColor: fade(@sapPrimary4, 8);
39
66
 
40
67
  // [Tags "!Protected"]
68
+ // [Protected "!true"]
41
69
  @sapBrandColor: @sapPrimary2;
42
70
 
43
71
  // [Tags "!Protected"]
72
+ // [Protected "!true"]
44
73
  @sapHighlightColor: @sapBrandColor;
45
74
 
46
75
  // [Tags "!Protected"]
76
+ // [Protected "!true"]
47
77
  @sapBaseColor: @sapPrimary3;
48
78
 
49
79
  // [Tags "!Protected"]
80
+ // [Protected "!true"]
50
81
  @sapShellColor: transparent;
51
82
 
52
83
  // [Tags "!Protected"]
84
+ // [Protected "!true"]
53
85
  @sapBackgroundColor: @sapPrimary5;
54
86
 
55
87
  // [Tags "!Protected"]
88
+ // [Protected "!true"]
56
89
  @sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
57
90
 
58
91
  // [Tags "!Protected"]
92
+ // [Protected "!true"]
59
93
  @sapFontSize: 0.875 * @sapContent_GridSize;
60
94
 
61
95
  // [Tags "!Protected"]
96
+ // [Protected "!true"]
62
97
  @sapTextColor: @sapPrimary7;
63
98
 
64
99
  // [Tags "!Protected"]
100
+ // [Protected "!true"]
65
101
  @sapLinkColor: #0070b1;
66
102
 
67
103
  // [Tags "!Protected"]
104
+ // [Protected "!true"]
68
105
  @sapCompanyLogo: none;
69
106
 
70
107
  // [Tags "!Protected"]
108
+ // [Protected "!true"]
71
109
  @sapBackgroundImage: none;
72
110
 
73
111
  // [Tags "!Protected"]
112
+ // [Protected "!true"]
74
113
  @sapBackgroundImageOpacity: 1.0;
75
114
 
76
115
  // [Tags "!Protected"]
116
+ // [Protected "!true"]
77
117
  @sapBackgroundImageRepeat: false;
78
118
 
79
119
  // [Tags "!Protected"]
120
+ // [Protected "!true"]
80
121
  @sapSelectedColor: @sapHighlightColor;
122
+ @sapHoverColor: darken(@sapBackgroundColor, 4);
81
123
 
82
124
  // [Tags "!Protected"]
125
+ // [Protected "!true"]
83
126
  @sapActiveColor: @sapHighlightColor;
84
127
 
85
128
  // [Tags "!Protected"]
129
+ // [Protected "!true"]
86
130
  @sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
87
131
 
88
132
  // [Tags "!Protected"]
133
+ // [Protected "!true"]
89
134
  @sapTitleColor: @sapTextColor;
90
135
 
91
136
  // [Tags "!Protected"]
137
+ // [Protected "!true"]
92
138
  @sapNegativeColor: #bb0000;
93
139
 
94
140
  // [Tags "!Protected"]
141
+ // [Protected "!true"]
95
142
  @sapCriticalColor: #e78c07;
96
143
 
97
144
  // [Tags "!Protected"]
145
+ // [Protected "!true"]
98
146
  @sapPositiveColor: #2b7c2b;
99
147
 
100
148
  // [Tags "!Protected"]
149
+ // [Protected "!true"]
101
150
  @sapInformativeColor: #427cac;
102
151
 
103
152
  // [Tags "!Protected"]
153
+ // [Protected "!true"]
104
154
  @sapNeutralColor: #5e696e;
105
155
 
106
156
  // [Tags "!Protected"]
157
+ // [Protected "!true"]
107
158
  @sapNegativeElementColor: @sapNegativeColor;
108
159
 
109
160
  // [Tags "!Protected"]
161
+ // [Protected "!true"]
110
162
  @sapCriticalElementColor: @sapCriticalColor;
111
163
 
112
164
  // [Tags "!Protected"]
165
+ // [Protected "!true"]
113
166
  @sapPositiveElementColor: @sapPositiveColor;
114
167
 
115
168
  // [Tags "!Protected"]
169
+ // [Protected "!true"]
116
170
  @sapInformativeElementColor: @sapInformativeColor;
117
171
 
118
172
  // [Tags "!Protected"]
173
+ // [Protected "!true"]
119
174
  @sapNeutralElementColor: @sapNeutralColor;
120
175
 
121
176
  // [Tags "!Protected"]
177
+ // [Protected "!true"]
122
178
  @sapNegativeTextColor: @sapNegativeColor;
123
179
 
124
180
  // [Tags "!Protected"]
181
+ // [Protected "!true"]
125
182
  @sapCriticalTextColor: @sapCriticalColor;
126
183
 
127
184
  // [Tags "!Protected"]
185
+ // [Protected "!true"]
128
186
  @sapPositiveTextColor: @sapPositiveColor;
129
187
 
130
188
  // [Tags "!Protected"]
189
+ // [Protected "!true"]
131
190
  @sapInformativeTextColor: @sapInformativeColor;
132
191
 
133
192
  // [Tags "!Protected"]
193
+ // [Protected "!true"]
134
194
  @sapNeutralTextColor: @sapNeutralColor;
135
195
 
136
196
  // [Tags "!Protected"]
197
+ // [Protected "!true"]
137
198
  @sapErrorColor: lighten(@sapNegativeColor, 10);
138
199
 
139
200
  // [Tags "!Protected"]
201
+ // [Protected "!true"]
140
202
  @sapWarningColor: lighten(@sapCriticalColor, 10);
141
203
 
142
204
  // [Tags "!Protected"]
205
+ // [Protected "!true"]
143
206
  @sapSuccessColor: lighten(@sapPositiveColor, 10);
144
207
 
145
208
  // [Tags "!Protected"]
209
+ // [Protected "!true"]
146
210
  @sapInformationColor: @sapInformativeColor;
147
211
 
148
212
  // [Tags "!Protected"]
213
+ // [Protected "!true"]
149
214
  @sapErrorBackground: lighten(@sapNegativeColor, 58);
150
215
 
151
216
  // [Tags "!Protected"]
217
+ // [Protected "!true"]
152
218
  @sapWarningBackground: lighten(@sapCriticalColor, 46);
153
219
 
154
220
  // [Tags "!Protected"]
221
+ // [Protected "!true"]
155
222
  @sapSuccessBackground: lighten(@sapPositiveColor, 60);
156
223
 
157
224
  // [Tags "!Protected"]
225
+ // [Protected "!true"]
158
226
  @sapInformationBackground: lighten(@sapInformativeColor, 48);
159
227
 
160
228
  // [Tags "!Protected"]
229
+ // [Protected "!true"]
161
230
  @sapNeutralBackground: lighten(@sapNeutralColor, 56);
162
231
 
163
232
  // [Tags "!Protected"]
233
+ // [Protected "!true"]
164
234
  @sapErrorBorderColor: @sapErrorColor;
165
235
 
166
236
  // [Tags "!Protected"]
237
+ // [Protected "!true"]
167
238
  @sapWarningBorderColor: @sapWarningColor;
168
239
 
169
240
  // [Tags "!Protected"]
241
+ // [Protected "!true"]
170
242
  @sapSuccessBorderColor: @sapSuccessColor;
171
243
 
172
244
  // [Tags "!Protected"]
245
+ // [Protected "!true"]
173
246
  @sapInformationBorderColor: @sapInformativeColor;
174
247
 
175
248
  // [Tags "!Protected"]
249
+ // [Protected "!true"]
176
250
  @sapNeutralBorderColor: @sapNeutralColor;
177
251
 
178
252
  // [Tags "Protected"]
253
+ // [Protected "true"]
179
254
  @sapElement_LineHeight: 3 * @sapContent_GridSize;
180
255
 
181
256
  // [Tags "Protected"]
257
+ // [Protected "true"]
182
258
  @sapElement_Height: 2.5 * @sapContent_GridSize;
183
259
 
184
260
  // [Tags "Protected"]
261
+ // [Protected "true"]
185
262
  @sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
186
263
 
187
264
  // [Tags "!Protected"]
265
+ // [Protected "!true"]
188
266
  @sapElement_BorderCornerRadius: 0.25 * @sapContent_GridSize;
189
267
 
190
268
  // [Tags "Protected"]
269
+ // [Protected "true"]
191
270
  @sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;
192
271
 
193
272
  // [Tags "Protected"]
273
+ // [Protected "true"]
194
274
  @sapElement_Compact_Height: 1.625 * @sapContent_GridSize;
195
275
 
196
276
  // [Tags "Protected"]
277
+ // [Protected "true"]
197
278
  @sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;
198
279
 
199
280
  // [Tags "Protected"]
281
+ // [Protected "true"]
200
282
  @sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
201
283
 
202
284
  // [Tags "!Protected"]
285
+ // [Protected "!true"]
203
286
  @sapContent_LineHeight: 1.4;
204
287
 
205
288
  // [Tags "!Protected"]
289
+ // [Protected "!true"]
206
290
  @sapContent_IconHeight: @sapContent_GridSize;
207
291
 
208
292
  // [Tags "!Protected"]
293
+ // [Protected "!true"]
209
294
  @sapContent_IconColor: darken(@sapHighlightColor, 10);
210
295
 
211
296
  // [Tags "!Protected"]
297
+ // [Protected "!true"]
212
298
  @sapContent_ContrastIconColor: @sapContent_ContrastTextColor;
213
299
 
214
300
  // [Tags "!Protected"]
301
+ // [Protected "!true"]
215
302
  @sapContent_NonInteractiveIconColor: darken(@sapPrimary6, 22);
216
303
 
217
304
  // [Tags "!Protected"]
305
+ // [Protected "!true"]
218
306
  @sapContent_MarkerIconColor: @sapAccentColor5;
219
307
 
220
308
  // [Tags "!Protected"]
309
+ // [Protected "!true"]
221
310
  @sapContent_MarkerTextColor: darken(@sapAccentColor7, 8);
222
311
 
223
312
  // [Tags "!Protected"]
313
+ // [Protected "!true"]
224
314
  @sapContent_MeasureIndicatorColor: @sapField_BorderColor;
225
315
 
226
316
  // [Tags "!Protected"]
317
+ // [Protected "!true"]
227
318
  @sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;
228
319
 
229
320
  // [Tags "!Protected"]
321
+ // [Protected "!true"]
230
322
  @sapContent_Placeholderloading_Background: darken(@sapBaseColor, 12);
231
323
 
232
324
  // [Tags "!Protected"]
325
+ // [Protected "!true"]
233
326
  @sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapContent_Placeholderloading_Background 0%, @sapContent_Placeholderloading_Background 35%, darken(@sapContent_Placeholderloading_Background, 5) 50%, @sapContent_Placeholderloading_Background 65%, @sapContent_Placeholderloading_Background 100%);
234
327
 
235
328
  // [Tags "!Protected"]
329
+ // [Protected "!true"]
236
330
  @sapContent_ImagePlaceholderBackground: darken(@sapBaseColor, 9);
237
331
 
238
332
  // [Tags "!Protected"]
333
+ // [Protected "!true"]
239
334
  @sapContent_ImagePlaceholderForegroundColor: lighten(@sapBaseColor, 5);
240
335
 
241
336
  // [Tags "!Protected"]
337
+ // [Protected "!true"]
242
338
  @sapContent_RatedColor: @sapAccentColor1;
243
339
 
244
340
  // [Tags "!Protected"]
341
+ // [Protected "!true"]
245
342
  @sapContent_UnratedColor: darken(@sapContent_ForegroundColor, 25);
246
343
 
247
344
  // [Tags "!Protected"]
345
+ // [Protected "!true"]
248
346
  @sapContent_BusyColor: saturate(lighten(@sapAccentColor6, 5), 20);
249
347
 
250
348
  // [Tags "!Protected"]
349
+ // [Protected "!true"]
251
350
  @sapContent_FocusColor: #000;
252
351
 
253
352
  // [Tags "!Protected"]
353
+ // [Protected "!true"]
254
354
  @sapContent_FocusStyle: dotted;
255
355
 
256
356
  // [Tags "!Protected"]
357
+ // [Protected "!true"]
257
358
  @sapContent_FocusWidth: 0.0625 * @sapContent_GridSize;
258
359
 
259
360
  // [Tags "!Protected"]
361
+ // [Protected "!true"]
260
362
  @sapContent_ContrastFocusColor: #fff;
261
363
 
262
364
  // [Tags "!Protected"]
365
+ // [Protected "!true"]
263
366
  @sapContent_ShadowColor: #000;
264
367
 
265
368
  // [Tags "!Protected"]
369
+ // [Protected "!true"]
266
370
  @sapContent_ContrastShadowColor: #fff;
267
371
 
268
372
  // [Tags "!Protected"]
373
+ // [Protected "!true"]
269
374
  @sapContent_Shadow0: 0 0 0 1px fade(@sapContent_ShadowColor, 15);
270
375
 
271
376
  // [Tags "!Protected"]
377
+ // [Protected "!true"]
272
378
  @sapContent_Shadow1: 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 15), @sapContent_Shadow0;
273
379
 
274
380
  // [Tags "!Protected"]
381
+ // [Protected "!true"]
275
382
  @sapContent_Shadow2: 0 0.625rem 1.875rem 0 fade(@sapContent_ShadowColor, 15), @sapContent_Shadow0;
276
383
 
277
384
  // [Tags "!Protected"]
385
+ // [Protected "!true"]
278
386
  @sapContent_Shadow3: 0 1.25rem 5rem 0 fade(@sapContent_ShadowColor, 15), @sapContent_Shadow0;
279
387
 
280
388
  // [Tags "!Protected"]
389
+ // [Protected "!true"]
281
390
  @sapContent_TextShadow: 0 0 0.125rem @sapContent_ContrastShadowColor;
282
391
 
283
392
  // [Tags "!Protected"]
393
+ // [Protected "!true"]
284
394
  @sapContent_ContrastTextShadow: 0 0 0.0625rem fade(@sapContent_ShadowColor, 70);
285
395
 
286
396
  // [Tags "!Protected"]
397
+ // [Protected "!true"]
287
398
  @sapContent_HeaderShadow: 0 0.125rem 0 0 @sapObjectHeader_Background, inset 0 -0.125rem 0 0 @sapObjectHeader_BorderColor;
288
399
 
289
400
  // [Tags "!Protected"]
401
+ // [Protected "!true"]
290
402
  @sapContent_Interaction_Shadow: none;
291
403
 
292
404
  // [Tags "!Protected"]
405
+ // [Protected "!true"]
293
406
  @sapContent_Selected_Shadow: none;
294
407
 
295
408
  // [Tags "!Protected"]
409
+ // [Protected "!true"]
296
410
  @sapContent_Negative_Shadow: none;
297
411
 
298
412
  // [Tags "!Protected"]
413
+ // [Protected "!true"]
299
414
  @sapContent_Critical_Shadow: none;
300
415
 
301
416
  // [Tags "!Protected"]
417
+ // [Protected "!true"]
302
418
  @sapContent_Positive_Shadow: none;
303
419
 
304
420
  // [Tags "!Protected"]
421
+ // [Protected "!true"]
305
422
  @sapContent_Informative_Shadow: none;
306
423
 
307
424
  // [Tags "!Protected"]
425
+ // [Protected "!true"]
308
426
  @sapContent_Neutral_Shadow: none;
309
427
 
310
428
  // [Tags "!Protected"]
429
+ // [Protected "!true"]
311
430
  @sapContent_SearchHighlightColor: #d4f7db;
312
431
 
313
432
  // [Tags "!Protected"]
433
+ // [Protected "!true"]
314
434
  @sapContent_HelpColor: #3f8600;
315
435
 
316
436
  // [Tags "!Protected"]
437
+ // [Protected "!true"]
317
438
  @sapContent_LabelColor: lighten(@sapTextColor, 20);
318
439
 
319
440
  // [Tags "!Protected"]
441
+ // [Protected "!true"]
320
442
  @sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
321
443
 
322
444
  // [Tags "!Protected"]
445
+ // [Protected "!true"]
323
446
  @sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
324
447
 
325
448
  // [Tags "!Protected"]
449
+ // [Protected "!true"]
326
450
  @sapContent_IconFontFamily: "SAP-icons";
327
451
 
328
452
  // [Tags "!Protected"]
453
+ // [Protected "!true"]
329
454
  @sapContent_DisabledTextColor: fade(@sapTextColor, (100 - (@sapContent_DisabledOpacity * 100)));
330
455
 
331
456
  // [Tags "!Protected"]
457
+ // [Protected "!true"]
332
458
  @sapContent_DisabledOpacity: 0.5;
333
459
 
334
460
  // [Tags "!Protected"]
461
+ // [Protected "!true"]
335
462
  @sapContent_ContrastTextThreshold: 0.65;
336
463
 
337
464
  // [Tags "!Protected"]
465
+ // [Protected "!true"]
338
466
  @sapContent_ContrastTextColor: #fff;
339
467
 
340
468
  // [Tags "!Protected"]
469
+ // [Protected "!true"]
341
470
  @sapContent_ForegroundColor: lighten(@sapPrimary6, 15);
342
471
 
343
472
  // [Tags "!Protected"]
473
+ // [Protected "!true"]
344
474
  @sapContent_ForegroundBorderColor: @sapPrimary6;
345
475
 
346
476
  // [Tags "!Protected"]
477
+ // [Protected "!true"]
347
478
  @sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
348
479
 
349
480
  // [Tags "!Protected"]
481
+ // [Protected "!true"]
350
482
  @sapContent_BadgeBackground: @sapAccentColor3;
351
483
 
352
484
  // [Tags "!Protected"]
485
+ // [Protected "!true"]
353
486
  @sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
354
487
 
355
488
  // [Tags "!Protected"]
489
+ // [Protected "!true"]
356
490
  @sapContent_DragAndDropActiveColor: @sapLinkColor;
357
491
 
358
492
  // [Tags "!Protected"]
493
+ // [Protected "!true"]
359
494
  @sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
360
495
 
361
496
  // [Tags "!Protected"]
497
+ // [Protected "!true"]
362
498
  @sapContent_Selected_Background: @sapSelectedColor;
363
499
 
364
500
  // [Tags "!Protected"]
501
+ // [Protected "!true"]
365
502
  @sapContent_Selected_Hover_Background: lighten(@sapContent_Selected_Background, 3);
366
503
 
367
504
  // [Tags "!Protected"]
505
+ // [Protected "!true"]
368
506
  @sapContent_Selected_ForegroundColor: @sapSelectedColor;
369
507
 
370
508
  // [Tags "!Protected"]
509
+ // [Protected "!true"]
371
510
  @sapContent_ForcedColorAdjust: none;
372
511
 
373
512
  // [Tags "!Protected"]
513
+ // [Protected "!true"]
374
514
  @sapContent_Illustrative_Color1: #427cac;
375
515
 
376
516
  // [Tags "!Protected"]
517
+ // [Protected "!true"]
377
518
  @sapContent_Illustrative_Color2: #93b7d6;
378
519
 
379
520
  // [Tags "!Protected"]
521
+ // [Protected "!true"]
380
522
  @sapContent_Illustrative_Color3: #ffba10;
381
523
 
382
524
  // [Tags "!Protected"]
525
+ // [Protected "!true"]
383
526
  @sapContent_Illustrative_Color4: #4a5055;
384
527
 
385
528
  // [Tags "!Protected"]
529
+ // [Protected "!true"]
386
530
  @sapContent_Illustrative_Color5: #9da4aa;
387
531
 
388
532
  // [Tags "!Protected"]
533
+ // [Protected "!true"]
389
534
  @sapContent_Illustrative_Color6: #c6cace;
390
535
 
391
536
  // [Tags "!Protected"]
537
+ // [Protected "!true"]
392
538
  @sapContent_Illustrative_Color7: #e7e9ea;
393
539
 
394
540
  // [Tags "!Protected"]
541
+ // [Protected "!true"]
395
542
  @sapContent_Illustrative_Color8: #fff;
396
543
 
397
544
  // [Tags "!Protected"]
545
+ // [Protected "!true"]
398
546
  @sapContent_Illustrative_Color9: #64edd2;
399
547
 
400
548
  // [Tags "!Protected"]
549
+ // [Protected "!true"]
401
550
  @sapContent_Illustrative_Color10: #ebf8ff;
402
551
 
403
552
  // [Tags "!Protected"]
553
+ // [Protected "!true"]
404
554
  @sapContent_Illustrative_Color11: #f31ded;
405
555
 
406
556
  // [Tags "!Protected"]
557
+ // [Protected "!true"]
407
558
  @sapContent_Illustrative_Color12: #5dc122;
408
559
 
409
560
  // [Tags "!Protected"]
561
+ // [Protected "!true"]
410
562
  @sapContent_Illustrative_Color13: #005dc9;
411
563
 
412
564
  // [Tags "!Protected"]
565
+ // [Protected "!true"]
413
566
  @sapContent_Illustrative_Color14: #004da5;
414
567
 
415
568
  // [Tags "!Protected"]
569
+ // [Protected "!true"]
416
570
  @sapContent_Illustrative_Color15: #cc7400;
417
571
 
418
572
  // [Tags "!Protected"]
573
+ // [Protected "!true"]
419
574
  @sapContent_Illustrative_Color16: #3b0ac6;
420
575
 
421
576
  // [Tags "!Protected"]
577
+ // [Protected "!true"]
422
578
  @sapContent_Illustrative_Color17: #00a58a;
423
579
 
424
580
  // [Tags "!Protected"]
581
+ // [Protected "!true"]
425
582
  @sapContent_Illustrative_Color18: #d1efff;
426
583
 
427
584
  // [Tags "!Protected"]
585
+ // [Protected "!true"]
428
586
  @sapContent_Illustrative_Color19: #b8e6ff;
429
587
 
430
588
  // [Tags "!Protected"]
589
+ // [Protected "!true"]
431
590
  @sapContent_Illustrative_Color20: #9eddff;
432
591
 
433
592
  // [Tags "!Protected"]
593
+ // [Protected "!true"]
434
594
  @sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
435
595
 
436
596
  // [Tags "!Protected"]
597
+ // [Protected "!true"]
437
598
  @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
438
599
 
439
600
  // [Tags "!Protected"]
601
+ // [Protected "!true"]
440
602
  @sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
441
603
 
442
604
  // [Tags "!Protected"]
605
+ // [Protected "!true"]
443
606
  @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
444
607
 
445
608
  // [Tags "!Protected"]
446
- @sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
609
+ // [Protected "!true"]
610
+ @sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
447
611
 
448
612
  // [Tags "!Protected"]
613
+ // [Protected "!true"]
449
614
  @sapFontHeaderFamily: @sapFontFamily;
450
615
 
451
616
  // [Tags "!Protected"]
617
+ // [Protected "!true"]
452
618
  @sapFontSmallSize: 0.75 * @sapContent_GridSize;
453
619
 
454
620
  // [Tags "!Protected"]
621
+ // [Protected "!true"]
455
622
  @sapFontLargeSize: 1.0 * @sapContent_GridSize;
456
623
 
457
624
  // [Tags "!Protected"]
625
+ // [Protected "!true"]
458
626
  @sapFontHeader1Size: 1.625 * @sapContent_GridSize;
459
627
 
460
628
  // [Tags "!Protected"]
629
+ // [Protected "!true"]
461
630
  @sapFontHeader2Size: 1.375 * @sapContent_GridSize;
462
631
 
463
632
  // [Tags "!Protected"]
633
+ // [Protected "!true"]
464
634
  @sapFontHeader3Size: 1.25 * @sapContent_GridSize;
465
635
 
466
636
  // [Tags "!Protected"]
637
+ // [Protected "!true"]
467
638
  @sapFontHeader4Size: 1.125 * @sapContent_GridSize;
468
639
 
469
640
  // [Tags "!Protected"]
641
+ // [Protected "!true"]
470
642
  @sapFontHeader5Size: 1.0 * @sapContent_GridSize;
471
643
 
472
644
  // [Tags "!Protected"]
645
+ // [Protected "!true"]
473
646
  @sapFontHeader6Size: 0.875 * @sapContent_GridSize;
647
+ @sapLink_TextDecoration: none;
474
648
 
475
649
  // [Tags "!Protected"]
650
+ // [Protected "!true"]
476
651
  @sapLink_Hover_Color: @sapLinkColor;
652
+ @sapLink_Hover_TextDecoration: underline;
477
653
 
478
654
  // [Tags "!Protected"]
655
+ // [Protected "!true"]
479
656
  @sapLink_Active_Color: @sapLinkColor;
657
+ @sapLink_Active_TextDecoration: underline;
480
658
 
481
659
  // [Tags "!Protected"]
660
+ // [Protected "!true"]
482
661
  @sapLink_Visited_Color: @sapLinkColor;
483
662
 
484
663
  // [Tags "!Protected"]
664
+ // [Protected "!true"]
485
665
  @sapLink_InvertedColor: #7ed0ff;
486
666
 
487
667
  // [Tags "!Protected"]
668
+ // [Protected "!true"]
488
669
  @sapLink_SubtleColor: darken(@sapLinkColor, 15);
489
670
 
490
671
  // [Tags "!Protected"]
672
+ // [Protected "!true"]
491
673
  @sapShell_Background: darken(desaturate(@sapBaseColor, 6), 11);
492
674
 
493
675
  // [Tags "!Protected"]
676
+ // [Protected "!true"]
494
677
  @sapShell_BackgroundImage: linear-gradient(to bottom, darken(saturate(@sapShell_Background, 6), 7.8), lighten(desaturate(@sapShell_Background, 16), 7.8));
495
678
 
496
679
  // [Tags "!Protected"]
680
+ // [Protected "!true"]
497
681
  @sapShell_BackgroundImageOpacity: 1.0;
498
682
 
499
683
  // [Tags "!Protected"]
684
+ // [Protected "!true"]
500
685
  @sapShell_BackgroundImageRepeat: false;
501
686
 
502
687
  // [Tags "!Protected"]
688
+ // [Protected "!true"]
503
689
  @sapShell_BorderColor: transparent;
504
690
 
505
691
  // [Tags "!Protected"]
692
+ // [Protected "!true"]
506
693
  @sapShell_TextColor: darken(@sapBrandColor, 10);
507
694
 
508
695
  // [Tags "!Protected"]
696
+ // [Protected "!true"]
509
697
  @sapShell_InteractiveBackground: @sapShellColor;
510
698
 
511
699
  // [Tags "!Protected"]
700
+ // [Protected "!true"]
512
701
  @sapShell_InteractiveTextColor: @sapShell_TextColor;
513
702
 
514
703
  // [Tags "!Protected"]
704
+ // [Protected "!true"]
515
705
  @sapShell_InteractiveBorderColor: darken(@sapBrandColor, 10);
516
706
 
517
707
  // [Tags "!Protected"]
708
+ // [Protected "!true"]
518
709
  @sapShell_GroupTitleTextColor: @sapTitleColor;
519
710
 
520
711
  // [Tags "!Protected"]
712
+ // [Protected "!true"]
521
713
  @sapShell_GroupTitleTextShadow: 0 0 0.125rem contrast(@sapShell_GroupTitleTextColor, @sapContent_ShadowColor, @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
522
714
 
523
715
  // [Tags "!Protected"]
716
+ // [Protected "!true"]
524
717
  @sapShell_Hover_Background: darken(@sapBrandColor, 10);
525
718
 
526
719
  // [Tags "!Protected"]
720
+ // [Protected "!true"]
527
721
  @sapShell_Active_Background: @sapActiveColor;
528
722
 
529
723
  // [Tags "!Protected"]
724
+ // [Protected "!true"]
530
725
  @sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
531
726
 
532
727
  // [Tags "!Protected"]
728
+ // [Protected "!true"]
533
729
  @sapShell_Selected_Background: @sapSelectedColor;
534
730
 
535
731
  // [Tags "!Protected"]
732
+ // [Protected "!true"]
536
733
  @sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
537
734
 
538
735
  // [Tags "!Protected"]
736
+ // [Protected "!true"]
539
737
  @sapShell_Selected_Hover_Background: @sapShell_Selected_Background;
540
738
 
541
739
  // [Tags "!Protected"]
740
+ // [Protected "!true"]
542
741
  @sapShell_Favicon: none;
543
742
 
544
743
  // [Tags "!Protected"]
744
+ // [Protected "!true"]
545
745
  @sapShell_Navigation_Background: transparent;
546
746
 
547
747
  // [Tags "!Protected"]
748
+ // [Protected "!true"]
548
749
  @sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
549
750
 
550
751
  // [Tags "!Protected"]
752
+ // [Protected "!true"]
551
753
  @sapShell_Navigation_SelectedColor: @sapShell_TextColor;
552
754
 
553
755
  // [Tags "!Protected"]
756
+ // [Protected "!true"]
554
757
  @sapShell_Navigation_Selected_TextColor: @sapShell_TextColor;
555
758
 
556
759
  // [Tags "!Protected"]
760
+ // [Protected "!true"]
557
761
  @sapShell_Navigation_TextColor: @sapShell_GroupTitleTextColor;
558
762
 
559
763
  // [Tags "!Protected"]
764
+ // [Protected "!true"]
560
765
  @sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
561
766
 
562
767
  // [Tags "!Protected"]
768
+ // [Protected "!true"]
563
769
  @sapShell_Navigation_Active_Background: @sapShell_Active_Background;
564
770
 
565
771
  // [Tags "!Protected"]
772
+ // [Protected "!true"]
566
773
  @sapShell_Shadow: 0 0.125rem 0 0 darken(@sapShell_Background, 5);
567
774
 
568
775
  // [Tags "!Protected"]
776
+ // [Protected "!true"]
569
777
  @sapShell_NegativeColor: @sapNegativeColor;
570
778
 
571
779
  // [Tags "!Protected"]
780
+ // [Protected "!true"]
572
781
  @sapShell_CriticalColor: @sapCriticalColor;
573
782
 
574
783
  // [Tags "!Protected"]
784
+ // [Protected "!true"]
575
785
  @sapShell_PositiveColor: @sapPositiveColor;
576
786
 
577
787
  // [Tags "!Protected"]
788
+ // [Protected "!true"]
578
789
  @sapShell_InformativeColor: @sapInformativeColor;
579
790
 
580
791
  // [Tags "!Protected"]
792
+ // [Protected "!true"]
581
793
  @sapShell_NeutralColor: @sapNeutralColor;
582
794
 
583
795
  // [Tags "!Protected"]
796
+ // [Protected "!true"]
797
+ @sapShell_Category_1_Background: @sapLegendColor6;
798
+ @sapShell_Category_1_BorderColor: @sapShell_Category_1_Background;
799
+ @sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
800
+ @sapShell_Category_1_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_1_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
801
+
802
+ // [Tags "!Protected"]
803
+ // [Protected "!true"]
804
+ @sapShell_Category_2_Background: @sapLegendColor3;
805
+ @sapShell_Category_2_BorderColor: @sapShell_Category_2_Background;
806
+ @sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
807
+ @sapShell_Category_2_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_2_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
808
+
809
+ // [Tags "!Protected"]
810
+ // [Protected "!true"]
811
+ @sapShell_Category_3_Background: @sapLegendColor1;
812
+ @sapShell_Category_3_BorderColor: @sapShell_Category_3_Background;
813
+ @sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
814
+ @sapShell_Category_3_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_3_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
815
+
816
+ // [Tags "!Protected"]
817
+ // [Protected "!true"]
818
+ @sapShell_Category_4_Background: @sapLegendColor10;
819
+ @sapShell_Category_4_BorderColor: @sapShell_Category_4_Background;
820
+ @sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
821
+ @sapShell_Category_4_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_4_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
822
+
823
+ // [Tags "!Protected"]
824
+ // [Protected "!true"]
825
+ @sapShell_Category_5_Background: @sapLegendColor12;
826
+ @sapShell_Category_5_BorderColor: @sapShell_Category_5_Background;
827
+ @sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
828
+ @sapShell_Category_5_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_5_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
829
+
830
+ // [Tags "!Protected"]
831
+ // [Protected "!true"]
832
+ @sapShell_Category_6_Background: @sapLegendColor7;
833
+ @sapShell_Category_6_BorderColor: @sapShell_Category_6_Background;
834
+ @sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
835
+ @sapShell_Category_6_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_6_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
836
+
837
+ // [Tags "!Protected"]
838
+ // [Protected "!true"]
839
+ @sapShell_Category_7_Background: @sapLegendColor5;
840
+ @sapShell_Category_7_BorderColor: @sapShell_Category_7_Background;
841
+ @sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
842
+ @sapShell_Category_7_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_7_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
843
+
844
+ // [Tags "!Protected"]
845
+ // [Protected "!true"]
846
+ @sapShell_Category_8_Background: @sapLegendColor8;
847
+ @sapShell_Category_8_BorderColor: @sapShell_Category_8_Background;
848
+ @sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
849
+ @sapShell_Category_8_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_8_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
850
+
851
+ // [Tags "!Protected"]
852
+ // [Protected "!true"]
853
+ @sapShell_Category_9_Background: @sapLegendColor16;
854
+ @sapShell_Category_9_BorderColor: @sapShell_Category_9_Background;
855
+ @sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
856
+ @sapShell_Category_9_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_9_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
857
+
858
+ // [Tags "!Protected"]
859
+ // [Protected "!true"]
860
+ @sapShell_Category_10_Background: @sapLegendColor9;
861
+ @sapShell_Category_10_BorderColor: @sapShell_Category_10_Background;
862
+ @sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
863
+ @sapShell_Category_10_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_10_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
864
+
865
+ // [Tags "!Protected"]
866
+ // [Protected "!true"]
867
+ @sapShell_Category_11_Background: @sapLegendColor2;
868
+ @sapShell_Category_11_BorderColor: @sapShell_Category_11_Background;
869
+ @sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
870
+ @sapShell_Category_11_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_11_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
871
+
872
+ // [Tags "!Protected"]
873
+ // [Protected "!true"]
874
+ @sapShell_Category_12_Background: @sapLegendColor20;
875
+ @sapShell_Category_12_BorderColor: @sapShell_Category_12_Background;
876
+ @sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
877
+ @sapShell_Category_12_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_12_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
878
+
879
+ // [Tags "!Protected"]
880
+ // [Protected "!true"]
881
+ @sapShell_Category_13_Background: @sapLegendColor13;
882
+ @sapShell_Category_13_BorderColor: @sapShell_Category_13_Background;
883
+ @sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
884
+ @sapShell_Category_13_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_13_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
885
+
886
+ // [Tags "!Protected"]
887
+ // [Protected "!true"]
888
+ @sapShell_Category_14_Background: @sapLegendColor17;
889
+ @sapShell_Category_14_BorderColor: @sapShell_Category_14_Background;
890
+ @sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
891
+ @sapShell_Category_14_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_14_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
892
+
893
+ // [Tags "!Protected"]
894
+ // [Protected "!true"]
895
+ @sapShell_Category_15_Background: darken(@sapLegendColor16, 10);
896
+ @sapShell_Category_15_BorderColor: @sapShell_Category_15_Background;
897
+ @sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
898
+ @sapShell_Category_15_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_15_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
899
+
900
+ // [Tags "!Protected"]
901
+ // [Protected "!true"]
902
+ @sapShell_Category_16_Background: @sapLegendColor18;
903
+ @sapShell_Category_16_BorderColor: @sapShell_Category_16_Background;
904
+ @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
905
+ @sapShell_Category_16_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
906
+
907
+ // [Tags "!Protected"]
908
+ // [Protected "!true"]
584
909
  @sapAvatar_1_Background: @sapAccentColor1;
585
910
 
586
911
  // [Tags "!Protected"]
912
+ // [Protected "!true"]
587
913
  @sapAvatar_1_BorderColor: @sapAccentColor1;
588
914
 
589
915
  // [Tags "!Protected"]
916
+ // [Protected "!true"]
590
917
  @sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
591
918
 
592
919
  // [Tags "!Protected"]
920
+ // [Protected "!true"]
593
921
  @sapAvatar_2_Background: @sapAccentColor2;
594
922
 
595
923
  // [Tags "!Protected"]
924
+ // [Protected "!true"]
596
925
  @sapAvatar_2_BorderColor: @sapAccentColor2;
597
926
 
598
927
  // [Tags "!Protected"]
928
+ // [Protected "!true"]
599
929
  @sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
600
930
 
601
931
  // [Tags "!Protected"]
932
+ // [Protected "!true"]
602
933
  @sapAvatar_3_Background: @sapAccentColor3;
603
934
 
604
935
  // [Tags "!Protected"]
936
+ // [Protected "!true"]
605
937
  @sapAvatar_3_BorderColor: @sapAccentColor3;
606
938
 
607
939
  // [Tags "!Protected"]
940
+ // [Protected "!true"]
608
941
  @sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
609
942
 
610
943
  // [Tags "!Protected"]
944
+ // [Protected "!true"]
611
945
  @sapAvatar_4_Background: @sapAccentColor4;
612
946
 
613
947
  // [Tags "!Protected"]
948
+ // [Protected "!true"]
614
949
  @sapAvatar_4_BorderColor: @sapAccentColor4;
615
950
 
616
951
  // [Tags "!Protected"]
952
+ // [Protected "!true"]
617
953
  @sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
618
954
 
619
955
  // [Tags "!Protected"]
956
+ // [Protected "!true"]
620
957
  @sapAvatar_5_Background: @sapAccentColor5;
621
958
 
622
959
  // [Tags "!Protected"]
960
+ // [Protected "!true"]
623
961
  @sapAvatar_5_BorderColor: @sapAccentColor5;
624
962
 
625
963
  // [Tags "!Protected"]
964
+ // [Protected "!true"]
626
965
  @sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
627
966
 
628
967
  // [Tags "!Protected"]
968
+ // [Protected "!true"]
629
969
  @sapAvatar_6_Background: @sapAccentColor6;
630
970
 
631
971
  // [Tags "!Protected"]
972
+ // [Protected "!true"]
632
973
  @sapAvatar_6_BorderColor: @sapAccentColor6;
633
974
 
634
975
  // [Tags "!Protected"]
976
+ // [Protected "!true"]
635
977
  @sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
636
978
 
637
979
  // [Tags "!Protected"]
980
+ // [Protected "!true"]
638
981
  @sapAvatar_7_Background: @sapAccentColor7;
639
982
 
640
983
  // [Tags "!Protected"]
984
+ // [Protected "!true"]
641
985
  @sapAvatar_7_BorderColor: @sapAccentColor7;
642
986
 
643
987
  // [Tags "!Protected"]
988
+ // [Protected "!true"]
644
989
  @sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
645
990
 
646
991
  // [Tags "!Protected"]
992
+ // [Protected "!true"]
647
993
  @sapAvatar_8_Background: @sapAccentColor8;
648
994
 
649
995
  // [Tags "!Protected"]
996
+ // [Protected "!true"]
650
997
  @sapAvatar_8_BorderColor: @sapAccentColor8;
651
998
 
652
999
  // [Tags "!Protected"]
1000
+ // [Protected "!true"]
653
1001
  @sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
654
1002
 
655
1003
  // [Tags "!Protected"]
1004
+ // [Protected "!true"]
656
1005
  @sapAvatar_9_Background: @sapAccentColor9;
657
1006
 
658
1007
  // [Tags "!Protected"]
1008
+ // [Protected "!true"]
659
1009
  @sapAvatar_9_BorderColor: @sapAccentColor9;
660
1010
 
661
1011
  // [Tags "!Protected"]
1012
+ // [Protected "!true"]
662
1013
  @sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
663
1014
 
664
1015
  // [Tags "!Protected"]
1016
+ // [Protected "!true"]
665
1017
  @sapAvatar_10_Background: @sapAccentColor10;
666
1018
 
667
1019
  // [Tags "!Protected"]
1020
+ // [Protected "!true"]
668
1021
  @sapAvatar_10_BorderColor: @sapAccentColor10;
669
1022
 
670
1023
  // [Tags "!Protected"]
1024
+ // [Protected "!true"]
671
1025
  @sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
672
1026
 
673
1027
  // [Tags "!Protected"]
1028
+ // [Protected "!true"]
674
1029
  @sapButton_Background: darken(@sapPrimary4, 3);
675
1030
 
676
1031
  // [Tags "!Protected"]
1032
+ // [Protected "!true"]
677
1033
  @sapButton_BorderColor: darken(@sapButton_Background, 30);
678
1034
 
679
1035
  // [Tags "!Protected"]
1036
+ // [Protected "!true"]
680
1037
  @sapButton_BorderWidth: @sapElement_BorderWidth;
681
1038
 
682
1039
  // [Tags "!Protected"]
1040
+ // [Protected "!true"]
683
1041
  @sapButton_BorderCornerRadius: 0.1875 * @sapContent_GridSize;
684
1042
 
685
1043
  // [Tags "!Protected"]
1044
+ // [Protected "!true"]
686
1045
  @sapButton_TextColor: contrast(@sapButton_Background, darken(@sapHighlightColor, 10), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
687
1046
 
688
1047
  // [Tags "!Protected"]
1048
+ // [Protected "!true"]
689
1049
  @sapButton_Hover_Background: darken(@sapButton_Background, 5);
690
1050
 
691
1051
  // [Tags "!Protected"]
1052
+ // [Protected "!true"]
692
1053
  @sapButton_Hover_BorderColor: @sapButton_BorderColor;
693
1054
 
694
1055
  // [Tags "!Protected"]
1056
+ // [Protected "!true"]
695
1057
  @sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, darken(@sapHighlightColor, 10), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
696
1058
 
697
1059
  // [Tags "!Protected"]
1060
+ // [Protected "!true"]
698
1061
  @sapButton_IconColor: @sapButton_TextColor;
699
1062
 
700
1063
  // [Tags "!Protected"]
1064
+ // [Protected "!true"]
701
1065
  @sapButton_Active_Background: @sapActiveColor;
702
1066
 
703
1067
  // [Tags "!Protected"]
1068
+ // [Protected "!true"]
704
1069
  @sapButton_Active_BorderColor: @sapButton_Active_Background;
705
1070
 
706
1071
  // [Tags "!Protected"]
1072
+ // [Protected "!true"]
707
1073
  @sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
708
1074
 
709
1075
  // [Tags "!Protected"]
1076
+ // [Protected "!true"]
710
1077
  @sapButton_Emphasized_Background: lighten(saturate(@sapHighlightColor, 10), 10);
711
1078
 
712
1079
  // [Tags "!Protected"]
1080
+ // [Protected "!true"]
713
1081
  @sapButton_Emphasized_BorderColor: darken(@sapButton_Emphasized_Background, 5);
714
1082
 
715
1083
  // [Tags "!Protected"]
1084
+ // [Protected "!true"]
716
1085
  @sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
717
1086
 
718
1087
  // [Tags "!Protected"]
1088
+ // [Protected "!true"]
719
1089
  @sapButton_Emphasized_Hover_Background: darken(@sapButton_Emphasized_Background, 5);
720
1090
 
721
1091
  // [Tags "!Protected"]
1092
+ // [Protected "!true"]
722
1093
  @sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_Hover_Background;
723
1094
 
724
1095
  // [Tags "!Protected"]
1096
+ // [Protected "!true"]
725
1097
  @sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
726
1098
 
727
1099
  // [Tags "!Protected"]
1100
+ // [Protected "!true"]
728
1101
  @sapButton_Emphasized_Active_Background: @sapActiveColor;
729
1102
 
730
1103
  // [Tags "!Protected"]
1104
+ // [Protected "!true"]
731
1105
  @sapButton_Emphasized_Active_BorderColor: @sapButton_Emphasized_Active_Background;
732
1106
 
733
1107
  // [Tags "!Protected"]
1108
+ // [Protected "!true"]
734
1109
  @sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
735
1110
 
736
1111
  // [Tags "!Protected"]
1112
+ // [Protected "!true"]
737
1113
  @sapButton_Emphasized_TextShadow: contrast(@sapButton_Emphasized_TextColor, fade(@sapContent_ShadowColor, 50), fade(@sapContent_ContrastShadowColor, 50), @sapContent_ContrastTextThreshold);
738
1114
 
739
1115
  // [Tags "!Protected"]
1116
+ // [Protected "!true"]
740
1117
  @sapButton_Emphasized_FontWeight: regular;
741
1118
 
742
1119
  // [Tags "!Protected"]
1120
+ // [Protected "!true"]
743
1121
  @sapButton_Reject_Background: @sapButton_Background;
744
1122
 
745
1123
  // [Tags "!Protected"]
1124
+ // [Protected "!true"]
746
1125
  @sapButton_Reject_BorderColor: @sapNegativeElementColor;
747
1126
 
748
1127
  // [Tags "!Protected"]
1128
+ // [Protected "!true"]
749
1129
  @sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
750
1130
 
751
1131
  // [Tags "!Protected"]
1132
+ // [Protected "!true"]
752
1133
  @sapButton_Reject_Hover_Background: @sapButton_Hover_Background;
753
1134
 
754
1135
  // [Tags "!Protected"]
1136
+ // [Protected "!true"]
755
1137
  @sapButton_Reject_Hover_BorderColor: @sapButton_Reject_BorderColor;
756
1138
 
757
1139
  // [Tags "!Protected"]
1140
+ // [Protected "!true"]
758
1141
  @sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
759
1142
 
760
1143
  // [Tags "!Protected"]
1144
+ // [Protected "!true"]
761
1145
  @sapButton_Reject_Active_Background: @sapNegativeElementColor;
762
1146
 
763
1147
  // [Tags "!Protected"]
1148
+ // [Protected "!true"]
764
1149
  @sapButton_Reject_Active_BorderColor: @sapButton_Reject_Active_Background;
765
1150
 
766
1151
  // [Tags "!Protected"]
1152
+ // [Protected "!true"]
767
1153
  @sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
768
1154
 
769
1155
  // [Tags "!Protected"]
1156
+ // [Protected "!true"]
770
1157
  @sapButton_Reject_Selected_Background: @sapButton_Reject_Active_Background;
771
1158
 
772
1159
  // [Tags "!Protected"]
1160
+ // [Protected "!true"]
773
1161
  @sapButton_Reject_Selected_BorderColor: @sapButton_Reject_Selected_Background;
774
1162
 
775
1163
  // [Tags "!Protected"]
1164
+ // [Protected "!true"]
776
1165
  @sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
777
1166
 
778
1167
  // [Tags "!Protected"]
1168
+ // [Protected "!true"]
779
1169
  @sapButton_Reject_Selected_Hover_Background: lighten(@sapButton_Reject_Selected_Background, 5);
780
1170
 
781
1171
  // [Tags "!Protected"]
1172
+ // [Protected "!true"]
782
1173
  @sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Reject_Selected_Hover_Background;
783
1174
 
784
1175
  // [Tags "!Protected"]
1176
+ // [Protected "!true"]
785
1177
  @sapButton_Accept_Background: @sapButton_Background;
786
1178
 
787
1179
  // [Tags "!Protected"]
1180
+ // [Protected "!true"]
788
1181
  @sapButton_Accept_BorderColor: @sapPositiveElementColor;
789
1182
 
790
1183
  // [Tags "!Protected"]
1184
+ // [Protected "!true"]
791
1185
  @sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
792
1186
 
793
1187
  // [Tags "!Protected"]
1188
+ // [Protected "!true"]
794
1189
  @sapButton_Accept_Hover_Background: @sapButton_Hover_Background;
795
1190
 
796
1191
  // [Tags "!Protected"]
1192
+ // [Protected "!true"]
797
1193
  @sapButton_Accept_Hover_BorderColor: @sapButton_Accept_BorderColor;
798
1194
 
799
1195
  // [Tags "!Protected"]
1196
+ // [Protected "!true"]
800
1197
  @sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
801
1198
 
802
1199
  // [Tags "!Protected"]
1200
+ // [Protected "!true"]
803
1201
  @sapButton_Accept_Active_Background: @sapPositiveElementColor;
804
1202
 
805
1203
  // [Tags "!Protected"]
1204
+ // [Protected "!true"]
806
1205
  @sapButton_Accept_Active_BorderColor: @sapButton_Accept_Active_Background;
807
1206
 
808
1207
  // [Tags "!Protected"]
1208
+ // [Protected "!true"]
809
1209
  @sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
810
1210
 
811
1211
  // [Tags "!Protected"]
1212
+ // [Protected "!true"]
812
1213
  @sapButton_Accept_Selected_Background: @sapButton_Accept_Active_Background;
813
1214
 
814
1215
  // [Tags "!Protected"]
1216
+ // [Protected "!true"]
815
1217
  @sapButton_Accept_Selected_BorderColor: @sapButton_Accept_Selected_Background;
816
1218
 
817
1219
  // [Tags "!Protected"]
1220
+ // [Protected "!true"]
818
1221
  @sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
819
1222
 
820
1223
  // [Tags "!Protected"]
1224
+ // [Protected "!true"]
821
1225
  @sapButton_Accept_Selected_Hover_Background: lighten(@sapButton_Accept_Selected_Background, 5);
822
1226
 
823
1227
  // [Tags "!Protected"]
1228
+ // [Protected "!true"]
824
1229
  @sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Accept_Selected_Hover_Background;
825
1230
 
826
1231
  // [Tags "!Protected"]
1232
+ // [Protected "!true"]
827
1233
  @sapButton_Lite_Background: transparent;
828
1234
 
829
1235
  // [Tags "!Protected"]
1236
+ // [Protected "!true"]
830
1237
  @sapButton_Lite_BorderColor: transparent;
831
1238
 
832
1239
  // [Tags "!Protected"]
1240
+ // [Protected "!true"]
833
1241
  @sapButton_Lite_TextColor: @sapButton_TextColor;
834
1242
 
835
1243
  // [Tags "!Protected"]
1244
+ // [Protected "!true"]
836
1245
  @sapButton_Lite_Hover_Background: fade(darken(@sapButton_Hover_Background, 22), 50);
837
1246
 
838
1247
  // [Tags "!Protected"]
1248
+ // [Protected "!true"]
839
1249
  @sapButton_Lite_Hover_BorderColor: @sapButton_Lite_Hover_Background;
840
1250
 
841
1251
  // [Tags "!Protected"]
1252
+ // [Protected "!true"]
842
1253
  @sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
843
1254
 
844
1255
  // [Tags "!Protected"]
1256
+ // [Protected "!true"]
845
1257
  @sapButton_Lite_Active_Background: @sapButton_Active_Background;
846
1258
 
847
1259
  // [Tags "!Protected"]
1260
+ // [Protected "!true"]
848
1261
  @sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;
849
1262
 
850
1263
  // [Tags "!Protected"]
1264
+ // [Protected "!true"]
851
1265
  @sapButton_Selected_Background: darken(@sapSelectedColor, 10);
852
1266
 
853
1267
  // [Tags "!Protected"]
1268
+ // [Protected "!true"]
854
1269
  @sapButton_Selected_BorderColor: darken(@sapButton_Selected_Background, 5);
855
1270
 
856
1271
  // [Tags "!Protected"]
1272
+ // [Protected "!true"]
857
1273
  @sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
858
1274
 
859
1275
  // [Tags "!Protected"]
1276
+ // [Protected "!true"]
860
1277
  @sapButton_Selected_Hover_Background: lighten(@sapButton_Selected_Background, 10);
861
1278
 
862
1279
  // [Tags "!Protected"]
1280
+ // [Protected "!true"]
863
1281
  @sapButton_Selected_Hover_BorderColor: @sapButton_Selected_Hover_Background;
864
1282
 
865
1283
  // [Tags "!Protected"]
1284
+ // [Protected "!true"]
866
1285
  @sapButton_Attention_Background: @sapButton_Background;
867
1286
 
868
1287
  // [Tags "!Protected"]
1288
+ // [Protected "!true"]
869
1289
  @sapButton_Attention_BorderColor: @sapCriticalElementColor;
870
1290
 
871
1291
  // [Tags "!Protected"]
1292
+ // [Protected "!true"]
872
1293
  @sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
873
1294
 
874
1295
  // [Tags "!Protected"]
1296
+ // [Protected "!true"]
875
1297
  @sapButton_Attention_Hover_Background: @sapWarningBackground;
876
1298
 
877
1299
  // [Tags "!Protected"]
1300
+ // [Protected "!true"]
878
1301
  @sapButton_Attention_Hover_BorderColor: @sapButton_Attention_BorderColor;
879
1302
 
880
1303
  // [Tags "!Protected"]
1304
+ // [Protected "!true"]
881
1305
  @sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
882
1306
 
883
1307
  // [Tags "!Protected"]
1308
+ // [Protected "!true"]
884
1309
  @sapButton_Attention_Active_Background: darken(@sapCriticalElementColor, 5);
885
1310
 
886
1311
  // [Tags "!Protected"]
1312
+ // [Protected "!true"]
887
1313
  @sapButton_Attention_Active_BorderColor: @sapButton_Attention_Active_Background;
888
1314
 
889
1315
  // [Tags "!Protected"]
1316
+ // [Protected "!true"]
890
1317
  @sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
891
1318
 
892
1319
  // [Tags "!Protected"]
1320
+ // [Protected "!true"]
893
1321
  @sapButton_Attention_Selected_Background: @sapButton_Attention_Active_Background;
894
1322
 
895
1323
  // [Tags "!Protected"]
1324
+ // [Protected "!true"]
896
1325
  @sapButton_Attention_Selected_BorderColor: @sapButton_Attention_Selected_Background;
897
1326
 
898
1327
  // [Tags "!Protected"]
1328
+ // [Protected "!true"]
899
1329
  @sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
900
1330
 
901
1331
  // [Tags "!Protected"]
1332
+ // [Protected "!true"]
902
1333
  @sapButton_Attention_Selected_Hover_Background: lighten(@sapButton_Attention_Selected_Background, 5);
903
1334
 
904
1335
  // [Tags "!Protected"]
1336
+ // [Protected "!true"]
905
1337
  @sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Attention_Selected_Hover_Background;
906
1338
 
907
1339
  // [Tags "!Protected"]
1340
+ // [Protected "!true"]
908
1341
  @sapButton_Negative_Background: @sapNegativeElementColor;
909
1342
 
910
1343
  // [Tags "!Protected"]
1344
+ // [Protected "!true"]
911
1345
  @sapButton_Negative_BorderColor: @sapButton_Negative_Background;
912
1346
 
913
1347
  // [Tags "!Protected"]
1348
+ // [Protected "!true"]
914
1349
  @sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
915
1350
 
916
1351
  // [Tags "!Protected"]
1352
+ // [Protected "!true"]
917
1353
  @sapButton_Negative_Hover_Background: darken(@sapButton_Negative_Background, 7);
918
1354
 
919
1355
  // [Tags "!Protected"]
1356
+ // [Protected "!true"]
920
1357
  @sapButton_Negative_Hover_BorderColor: @sapButton_Negative_Hover_Background;
921
1358
 
922
1359
  // [Tags "!Protected"]
1360
+ // [Protected "!true"]
923
1361
  @sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
924
1362
 
925
1363
  // [Tags "!Protected"]
1364
+ // [Protected "!true"]
926
1365
  @sapButton_Negative_Active_Background: darken(@sapButton_Negative_Background, 10);
927
1366
 
928
1367
  // [Tags "!Protected"]
1368
+ // [Protected "!true"]
929
1369
  @sapButton_Negative_Active_BorderColor: @sapButton_Negative_Active_Background;
930
1370
 
931
1371
  // [Tags "!Protected"]
1372
+ // [Protected "!true"]
932
1373
  @sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
933
1374
 
934
1375
  // [Tags "!Protected"]
1376
+ // [Protected "!true"]
935
1377
  @sapButton_Critical_Background: @sapCriticalElementColor;
936
1378
 
937
1379
  // [Tags "!Protected"]
1380
+ // [Protected "!true"]
938
1381
  @sapButton_Critical_BorderColor: @sapButton_Critical_Background;
939
1382
 
940
1383
  // [Tags "!Protected"]
1384
+ // [Protected "!true"]
941
1385
  @sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
942
1386
 
943
1387
  // [Tags "!Protected"]
1388
+ // [Protected "!true"]
944
1389
  @sapButton_Critical_Hover_Background: darken(@sapButton_Critical_Background, 7);
945
1390
 
946
1391
  // [Tags "!Protected"]
1392
+ // [Protected "!true"]
947
1393
  @sapButton_Critical_Hover_BorderColor: @sapButton_Critical_Hover_Background;
948
1394
 
949
1395
  // [Tags "!Protected"]
1396
+ // [Protected "!true"]
950
1397
  @sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
1398
 
952
1399
  // [Tags "!Protected"]
1400
+ // [Protected "!true"]
953
1401
  @sapButton_Critical_Active_Background: darken(@sapButton_Critical_Background, 10);
954
1402
 
955
1403
  // [Tags "!Protected"]
1404
+ // [Protected "!true"]
956
1405
  @sapButton_Critical_Active_BorderColor: @sapButton_Critical_Active_Background;
957
1406
 
958
1407
  // [Tags "!Protected"]
1408
+ // [Protected "!true"]
959
1409
  @sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
960
1410
 
961
1411
  // [Tags "!Protected"]
1412
+ // [Protected "!true"]
962
1413
  @sapButton_Success_Background: @sapPositiveElementColor;
963
1414
 
964
1415
  // [Tags "!Protected"]
1416
+ // [Protected "!true"]
965
1417
  @sapButton_Success_BorderColor: @sapButton_Success_Background;
966
1418
 
967
1419
  // [Tags "!Protected"]
1420
+ // [Protected "!true"]
968
1421
  @sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
969
1422
 
970
1423
  // [Tags "!Protected"]
1424
+ // [Protected "!true"]
971
1425
  @sapButton_Success_Hover_Background: darken(@sapButton_Success_Background, 7);
972
1426
 
973
1427
  // [Tags "!Protected"]
1428
+ // [Protected "!true"]
974
1429
  @sapButton_Success_Hover_BorderColor: @sapButton_Success_Hover_Background;
975
1430
 
976
1431
  // [Tags "!Protected"]
1432
+ // [Protected "!true"]
977
1433
  @sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
978
1434
 
979
1435
  // [Tags "!Protected"]
1436
+ // [Protected "!true"]
980
1437
  @sapButton_Success_Active_Background: darken(@sapButton_Success_Background, 10);
981
1438
 
982
1439
  // [Tags "!Protected"]
1440
+ // [Protected "!true"]
983
1441
  @sapButton_Success_Active_BorderColor: @sapButton_Success_Active_Background;
984
1442
 
985
1443
  // [Tags "!Protected"]
1444
+ // [Protected "!true"]
986
1445
  @sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
987
1446
 
988
1447
  // [Tags "!Protected"]
1448
+ // [Protected "!true"]
989
1449
  @sapButton_Information_Background: @sapInformativeElementColor;
990
1450
 
991
1451
  // [Tags "!Protected"]
1452
+ // [Protected "!true"]
992
1453
  @sapButton_Information_BorderColor: @sapButton_Information_Background;
993
1454
 
994
1455
  // [Tags "!Protected"]
1456
+ // [Protected "!true"]
995
1457
  @sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
996
1458
 
997
1459
  // [Tags "!Protected"]
1460
+ // [Protected "!true"]
998
1461
  @sapButton_Information_Hover_Background: darken(@sapButton_Information_Background, 5);
999
1462
 
1000
1463
  // [Tags "!Protected"]
1464
+ // [Protected "!true"]
1001
1465
  @sapButton_Information_Hover_BorderColor: @sapButton_Information_Hover_Background;
1002
1466
 
1003
1467
  // [Tags "!Protected"]
1468
+ // [Protected "!true"]
1004
1469
  @sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1005
1470
 
1006
1471
  // [Tags "!Protected"]
1472
+ // [Protected "!true"]
1007
1473
  @sapButton_Information_Active_Background: darken(@sapButton_Information_Background, 10);
1008
1474
 
1009
1475
  // [Tags "!Protected"]
1476
+ // [Protected "!true"]
1010
1477
  @sapButton_Information_Active_BorderColor: @sapButton_Information_Active_Background;
1011
1478
 
1012
1479
  // [Tags "!Protected"]
1480
+ // [Protected "!true"]
1013
1481
  @sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1014
1482
 
1015
1483
  // [Tags "!Protected"]
1484
+ // [Protected "!true"]
1016
1485
  @sapButton_Neutral_Background: @sapNeutralElementColor;
1017
1486
 
1018
1487
  // [Tags "!Protected"]
1488
+ // [Protected "!true"]
1019
1489
  @sapButton_Neutral_BorderColor: @sapButton_Neutral_Background;
1020
1490
 
1021
1491
  // [Tags "!Protected"]
1492
+ // [Protected "!true"]
1022
1493
  @sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1023
1494
 
1024
1495
  // [Tags "!Protected"]
1496
+ // [Protected "!true"]
1025
1497
  @sapButton_Neutral_Hover_Background: darken(@sapButton_Neutral_Background, 7);
1026
1498
 
1027
1499
  // [Tags "!Protected"]
1500
+ // [Protected "!true"]
1028
1501
  @sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_Hover_Background;
1029
1502
 
1030
1503
  // [Tags "!Protected"]
1504
+ // [Protected "!true"]
1031
1505
  @sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1032
1506
 
1033
1507
  // [Tags "!Protected"]
1508
+ // [Protected "!true"]
1034
1509
  @sapButton_Neutral_Active_Background: darken(@sapButton_Neutral_Background, 10);
1035
1510
 
1036
1511
  // [Tags "!Protected"]
1512
+ // [Protected "!true"]
1037
1513
  @sapButton_Neutral_Active_BorderColor: @sapButton_Neutral_Active_Background;
1038
1514
 
1039
1515
  // [Tags "!Protected"]
1516
+ // [Protected "!true"]
1040
1517
  @sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1041
1518
 
1042
1519
  // [Tags "!Protected"]
1520
+ // [Protected "!true"]
1043
1521
  @sapButton_Track_Background: lighten(@sapButton_Background, 3);
1044
1522
 
1045
1523
  // [Tags "!Protected"]
1524
+ // [Protected "!true"]
1046
1525
  @sapButton_Track_BorderColor: @sapButton_BorderColor;
1047
1526
 
1048
1527
  // [Tags "!Protected"]
1528
+ // [Protected "!true"]
1049
1529
  @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1050
1530
 
1051
1531
  // [Tags "!Protected"]
1532
+ // [Protected "!true"]
1052
1533
  @sapButton_Track_Hover_Background: @sapButton_Hover_Background;
1053
1534
 
1054
1535
  // [Tags "!Protected"]
1536
+ // [Protected "!true"]
1055
1537
  @sapButton_Track_Hover_BorderColor: @sapButton_Hover_BorderColor;
1056
1538
 
1057
1539
  // [Tags "!Protected"]
1540
+ // [Protected "!true"]
1058
1541
  @sapButton_Track_Selected_Background: @sapButton_Selected_Background;
1059
1542
 
1060
1543
  // [Tags "!Protected"]
1544
+ // [Protected "!true"]
1061
1545
  @sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
1062
1546
 
1063
1547
  // [Tags "!Protected"]
1548
+ // [Protected "!true"]
1064
1549
  @sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1065
1550
 
1066
1551
  // [Tags "!Protected"]
1552
+ // [Protected "!true"]
1067
1553
  @sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
1068
1554
 
1069
1555
  // [Tags "!Protected"]
1556
+ // [Protected "!true"]
1070
1557
  @sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
1071
1558
 
1072
1559
  // [Tags "!Protected"]
1560
+ // [Protected "!true"]
1073
1561
  @sapButton_Handle_Background: @sapButton_Background;
1074
1562
 
1075
1563
  // [Tags "!Protected"]
1564
+ // [Protected "!true"]
1076
1565
  @sapButton_Handle_BorderColor: @sapButton_BorderColor;
1077
1566
 
1078
1567
  // [Tags "!Protected"]
1568
+ // [Protected "!true"]
1079
1569
  @sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1080
1570
 
1081
1571
  // [Tags "!Protected"]
1572
+ // [Protected "!true"]
1082
1573
  @sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
1083
1574
 
1084
1575
  // [Tags "!Protected"]
1576
+ // [Protected "!true"]
1085
1577
  @sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
1086
1578
 
1087
1579
  // [Tags "!Protected"]
1580
+ // [Protected "!true"]
1088
1581
  @sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
1089
1582
 
1090
1583
  // [Tags "!Protected"]
1584
+ // [Protected "!true"]
1091
1585
  @sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
1092
1586
 
1093
1587
  // [Tags "!Protected"]
1588
+ // [Protected "!true"]
1094
1589
  @sapButton_Handle_Selected_TextColor: contrast(@sapButton_Handle_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1095
1590
 
1096
1591
  // [Tags "!Protected"]
1592
+ // [Protected "!true"]
1097
1593
  @sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
1098
1594
 
1099
1595
  // [Tags "!Protected"]
1596
+ // [Protected "!true"]
1100
1597
  @sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
1101
1598
 
1102
1599
  // [Tags "!Protected"]
1600
+ // [Protected "!true"]
1103
1601
  @sapButton_Track_Negative_Background: @sapButton_Background;
1104
1602
 
1105
1603
  // [Tags "!Protected"]
1604
+ // [Protected "!true"]
1106
1605
  @sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
1107
1606
 
1108
1607
  // [Tags "!Protected"]
1608
+ // [Protected "!true"]
1109
1609
  @sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1110
1610
 
1111
1611
  // [Tags "!Protected"]
1612
+ // [Protected "!true"]
1112
1613
  @sapButton_Track_Negative_Hover_Background: @sapButton_Track_Negative_Background;
1113
1614
 
1114
1615
  // [Tags "!Protected"]
1616
+ // [Protected "!true"]
1115
1617
  @sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
1116
1618
 
1117
1619
  // [Tags "!Protected"]
1620
+ // [Protected "!true"]
1118
1621
  @sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
1119
1622
 
1120
1623
  // [Tags "!Protected"]
1624
+ // [Protected "!true"]
1121
1625
  @sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
1122
1626
 
1123
1627
  // [Tags "!Protected"]
1628
+ // [Protected "!true"]
1124
1629
  @sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1125
1630
 
1126
1631
  // [Tags "!Protected"]
1632
+ // [Protected "!true"]
1127
1633
  @sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
1128
1634
 
1129
1635
  // [Tags "!Protected"]
1636
+ // [Protected "!true"]
1130
1637
  @sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
1131
1638
 
1132
1639
  // [Tags "!Protected"]
1640
+ // [Protected "!true"]
1133
1641
  @sapButton_Track_Positive_Background: @sapButton_Background;
1134
1642
 
1135
1643
  // [Tags "!Protected"]
1644
+ // [Protected "!true"]
1136
1645
  @sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
1137
1646
 
1138
1647
  // [Tags "!Protected"]
1648
+ // [Protected "!true"]
1139
1649
  @sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1140
1650
 
1141
1651
  // [Tags "!Protected"]
1652
+ // [Protected "!true"]
1142
1653
  @sapButton_Track_Positive_Hover_Background: @sapButton_Track_Positive_Background;
1143
1654
 
1144
1655
  // [Tags "!Protected"]
1656
+ // [Protected "!true"]
1145
1657
  @sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_Positive_BorderColor;
1146
1658
 
1147
1659
  // [Tags "!Protected"]
1660
+ // [Protected "!true"]
1148
1661
  @sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
1149
1662
 
1150
1663
  // [Tags "!Protected"]
1664
+ // [Protected "!true"]
1151
1665
  @sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
1152
1666
 
1153
1667
  // [Tags "!Protected"]
1668
+ // [Protected "!true"]
1154
1669
  @sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1155
1670
 
1156
1671
  // [Tags "!Protected"]
1672
+ // [Protected "!true"]
1157
1673
  @sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
1158
1674
 
1159
1675
  // [Tags "!Protected"]
1676
+ // [Protected "!true"]
1160
1677
  @sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
1161
1678
 
1162
1679
  // [Tags "!Protected"]
1680
+ // [Protected "!true"]
1163
1681
  @sapButton_TokenBackground: @sapButton_Background;
1164
1682
 
1165
1683
  // [Tags "!Protected"]
1684
+ // [Protected "!true"]
1166
1685
  @sapButton_TokenBorderColor: darken(@sapButton_Background, 10);
1167
1686
 
1168
1687
  // [Tags "!Protected"]
1688
+ // [Protected "!true"]
1169
1689
  @sapField_Background: @sapPrimary4;
1170
1690
 
1171
1691
  // [Tags "!Protected"]
1692
+ // [Protected "!true"]
1172
1693
  @sapField_BackgroundStyle: none;
1173
1694
 
1174
1695
  // [Tags "!Protected"]
1696
+ // [Protected "!true"]
1175
1697
  @sapField_TextColor: #000;
1176
1698
 
1177
1699
  // [Tags "!Protected"]
1700
+ // [Protected "!true"]
1178
1701
  @sapField_PlaceholderTextColor: lighten(@sapField_TextColor, 46);
1179
1702
 
1180
1703
  // [Tags "!Protected"]
1704
+ // [Protected "!true"]
1181
1705
  @sapField_BorderColor: @sapPrimary6;
1182
1706
 
1183
1707
  // [Tags "!Protected"]
1708
+ // [Protected "!true"]
1184
1709
  @sapField_HelpBackground: @sapField_Background;
1185
1710
 
1186
1711
  // [Tags "!Protected"]
1712
+ // [Protected "!true"]
1187
1713
  @sapField_BorderWidth: @sapElement_BorderWidth;
1188
1714
 
1189
1715
  // [Tags "!Protected"]
1716
+ // [Protected "!true"]
1190
1717
  @sapField_BorderStyle: solid;
1191
1718
 
1192
1719
  // [Tags "!Protected"]
1720
+ // [Protected "!true"]
1193
1721
  @sapField_BorderCornerRadius: 0;
1722
+ @sapField_Shadow: none;
1194
1723
 
1195
1724
  // [Tags "!Protected"]
1725
+ // [Protected "!true"]
1196
1726
  @sapField_Hover_Background: @sapField_Background;
1197
1727
 
1198
1728
  // [Tags "!Protected"]
1729
+ // [Protected "!true"]
1199
1730
  @sapField_Hover_BackgroundStyle: none;
1200
1731
 
1201
1732
  // [Tags "!Protected"]
1733
+ // [Protected "!true"]
1202
1734
  @sapField_Hover_BorderColor: @sapHighlightColor;
1203
1735
 
1204
1736
  // [Tags "!Protected"]
1737
+ // [Protected "!true"]
1205
1738
  @sapField_Hover_HelpBackground: @sapHighlightColor;
1739
+ @sapField_Hover_Shadow: none;
1740
+ @sapField_Hover_InvalidShadow: none;
1741
+ @sapField_Hover_WarningShadow: none;
1742
+ @sapField_Hover_SuccessShadow: none;
1743
+ @sapField_Hover_InformationShadow: none;
1206
1744
 
1207
1745
  // [Tags "!Protected"]
1746
+ // [Protected "!true"]
1208
1747
  @sapField_Active_BorderColor: @sapActiveColor;
1209
1748
 
1210
1749
  // [Tags "!Protected"]
1750
+ // [Protected "!true"]
1211
1751
  @sapField_Focus_Background: @sapField_Background;
1212
1752
 
1213
1753
  // [Tags "!Protected"]
1754
+ // [Protected "!true"]
1214
1755
  @sapField_Focus_BorderColor: @sapField_BorderColor;
1215
1756
 
1216
1757
  // [Tags "!Protected"]
1758
+ // [Protected "!true"]
1217
1759
  @sapField_Focus_HelpBackground: @sapField_Focus_Background;
1218
1760
 
1219
1761
  // [Tags "!Protected"]
1762
+ // [Protected "!true"]
1220
1763
  @sapField_ReadOnly_Background: fade(darken(@sapField_Background, 5), 50);
1221
1764
 
1222
1765
  // [Tags "!Protected"]
1766
+ // [Protected "!true"]
1223
1767
  @sapField_ReadOnly_BackgroundStyle: none;
1224
1768
 
1225
1769
  // [Tags "!Protected"]
1770
+ // [Protected "!true"]
1226
1771
  @sapField_ReadOnly_BorderColor: lighten(@sapField_BorderColor, 5);
1227
1772
 
1228
1773
  // [Tags "!Protected"]
1774
+ // [Protected "!true"]
1229
1775
  @sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
1230
1776
 
1231
1777
  // [Tags "!Protected"]
1778
+ // [Protected "!true"]
1232
1779
  @sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
1233
1780
 
1234
1781
  // [Tags "!Protected"]
1782
+ // [Protected "!true"]
1235
1783
  @sapField_RequiredColor: @sapAccentColor3;
1236
1784
 
1237
1785
  // [Tags "!Protected"]
1786
+ // [Protected "!true"]
1238
1787
  @sapField_InvalidColor: @sapErrorColor;
1239
1788
 
1240
1789
  // [Tags "!Protected"]
1790
+ // [Protected "!true"]
1241
1791
  @sapField_InvalidBackground: @sapField_Background;
1242
1792
 
1243
1793
  // [Tags "!Protected"]
1794
+ // [Protected "!true"]
1244
1795
  @sapField_InvalidBackgroundStyle: none;
1245
1796
 
1246
1797
  // [Tags "!Protected"]
1798
+ // [Protected "!true"]
1247
1799
  @sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
1248
1800
 
1249
1801
  // [Tags "!Protected"]
1802
+ // [Protected "!true"]
1250
1803
  @sapField_InvalidBorderStyle: solid;
1804
+ @sapField_InvalidShadow: none;
1251
1805
 
1252
1806
  // [Tags "!Protected"]
1807
+ // [Protected "!true"]
1253
1808
  @sapField_WarningColor: @sapWarningColor;
1254
1809
 
1255
1810
  // [Tags "!Protected"]
1811
+ // [Protected "!true"]
1256
1812
  @sapField_WarningBackground: @sapField_Background;
1257
1813
 
1258
1814
  // [Tags "!Protected"]
1815
+ // [Protected "!true"]
1259
1816
  @sapField_WarningBackgroundStyle: none;
1260
1817
 
1261
1818
  // [Tags "!Protected"]
1819
+ // [Protected "!true"]
1262
1820
  @sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
1263
1821
 
1264
1822
  // [Tags "!Protected"]
1823
+ // [Protected "!true"]
1265
1824
  @sapField_WarningBorderStyle: solid;
1825
+ @sapField_WarningShadow: none;
1266
1826
 
1267
1827
  // [Tags "!Protected"]
1828
+ // [Protected "!true"]
1268
1829
  @sapField_SuccessColor: @sapSuccessColor;
1269
1830
 
1270
1831
  // [Tags "!Protected"]
1832
+ // [Protected "!true"]
1271
1833
  @sapField_SuccessBackground: @sapField_Background;
1272
1834
 
1273
1835
  // [Tags "!Protected"]
1836
+ // [Protected "!true"]
1274
1837
  @sapField_SuccessBackgroundStyle: none;
1275
1838
 
1276
1839
  // [Tags "!Protected"]
1840
+ // [Protected "!true"]
1277
1841
  @sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
1278
1842
 
1279
1843
  // [Tags "!Protected"]
1844
+ // [Protected "!true"]
1280
1845
  @sapField_SuccessBorderStyle: solid;
1846
+ @sapField_SuccessShadow: none;
1281
1847
 
1282
1848
  // [Tags "!Protected"]
1849
+ // [Protected "!true"]
1283
1850
  @sapField_InformationColor: @sapInformationColor;
1284
1851
 
1285
1852
  // [Tags "!Protected"]
1853
+ // [Protected "!true"]
1286
1854
  @sapField_InformationBackground: @sapField_Background;
1287
1855
 
1288
1856
  // [Tags "!Protected"]
1857
+ // [Protected "!true"]
1289
1858
  @sapField_InformationBackgroundStyle: none;
1290
1859
 
1291
1860
  // [Tags "!Protected"]
1861
+ // [Protected "!true"]
1292
1862
  @sapField_InformationBorderWidth: 0.125 * @sapContent_GridSize;
1293
1863
 
1294
1864
  // [Tags "!Protected"]
1865
+ // [Protected "!true"]
1295
1866
  @sapField_InformationBorderStyle: solid;
1867
+ @sapField_InformationShadow: none;
1296
1868
 
1297
1869
  // [Tags "!Protected"]
1870
+ // [Protected "!true"]
1298
1871
  @sapGroup_TitleBackground: transparent;
1299
1872
 
1300
1873
  // [Tags "!Protected"]
1874
+ // [Protected "!true"]
1301
1875
  @sapGroup_TitleBorderColor: lighten(@sapPrimary6, 5);
1302
1876
 
1303
1877
  // [Tags "!Protected"]
1878
+ // [Protected "!true"]
1304
1879
  @sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1305
1880
 
1306
1881
  // [Tags "!Protected"]
1882
+ // [Protected "!true"]
1307
1883
  @sapGroup_Title_FontSize: @sapFontHeader4Size;
1308
1884
 
1309
1885
  // [Tags "!Protected"]
1886
+ // [Protected "!true"]
1310
1887
  @sapGroup_ContentBackground: lighten(@sapBackgroundColor, 2);
1311
1888
 
1312
1889
  // [Tags "!Protected"]
1890
+ // [Protected "!true"]
1313
1891
  @sapGroup_ContentBorderColor: darken(@sapGroup_ContentBackground, 8);
1314
1892
 
1315
1893
  // [Tags "!Protected"]
1894
+ // [Protected "!true"]
1316
1895
  @sapGroup_BorderWidth: @sapElement_BorderWidth;
1317
1896
 
1318
1897
  // [Tags "!Protected"]
1898
+ // [Protected "!true"]
1319
1899
  @sapGroup_BorderCornerRadius: 0;
1320
1900
 
1321
1901
  // [Tags "!Protected"]
1902
+ // [Protected "!true"]
1322
1903
  @sapGroup_FooterBackground: transparent;
1323
1904
 
1324
1905
  // [Tags "!Protected"]
1906
+ // [Protected "!true"]
1325
1907
  @sapToolbar_Background: transparent;
1326
1908
 
1327
1909
  // [Tags "!Protected"]
1910
+ // [Protected "!true"]
1328
1911
  @sapToolbar_SeparatorColor: fade(@sapPrimary1, 20);
1329
1912
 
1330
1913
  // [Tags "!Protected"]
1914
+ // [Protected "!true"]
1331
1915
  @sapList_HeaderBackground: darken(@sapPrimary4, 3);
1332
1916
 
1333
1917
  // [Tags "!Protected"]
1918
+ // [Protected "!true"]
1334
1919
  @sapList_HeaderBorderColor: @sapList_BorderColor;
1335
1920
 
1336
1921
  // [Tags "!Protected"]
1922
+ // [Protected "!true"]
1337
1923
  @sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1338
1924
 
1339
1925
  // [Tags "!Protected"]
1926
+ // [Protected "!true"]
1340
1927
  @sapList_BorderColor: darken(@sapList_Background, 10.2);
1341
1928
 
1342
1929
  // [Tags "!Protected"]
1930
+ // [Protected "!true"]
1343
1931
  @sapList_BorderWidth: @sapElement_BorderWidth;
1344
1932
 
1345
1933
  // [Tags "!Protected"]
1934
+ // [Protected "!true"]
1346
1935
  @sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1347
1936
 
1348
1937
  // [Tags "!Protected"]
1938
+ // [Protected "!true"]
1349
1939
  @sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapList_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1350
1940
 
1351
1941
  // [Tags "!Protected"]
1942
+ // [Protected "!true"]
1352
1943
  @sapList_Active_Background: @sapHighlightColor;
1353
1944
 
1354
1945
  // [Tags "!Protected"]
1946
+ // [Protected "!true"]
1355
1947
  @sapList_SelectionBackgroundColor: lighten(desaturate(@sapSelectedColor, 2), 47);
1356
1948
 
1357
1949
  // [Tags "!Protected"]
1950
+ // [Protected "!true"]
1358
1951
  @sapList_SelectionBorderColor: @sapList_BorderColor;
1359
1952
 
1360
1953
  // [Tags "!Protected"]
1954
+ // [Protected "!true"]
1361
1955
  @sapList_Hover_SelectionBackground: contrast(@sapList_SelectionBackgroundColor, darken(@sapList_SelectionBackgroundColor, 3), lighten(@sapList_SelectionBackgroundColor, 3));
1362
1956
 
1363
1957
  // [Tags "!Protected"]
1958
+ // [Protected "!true"]
1364
1959
  @sapList_Background: @sapPrimary4;
1365
1960
 
1366
1961
  // [Tags "!Protected"]
1962
+ // [Protected "!true"]
1367
1963
  @sapList_Hover_Background: contrast(@sapList_Background, darken(@sapList_Background, 6), lighten(@sapList_Background, 6));
1368
1964
 
1369
1965
  // [Tags "!Protected"]
1966
+ // [Protected "!true"]
1370
1967
  @sapList_AlternatingBackground: darken(@sapList_Background, 2);
1371
1968
 
1372
1969
  // [Tags "!Protected"]
1970
+ // [Protected "!true"]
1373
1971
  @sapList_GroupHeaderBackground: @sapList_Background;
1374
1972
 
1375
1973
  // [Tags "!Protected"]
1974
+ // [Protected "!true"]
1376
1975
  @sapList_GroupHeaderBorderColor: darken(@sapList_BorderColor, 10);
1377
1976
 
1378
1977
  // [Tags "!Protected"]
1978
+ // [Protected "!true"]
1379
1979
  @sapList_GroupHeaderTextColor: @sapContent_MarkerTextColor;
1380
1980
 
1381
1981
  // [Tags "!Protected"]
1982
+ // [Protected "!true"]
1382
1983
  @sapList_TableGroupHeaderBackground: darken(@sapList_Background, 5);
1383
1984
 
1384
1985
  // [Tags "!Protected"]
1986
+ // [Protected "!true"]
1385
1987
  @sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
1386
1988
 
1387
1989
  // [Tags "!Protected"]
1990
+ // [Protected "!true"]
1388
1991
  @sapList_TableGroupHeaderTextColor: contrast(@sapList_TableGroupHeaderBackground, @sapContent_MarkerTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1389
1992
 
1390
1993
  // [Tags "!Protected"]
1994
+ // [Protected "!true"]
1391
1995
  @sapList_FooterBackground: darken(@sapBaseColor, 9);
1392
1996
 
1393
1997
  // [Tags "!Protected"]
1998
+ // [Protected "!true"]
1394
1999
  @sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapList_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1395
2000
 
1396
2001
  // [Tags "!Protected"]
2002
+ // [Protected "!true"]
1397
2003
  @sapList_TableFooterBorder: darken(@sapList_BorderColor, 10);
1398
2004
 
1399
2005
  // [Tags "!Protected"]
2006
+ // [Protected "!true"]
1400
2007
  @sapList_TableFixedBorderColor: darken(@sapList_BorderColor, 30);
1401
2008
 
1402
2009
  // [Tags "!Protected"]
2010
+ // [Protected "!true"]
1403
2011
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
1404
2012
 
1405
2013
  // [Tags "!Protected"]
2014
+ // [Protected "!true"]
1406
2015
  @sapMessage_WarningBorderColor: @sapWarningBorderColor;
1407
2016
 
1408
2017
  // [Tags "!Protected"]
2018
+ // [Protected "!true"]
1409
2019
  @sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
1410
2020
 
1411
2021
  // [Tags "!Protected"]
2022
+ // [Protected "!true"]
1412
2023
  @sapMessage_InformationBorderColor: @sapInformationBorderColor;
1413
2024
 
1414
2025
  // [Tags "!Protected"]
2026
+ // [Protected "!true"]
1415
2027
  @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
1416
2028
 
1417
2029
  // [Tags "!Protected"]
2030
+ // [Protected "!true"]
1418
2031
  @sapProgress_Background: @sapField_Background;
1419
2032
 
1420
2033
  // [Tags "!Protected"]
2034
+ // [Protected "!true"]
1421
2035
  @sapProgress_BorderColor: @sapField_BorderColor;
1422
2036
 
1423
2037
  // [Tags "!Protected"]
2038
+ // [Protected "!true"]
1424
2039
  @sapProgress_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1425
2040
 
1426
2041
  // [Tags "!Protected"]
2042
+ // [Protected "!true"]
1427
2043
  @sapProgress_FontSize: @sapFontSmallSize;
1428
2044
 
1429
2045
  // [Tags "!Protected"]
2046
+ // [Protected "!true"]
1430
2047
  @sapProgress_NegativeBackground: @sapProgress_Background;
1431
2048
 
1432
2049
  // [Tags "!Protected"]
2050
+ // [Protected "!true"]
1433
2051
  @sapProgress_NegativeBorderColor: @sapProgress_BorderColor;
1434
2052
 
1435
2053
  // [Tags "!Protected"]
2054
+ // [Protected "!true"]
1436
2055
  @sapProgress_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1437
2056
 
1438
2057
  // [Tags "!Protected"]
2058
+ // [Protected "!true"]
1439
2059
  @sapProgress_CriticalBackground: @sapProgress_Background;
1440
2060
 
1441
2061
  // [Tags "!Protected"]
2062
+ // [Protected "!true"]
1442
2063
  @sapProgress_CriticalBorderColor: @sapProgress_BorderColor;
1443
2064
 
1444
2065
  // [Tags "!Protected"]
2066
+ // [Protected "!true"]
1445
2067
  @sapProgress_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapProgress_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1446
2068
 
1447
2069
  // [Tags "!Protected"]
2070
+ // [Protected "!true"]
1448
2071
  @sapProgress_PositiveBackground: @sapProgress_Background;
1449
2072
 
1450
2073
  // [Tags "!Protected"]
2074
+ // [Protected "!true"]
1451
2075
  @sapProgress_PositiveBorderColor: @sapProgress_BorderColor;
1452
2076
 
1453
2077
  // [Tags "!Protected"]
2078
+ // [Protected "!true"]
1454
2079
  @sapProgress_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1455
2080
 
1456
2081
  // [Tags "!Protected"]
2082
+ // [Protected "!true"]
1457
2083
  @sapProgress_InformationBackground: @sapProgress_Background;
1458
2084
 
1459
2085
  // [Tags "!Protected"]
2086
+ // [Protected "!true"]
1460
2087
  @sapProgress_InformationBorderColor: @sapProgress_BorderColor;
1461
2088
 
1462
2089
  // [Tags "!Protected"]
2090
+ // [Protected "!true"]
1463
2091
  @sapProgress_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1464
2092
 
1465
2093
  // [Tags "!Protected"]
2094
+ // [Protected "!true"]
1466
2095
  @sapProgress_Value_Background: @sapNeutralElementColor;
1467
2096
 
1468
2097
  // [Tags "!Protected"]
2098
+ // [Protected "!true"]
1469
2099
  @sapProgress_Value_BorderColor: @sapProgress_BorderColor;
1470
2100
 
1471
2101
  // [Tags "!Protected"]
2102
+ // [Protected "!true"]
1472
2103
  @sapProgress_Value_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1473
2104
 
1474
2105
  // [Tags "!Protected"]
2106
+ // [Protected "!true"]
1475
2107
  @sapProgress_Value_NegativeBackground: @sapNegativeElementColor;
1476
2108
 
1477
2109
  // [Tags "!Protected"]
2110
+ // [Protected "!true"]
1478
2111
  @sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
1479
2112
 
1480
2113
  // [Tags "!Protected"]
2114
+ // [Protected "!true"]
1481
2115
  @sapProgress_Value_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1482
2116
 
1483
2117
  // [Tags "!Protected"]
2118
+ // [Protected "!true"]
1484
2119
  @sapProgress_Value_CriticalBackground: @sapCriticalElementColor;
1485
2120
 
1486
2121
  // [Tags "!Protected"]
2122
+ // [Protected "!true"]
1487
2123
  @sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
1488
2124
 
1489
2125
  // [Tags "!Protected"]
2126
+ // [Protected "!true"]
1490
2127
  @sapProgress_Value_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1491
2128
 
1492
2129
  // [Tags "!Protected"]
2130
+ // [Protected "!true"]
1493
2131
  @sapProgress_Value_PositiveBackground: @sapPositiveElementColor;
1494
2132
 
1495
2133
  // [Tags "!Protected"]
2134
+ // [Protected "!true"]
1496
2135
  @sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
1497
2136
 
1498
2137
  // [Tags "!Protected"]
2138
+ // [Protected "!true"]
1499
2139
  @sapProgress_Value_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1500
2140
 
1501
2141
  // [Tags "!Protected"]
2142
+ // [Protected "!true"]
1502
2143
  @sapProgress_Value_InformationBackground: @sapInformativeElementColor;
1503
2144
 
1504
2145
  // [Tags "!Protected"]
2146
+ // [Protected "!true"]
1505
2147
  @sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
1506
2148
 
1507
2149
  // [Tags "!Protected"]
2150
+ // [Protected "!true"]
1508
2151
  @sapProgress_Value_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1509
2152
 
1510
2153
  // [Tags "!Protected"]
2154
+ // [Protected "!true"]
1511
2155
  @sapScrollBar_FaceColor: darken(@sapPrimary6, 5);
1512
2156
 
1513
2157
  // [Tags "!Protected"]
2158
+ // [Protected "!true"]
1514
2159
  @sapScrollBar_TrackColor: lighten(@sapScrollBar_FaceColor, 30);
1515
2160
 
1516
2161
  // [Tags "!Protected"]
2162
+ // [Protected "!true"]
1517
2163
  @sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
1518
2164
 
1519
2165
  // [Tags "!Protected"]
2166
+ // [Protected "!true"]
1520
2167
  @sapScrollBar_SymbolColor: @sapContent_IconColor;
1521
2168
 
1522
2169
  // [Tags "!Protected"]
2170
+ // [Protected "!true"]
1523
2171
  @sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
1524
2172
 
1525
2173
  // [Tags "!Protected"]
2174
+ // [Protected "!true"]
1526
2175
  @sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 3);
1527
2176
 
1528
2177
  // [Tags "!Protected"]
2178
+ // [Protected "!true"]
1529
2179
  @sapSlider_Background: lighten(@sapField_BorderColor, 11.8);
1530
2180
 
1531
2181
  // [Tags "!Protected"]
2182
+ // [Protected "!true"]
1532
2183
  @sapSlider_BorderColor: @sapSlider_Background;
1533
2184
 
1534
2185
  // [Tags "!Protected"]
2186
+ // [Protected "!true"]
1535
2187
  @sapSlider_Selected_Background: @sapField_Active_BorderColor;
1536
2188
 
1537
2189
  // [Tags "!Protected"]
2190
+ // [Protected "!true"]
1538
2191
  @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
1539
2192
 
1540
2193
  // [Tags "!Protected"]
2194
+ // [Protected "!true"]
1541
2195
  @sapSlider_HandleBackground: fade(@sapField_Background, 10);
1542
2196
 
1543
2197
  // [Tags "!Protected"]
2198
+ // [Protected "!true"]
1544
2199
  @sapSlider_HandleBorderColor: darken(@sapField_BorderColor, 15);
1545
2200
 
1546
2201
  // [Tags "!Protected"]
2202
+ // [Protected "!true"]
1547
2203
  @sapSlider_RangeHandleBackground: fade(@sapField_Background, 10);
1548
2204
 
1549
2205
  // [Tags "!Protected"]
2206
+ // [Protected "!true"]
1550
2207
  @sapSlider_Hover_HandleBackground: fade(darken(@sapField_Background, 15), 60);
1551
2208
 
1552
2209
  // [Tags "!Protected"]
2210
+ // [Protected "!true"]
1553
2211
  @sapSlider_Hover_HandleBorderColor: darken(@sapField_BorderColor, 15);
1554
2212
 
1555
2213
  // [Tags "!Protected"]
2214
+ // [Protected "!true"]
1556
2215
  @sapSlider_Hover_RangeHandleBackground: fade(darken(@sapField_Background, 15), 60);
1557
2216
 
1558
2217
  // [Tags "!Protected"]
2218
+ // [Protected "!true"]
1559
2219
  @sapSlider_Active_HandleBackground: fade(@sapField_Active_BorderColor, 30);
1560
2220
 
1561
2221
  // [Tags "!Protected"]
2222
+ // [Protected "!true"]
1562
2223
  @sapSlider_Active_HandleBorderColor: @sapButton_Active_BorderColor;
1563
2224
 
1564
2225
  // [Tags "!Protected"]
2226
+ // [Protected "!true"]
1565
2227
  @sapSlider_Active_RangeHandleBackground: fade(@sapField_Active_BorderColor, 30);
1566
2228
 
1567
2229
  // [Tags "!Protected"]
2230
+ // [Protected "!true"]
1568
2231
  @sapPageHeader_Background: @sapBaseColor;
1569
2232
 
1570
2233
  // [Tags "!Protected"]
2234
+ // [Protected "!true"]
1571
2235
  @sapPageHeader_BorderColor: darken(@sapPageHeader_Background, 8);
1572
2236
 
1573
2237
  // [Tags "!Protected"]
2238
+ // [Protected "!true"]
1574
2239
  @sapPageHeader_TextColor: contrast(@sapPageHeader_Background, lighten(@sapTextColor, 20), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1575
2240
 
1576
2241
  // [Tags "!Protected"]
2242
+ // [Protected "!true"]
1577
2243
  @sapPageFooter_Background: @sapPrimary4;
1578
2244
 
1579
2245
  // [Tags "!Protected"]
2246
+ // [Protected "!true"]
1580
2247
  @sapPageFooter_BorderColor: contrast(@sapPageFooter_Background, darken(@sapPageFooter_Background, 8), lighten(@sapPageFooter_Background, 12), @sapContent_ContrastTextThreshold);
1581
2248
 
1582
2249
  // [Tags "!Protected"]
2250
+ // [Protected "!true"]
1583
2251
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1584
2252
 
1585
2253
  // [Tags "!Protected"]
2254
+ // [Protected "!true"]
1586
2255
  @sapInfobar_Background: darken(@sapAccentColor7, 5);
1587
2256
 
1588
2257
  // [Tags "!Protected"]
2258
+ // [Protected "!true"]
1589
2259
  @sapInfobar_Hover_Background: darken(@sapInfobar_Background, 3);
1590
2260
 
1591
2261
  // [Tags "!Protected"]
2262
+ // [Protected "!true"]
1592
2263
  @sapInfobar_Active_Background: @sapList_Active_Background;
1593
2264
 
1594
2265
  // [Tags "!Protected"]
2266
+ // [Protected "!true"]
1595
2267
  @sapInfobar_NonInteractive_Background: darken(@sapList_Background, 10);
1596
2268
 
1597
2269
  // [Tags "!Protected"]
2270
+ // [Protected "!true"]
1598
2271
  @sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1599
2272
 
1600
2273
  // [Tags "!Protected"]
2274
+ // [Protected "!true"]
1601
2275
  @sapObjectHeader_Background: @sapBaseColor;
1602
2276
 
1603
2277
  // [Tags "!Protected"]
2278
+ // [Protected "!true"]
1604
2279
  @sapObjectHeader_Hover_Background: contrast(@sapObjectHeader_Background, darken(@sapObjectHeader_Background, 4), lighten(@sapObjectHeader_Background, 3));
1605
2280
 
1606
2281
  // [Tags "!Protected"]
2282
+ // [Protected "!true"]
1607
2283
  @sapObjectHeader_BorderColor: contrast(@sapObjectHeader_Background, darken(@sapObjectHeader_Background, 8), lighten(@sapObjectHeader_Background, 8), @sapContent_ContrastTextThreshold);
1608
2284
 
1609
2285
  // [Tags "!Protected"]
2286
+ // [Protected "!true"]
1610
2287
  @sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1611
2288
 
1612
2289
  // [Tags "!Protected"]
2290
+ // [Protected "!true"]
1613
2291
  @sapObjectHeader_Title_FontSize: @sapFontHeader3Size;
1614
2292
 
1615
2293
  // [Tags "!Protected"]
2294
+ // [Protected "!true"]
1616
2295
  @sapObjectHeader_Title_SnappedFontSize: @sapFontHeader3Size;
1617
2296
 
1618
2297
  // [Tags "!Protected"]
2298
+ // [Protected "!true"]
1619
2299
  @sapObjectHeader_Title_FontFamily: @sapFontFamily;
1620
2300
 
1621
2301
  // [Tags "!Protected"]
2302
+ // [Protected "!true"]
1622
2303
  @sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1623
2304
 
1624
2305
  // [Tags "!Protected"]
2306
+ // [Protected "!true"]
1625
2307
  @sapBlockLayer_Background: #000;
1626
2308
 
1627
2309
  // [Tags "!Protected"]
2310
+ // [Protected "!true"]
1628
2311
  @sapTile_Background: @sapPrimary4;
1629
2312
 
1630
2313
  // [Tags "!Protected"]
2314
+ // [Protected "!true"]
1631
2315
  @sapTile_Hover_Background: contrast(@sapTile_Background, darken(@sapTile_Background, 3), lighten(@sapTile_Background, 3));
1632
2316
 
1633
2317
  // [Tags "!Protected"]
2318
+ // [Protected "!true"]
1634
2319
  @sapTile_Active_Background: @sapTile_Hover_Background;
1635
2320
 
1636
2321
  // [Tags "!Protected"]
2322
+ // [Protected "!true"]
1637
2323
  @sapTile_BorderColor: transparent;
1638
2324
 
1639
2325
  // [Tags "!Protected"]
2326
+ // [Protected "!true"]
1640
2327
  @sapTile_BorderCornerRadius: 0.25 * @sapContent_GridSize;
1641
2328
 
1642
2329
  // [Tags "!Protected"]
2330
+ // [Protected "!true"]
1643
2331
  @sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1644
2332
 
1645
2333
  // [Tags "!Protected"]
2334
+ // [Protected "!true"]
1646
2335
  @sapTile_TextColor: contrast(@sapTile_Background, lighten(@sapTile_TitleTextColor, 20), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1647
2336
 
1648
2337
  // [Tags "!Protected"]
2338
+ // [Protected "!true"]
1649
2339
  @sapTile_IconColor: contrast(@sapTile_Background, lighten(@sapContent_IconColor, 34), @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
1650
2340
 
1651
2341
  // [Tags "!Protected"]
2342
+ // [Protected "!true"]
1652
2343
  @sapTile_SeparatorColor: darken(@sapTile_Background, 20);
1653
2344
 
1654
2345
  // [Tags "!Protected"]
2346
+ // [Protected "!true"]
1655
2347
  @sapTile_Interactive_BorderColor: darken(@sapTile_Background, 30);
1656
2348
 
1657
2349
  // [Tags "!Protected"]
2350
+ // [Protected "!true"]
1658
2351
  @sapTile_OverlayBackground: fade(@sapBlockLayer_Background, 80);
1659
2352
 
1660
2353
  // [Tags "!Protected"]
2354
+ // [Protected "!true"]
1661
2355
  @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1662
2356
 
1663
2357
  // [Tags "!Protected"]
2358
+ // [Protected "!true"]
1664
2359
  @sapAccentColor1: #e09d00;
1665
2360
 
1666
2361
  // [Tags "!Protected"]
2362
+ // [Protected "!true"]
1667
2363
  @sapAccentColor2: #e6600d;
1668
2364
 
1669
2365
  // [Tags "!Protected"]
2366
+ // [Protected "!true"]
1670
2367
  @sapAccentColor3: #c14646;
1671
2368
 
1672
2369
  // [Tags "!Protected"]
2370
+ // [Protected "!true"]
1673
2371
  @sapAccentColor4: #ab218e;
1674
2372
 
1675
2373
  // [Tags "!Protected"]
2374
+ // [Protected "!true"]
1676
2375
  @sapAccentColor5: #678bc7;
1677
2376
 
1678
2377
  // [Tags "!Protected"]
2378
+ // [Protected "!true"]
1679
2379
  @sapAccentColor6: #0092d1;
1680
2380
 
1681
2381
  // [Tags "!Protected"]
2382
+ // [Protected "!true"]
1682
2383
  @sapAccentColor7: #1a9898;
1683
2384
 
1684
2385
  // [Tags "!Protected"]
2386
+ // [Protected "!true"]
1685
2387
  @sapAccentColor8: #759421;
1686
2388
 
1687
2389
  // [Tags "!Protected"]
2390
+ // [Protected "!true"]
1688
2391
  @sapAccentColor9: #925ace;
1689
2392
 
1690
2393
  // [Tags "!Protected"]
2394
+ // [Protected "!true"]
1691
2395
  @sapAccentColor10: #647987;
1692
2396
 
1693
2397
  // [Tags "!Protected"]
2398
+ // [Protected "!true"]
1694
2399
  @sapAccentBackgroundColor1: #fff3b8;
1695
2400
 
1696
2401
  // [Tags "!Protected"]
2402
+ // [Protected "!true"]
1697
2403
  @sapAccentBackgroundColor2: #ffd0e7;
1698
2404
 
1699
2405
  // [Tags "!Protected"]
2406
+ // [Protected "!true"]
1700
2407
  @sapAccentBackgroundColor3: #fff0fa;
1701
2408
 
1702
2409
  // [Tags "!Protected"]
2410
+ // [Protected "!true"]
1703
2411
  @sapAccentBackgroundColor4: #ffdcf3;
1704
2412
 
1705
2413
  // [Tags "!Protected"]
2414
+ // [Protected "!true"]
1706
2415
  @sapAccentBackgroundColor5: #ded3ff;
1707
2416
 
1708
2417
  // [Tags "!Protected"]
2418
+ // [Protected "!true"]
1709
2419
  @sapAccentBackgroundColor6: #d1efff;
1710
2420
 
1711
2421
  // [Tags "!Protected"]
2422
+ // [Protected "!true"]
1712
2423
  @sapAccentBackgroundColor7: #c2fcee;
1713
2424
 
1714
2425
  // [Tags "!Protected"]
2426
+ // [Protected "!true"]
1715
2427
  @sapAccentBackgroundColor8: #ebf5cb;
1716
2428
 
1717
2429
  // [Tags "!Protected"]
2430
+ // [Protected "!true"]
1718
2431
  @sapAccentBackgroundColor9: #dafdf5;
1719
2432
 
1720
2433
  // [Tags "!Protected"]
2434
+ // [Protected "!true"]
1721
2435
  @sapAccentBackgroundColor10: #eaecee;
1722
2436
 
1723
2437
  // [Tags "!Protected"]
2438
+ // [Protected "!true"]
1724
2439
  @sapIndicationColor_1: #880000;
1725
2440
 
1726
2441
  // [Tags "!Protected"]
2442
+ // [Protected "!true"]
1727
2443
  @sapIndicationColor_1_Background: @sapIndicationColor_1;
1728
2444
 
1729
2445
  // [Tags "!Protected"]
2446
+ // [Protected "!true"]
1730
2447
  @sapIndicationColor_1_BorderColor: @sapIndicationColor_1;
1731
2448
 
1732
2449
  // [Tags "!Protected"]
1733
- @sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
2450
+ // [Protected "!true"]
2451
+ @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1734
2452
 
1735
2453
  // [Tags "!Protected"]
1736
- @sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
2454
+ // [Protected "!true"]
2455
+ @sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
1737
2456
 
1738
2457
  // [Tags "!Protected"]
1739
- @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2458
+ // [Protected "!true"]
2459
+ @sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
2460
+ @sapIndicationColor_1_Active_BorderColor: @sapIndicationColor_1_BorderColor;
2461
+ @sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1_TextColor;
2462
+ @sapIndicationColor_1_Selected_Background: @sapIndicationColor_1_Active_Background;
2463
+ @sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
2464
+ @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
2465
+ @sapIndicationColor_1b: #fb9d9d;
2466
+ @sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
2467
+ @sapIndicationColor_1b_Hover_Background: darken(@sapIndicationColor_1b, 5);
1740
2468
 
1741
2469
  // [Tags "!Protected"]
2470
+ // [Protected "!true"]
1742
2471
  @sapIndicationColor_2: #bb0000;
1743
2472
 
1744
2473
  // [Tags "!Protected"]
2474
+ // [Protected "!true"]
1745
2475
  @sapIndicationColor_2_Background: @sapIndicationColor_2;
1746
2476
 
1747
2477
  // [Tags "!Protected"]
2478
+ // [Protected "!true"]
1748
2479
  @sapIndicationColor_2_BorderColor: @sapIndicationColor_2;
1749
2480
 
1750
2481
  // [Tags "!Protected"]
1751
- @sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
2482
+ // [Protected "!true"]
2483
+ @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1752
2484
 
1753
2485
  // [Tags "!Protected"]
1754
- @sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
2486
+ // [Protected "!true"]
2487
+ @sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
1755
2488
 
1756
2489
  // [Tags "!Protected"]
1757
- @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2490
+ // [Protected "!true"]
2491
+ @sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
2492
+ @sapIndicationColor_2_Active_BorderColor: @sapIndicationColor_2_BorderColor;
2493
+ @sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2_TextColor;
2494
+ @sapIndicationColor_2_Selected_Background: @sapIndicationColor_2_Active_Background;
2495
+ @sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
2496
+ @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
2497
+ @sapIndicationColor_2b: #fcc4c4;
2498
+ @sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
2499
+ @sapIndicationColor_2b_Hover_Background: darken(@sapIndicationColor_2b, 5);
1758
2500
 
1759
2501
  // [Tags "!Protected"]
2502
+ // [Protected "!true"]
1760
2503
  @sapIndicationColor_3: #e78c07;
1761
2504
 
1762
2505
  // [Tags "!Protected"]
2506
+ // [Protected "!true"]
1763
2507
  @sapIndicationColor_3_Background: @sapIndicationColor_3;
1764
2508
 
1765
2509
  // [Tags "!Protected"]
2510
+ // [Protected "!true"]
1766
2511
  @sapIndicationColor_3_BorderColor: @sapIndicationColor_3;
1767
2512
 
1768
2513
  // [Tags "!Protected"]
1769
- @sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
2514
+ // [Protected "!true"]
2515
+ @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1770
2516
 
1771
2517
  // [Tags "!Protected"]
1772
- @sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
2518
+ // [Protected "!true"]
2519
+ @sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
1773
2520
 
1774
2521
  // [Tags "!Protected"]
1775
- @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2522
+ // [Protected "!true"]
2523
+ @sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
2524
+ @sapIndicationColor_3_Active_BorderColor: @sapIndicationColor_3_BorderColor;
2525
+ @sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3_TextColor;
2526
+ @sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
2527
+ @sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
2528
+ @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
2529
+ @sapIndicationColor_3b: #fff2c0;
2530
+ @sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
2531
+ @sapIndicationColor_3b_Hover_Background: darken(@sapIndicationColor_3b, 5);
1776
2532
 
1777
2533
  // [Tags "!Protected"]
2534
+ // [Protected "!true"]
1778
2535
  @sapIndicationColor_4: #2b7c2b;
1779
2536
 
1780
2537
  // [Tags "!Protected"]
2538
+ // [Protected "!true"]
1781
2539
  @sapIndicationColor_4_Background: @sapIndicationColor_4;
1782
2540
 
1783
2541
  // [Tags "!Protected"]
2542
+ // [Protected "!true"]
1784
2543
  @sapIndicationColor_4_BorderColor: @sapIndicationColor_4;
1785
2544
 
1786
2545
  // [Tags "!Protected"]
1787
- @sapIndicationColor_4_Hover_Background: darken(@sapIndicationColor_4, 5);
2546
+ // [Protected "!true"]
2547
+ @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1788
2548
 
1789
2549
  // [Tags "!Protected"]
1790
- @sapIndicationColor_4_Active_Background: darken(@sapIndicationColor_4, 10);
2550
+ // [Protected "!true"]
2551
+ @sapIndicationColor_4_Hover_Background: darken(@sapIndicationColor_4, 5);
1791
2552
 
1792
2553
  // [Tags "!Protected"]
1793
- @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2554
+ // [Protected "!true"]
2555
+ @sapIndicationColor_4_Active_Background: darken(@sapIndicationColor_4, 10);
2556
+ @sapIndicationColor_4_Active_BorderColor: @sapIndicationColor_4_BorderColor;
2557
+ @sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4_TextColor;
2558
+ @sapIndicationColor_4_Selected_Background: @sapIndicationColor_4_Active_Background;
2559
+ @sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
2560
+ @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
2561
+ @sapIndicationColor_4b: #bae8bc;
2562
+ @sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
2563
+ @sapIndicationColor_4b_Hover_Background: darken(@sapIndicationColor_4b, 5);
1794
2564
 
1795
2565
  // [Tags "!Protected"]
2566
+ // [Protected "!true"]
1796
2567
  @sapIndicationColor_5: #427cac;
1797
2568
 
1798
2569
  // [Tags "!Protected"]
2570
+ // [Protected "!true"]
1799
2571
  @sapIndicationColor_5_Background: @sapIndicationColor_5;
1800
2572
 
1801
2573
  // [Tags "!Protected"]
2574
+ // [Protected "!true"]
1802
2575
  @sapIndicationColor_5_BorderColor: @sapIndicationColor_5;
1803
2576
 
1804
2577
  // [Tags "!Protected"]
1805
- @sapIndicationColor_5_Hover_Background: darken(@sapIndicationColor_5, 5);
2578
+ // [Protected "!true"]
2579
+ @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1806
2580
 
1807
2581
  // [Tags "!Protected"]
1808
- @sapIndicationColor_5_Active_Background: darken(@sapIndicationColor_5, 10);
2582
+ // [Protected "!true"]
2583
+ @sapIndicationColor_5_Hover_Background: darken(@sapIndicationColor_5, 5);
1809
2584
 
1810
2585
  // [Tags "!Protected"]
1811
- @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2586
+ // [Protected "!true"]
2587
+ @sapIndicationColor_5_Active_Background: darken(@sapIndicationColor_5, 10);
2588
+ @sapIndicationColor_5_Active_BorderColor: @sapIndicationColor_5_BorderColor;
2589
+ @sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5_TextColor;
2590
+ @sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
2591
+ @sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
2592
+ @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
2593
+ @sapIndicationColor_5b: #d3effd;
2594
+ @sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
2595
+ @sapIndicationColor_5b_Hover_Background: darken(@sapIndicationColor_5b, 5);
1812
2596
 
1813
2597
  // [Tags "!Protected"]
2598
+ // [Protected "!true"]
1814
2599
  @sapIndicationColor_6: #1a9898;
1815
2600
 
1816
2601
  // [Tags "!Protected"]
2602
+ // [Protected "!true"]
1817
2603
  @sapIndicationColor_6_Background: @sapIndicationColor_6;
1818
2604
 
1819
2605
  // [Tags "!Protected"]
2606
+ // [Protected "!true"]
1820
2607
  @sapIndicationColor_6_BorderColor: @sapIndicationColor_6;
1821
2608
 
1822
2609
  // [Tags "!Protected"]
1823
- @sapIndicationColor_6_Hover_Background: darken(@sapIndicationColor_6, 5);
2610
+ // [Protected "!true"]
2611
+ @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1824
2612
 
1825
2613
  // [Tags "!Protected"]
1826
- @sapIndicationColor_6_Active_Background: darken(@sapIndicationColor_6, 10);
2614
+ // [Protected "!true"]
2615
+ @sapIndicationColor_6_Hover_Background: darken(@sapIndicationColor_6, 5);
1827
2616
 
1828
2617
  // [Tags "!Protected"]
1829
- @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2618
+ // [Protected "!true"]
2619
+ @sapIndicationColor_6_Active_Background: darken(@sapIndicationColor_6, 10);
2620
+ @sapIndicationColor_6_Active_BorderColor: @sapIndicationColor_6_BorderColor;
2621
+ @sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6_TextColor;
2622
+ @sapIndicationColor_6_Selected_Background: @sapIndicationColor_6_Active_Background;
2623
+ @sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
2624
+ @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
2625
+ @sapIndicationColor_6b: #cdf5ec;
2626
+ @sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
2627
+ @sapIndicationColor_6b_Hover_Background: darken(@sapIndicationColor_6b, 5);
1830
2628
 
1831
2629
  // [Tags "!Protected"]
2630
+ // [Protected "!true"]
1832
2631
  @sapIndicationColor_7: #925ace;
1833
2632
 
1834
2633
  // [Tags "!Protected"]
2634
+ // [Protected "!true"]
1835
2635
  @sapIndicationColor_7_Background: @sapIndicationColor_7;
1836
2636
 
1837
2637
  // [Tags "!Protected"]
2638
+ // [Protected "!true"]
1838
2639
  @sapIndicationColor_7_BorderColor: @sapIndicationColor_7;
1839
2640
 
1840
2641
  // [Tags "!Protected"]
1841
- @sapIndicationColor_7_Hover_Background: darken(@sapIndicationColor_7, 5);
2642
+ // [Protected "!true"]
2643
+ @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1842
2644
 
1843
2645
  // [Tags "!Protected"]
1844
- @sapIndicationColor_7_Active_Background: darken(@sapIndicationColor_7, 10);
2646
+ // [Protected "!true"]
2647
+ @sapIndicationColor_7_Hover_Background: darken(@sapIndicationColor_7, 5);
1845
2648
 
1846
2649
  // [Tags "!Protected"]
1847
- @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2650
+ // [Protected "!true"]
2651
+ @sapIndicationColor_7_Active_Background: darken(@sapIndicationColor_7, 10);
2652
+ @sapIndicationColor_7_Active_BorderColor: @sapIndicationColor_7_BorderColor;
2653
+ @sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7_TextColor;
2654
+ @sapIndicationColor_7_Selected_Background: @sapIndicationColor_7_Active_Background;
2655
+ @sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
2656
+ @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
2657
+ @sapIndicationColor_7b: #e2dbff;
2658
+ @sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
2659
+ @sapIndicationColor_7b_Hover_Background: darken(@sapIndicationColor_7b, 5);
1848
2660
 
1849
2661
  // [Tags "!Protected"]
2662
+ // [Protected "!true"]
1850
2663
  @sapIndicationColor_8: #ab218e;
1851
2664
 
1852
2665
  // [Tags "!Protected"]
2666
+ // [Protected "!true"]
1853
2667
  @sapIndicationColor_8_Background: @sapIndicationColor_8;
1854
2668
 
1855
2669
  // [Tags "!Protected"]
2670
+ // [Protected "!true"]
1856
2671
  @sapIndicationColor_8_BorderColor: @sapIndicationColor_8;
1857
2672
 
1858
2673
  // [Tags "!Protected"]
1859
- @sapIndicationColor_8_Hover_Background: darken(@sapIndicationColor_8, 5);
1860
-
1861
- // [Tags "!Protected"]
1862
- @sapIndicationColor_8_Active_Background: darken(@sapIndicationColor_8, 10);
2674
+ // [Protected "!true"]
2675
+ @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1863
2676
 
1864
2677
  // [Tags "!Protected"]
1865
- @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2678
+ // [Protected "!true"]
2679
+ @sapIndicationColor_8_Hover_Background: darken(@sapIndicationColor_8, 5);
1866
2680
 
1867
2681
  // [Tags "!Protected"]
2682
+ // [Protected "!true"]
2683
+ @sapIndicationColor_8_Active_Background: darken(@sapIndicationColor_8, 10);
2684
+ @sapIndicationColor_8_Active_BorderColor: @sapIndicationColor_8_BorderColor;
2685
+ @sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8_TextColor;
2686
+ @sapIndicationColor_8_Selected_Background: @sapIndicationColor_8_Active_Background;
2687
+ @sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
2688
+ @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
2689
+ @sapIndicationColor_8b: #f8d6ff;
2690
+ @sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
2691
+ @sapIndicationColor_8b_Hover_Background: darken(@sapIndicationColor_8b, 5);
2692
+ @sapIndicationColor_9: #1d2d3e;
2693
+ @sapIndicationColor_9_Background: @sapIndicationColor_9;
2694
+ @sapIndicationColor_9_BorderColor: @sapIndicationColor_9;
2695
+ @sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2696
+ @sapIndicationColor_9_Hover_Background: darken(@sapIndicationColor_9, 5);
2697
+ @sapIndicationColor_9_Active_Background: darken(@sapIndicationColor_9, 10);
2698
+ @sapIndicationColor_9_Active_BorderColor: @sapIndicationColor_9_BorderColor;
2699
+ @sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9_TextColor;
2700
+ @sapIndicationColor_9_Selected_Background: @sapIndicationColor_9_Active_Background;
2701
+ @sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
2702
+ @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
2703
+ @sapIndicationColor_9b: #fff;
2704
+ @sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
2705
+ @sapIndicationColor_9b_Hover_Background: darken(@sapIndicationColor_9b, 5);
2706
+ @sapIndicationColor_10: #45484a;
2707
+ @sapIndicationColor_10_Background: @sapIndicationColor_10;
2708
+ @sapIndicationColor_10_BorderColor: @sapIndicationColor_10;
2709
+ @sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2710
+ @sapIndicationColor_10_Hover_Background: darken(@sapIndicationColor_10, 5);
2711
+ @sapIndicationColor_10_Active_Background: darken(@sapIndicationColor_10, 10);
2712
+ @sapIndicationColor_10_Active_BorderColor: @sapIndicationColor_10_BorderColor;
2713
+ @sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10_TextColor;
2714
+ @sapIndicationColor_10_Selected_Background: @sapIndicationColor_10_Active_Background;
2715
+ @sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
2716
+ @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
2717
+ @sapIndicationColor_10b: #eaecee;
2718
+ @sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
2719
+ @sapIndicationColor_10b_Hover_Background: darken(@sapIndicationColor_10b, 5);
2720
+
2721
+ // [Tags "!Protected"]
2722
+ // [Protected "!true"]
1868
2723
  @sapLegend_WorkingBackground: darken(@sapList_Background, 3);
1869
2724
 
1870
2725
  // [Tags "!Protected"]
2726
+ // [Protected "!true"]
1871
2727
  @sapLegend_NonWorkingBackground: darken(@sapList_Background, 3);
1872
2728
 
1873
2729
  // [Tags "!Protected"]
2730
+ // [Protected "!true"]
1874
2731
  @sapLegend_CurrentDateTime: @sapAccentColor4;
1875
2732
 
1876
2733
  // [Tags "!Protected"]
2734
+ // [Protected "!true"]
1877
2735
  @sapLegendColor1: #ad7900;
1878
2736
 
1879
2737
  // [Tags "!Protected"]
2738
+ // [Protected "!true"]
1880
2739
  @sapLegendColor2: #dc5c0c;
1881
2740
 
1882
2741
  // [Tags "!Protected"]
2742
+ // [Protected "!true"]
1883
2743
  @sapLegendColor3: #c14646;
1884
2744
 
1885
2745
  // [Tags "!Protected"]
2746
+ // [Protected "!true"]
1886
2747
  @sapLegendColor4: #853808;
1887
2748
 
1888
2749
  // [Tags "!Protected"]
2750
+ // [Protected "!true"]
1889
2751
  @sapLegendColor5: #da3fb9;
1890
2752
 
1891
2753
  // [Tags "!Protected"]
2754
+ // [Protected "!true"]
1892
2755
  @sapLegendColor6: #008bc7;
1893
2756
 
1894
2757
  // [Tags "!Protected"]
2758
+ // [Protected "!true"]
1895
2759
  @sapLegendColor7: #198f8f;
1896
2760
 
1897
2761
  // [Tags "!Protected"]
2762
+ // [Protected "!true"]
1898
2763
  @sapLegendColor8: #6e8c1f;
1899
2764
 
1900
2765
  // [Tags "!Protected"]
2766
+ // [Protected "!true"]
1901
2767
  @sapLegendColor9: #648796;
1902
2768
 
1903
2769
  // [Tags "!Protected"]
2770
+ // [Protected "!true"]
1904
2771
  @sapLegendColor10: #80196a;
1905
2772
 
1906
2773
  // [Tags "!Protected"]
2774
+ // [Protected "!true"]
1907
2775
  @sapLegendColor11: #6f5925;
1908
2776
 
1909
2777
  // [Tags "!Protected"]
2778
+ // [Protected "!true"]
1910
2779
  @sapLegendColor12: #b64600;
1911
2780
 
1912
2781
  // [Tags "!Protected"]
2782
+ // [Protected "!true"]
1913
2783
  @sapLegendColor13: #d61818;
1914
2784
 
1915
2785
  // [Tags "!Protected"]
2786
+ // [Protected "!true"]
1916
2787
  @sapLegendColor14: #976c52;
1917
2788
 
1918
2789
  // [Tags "!Protected"]
2790
+ // [Protected "!true"]
1919
2791
  @sapLegendColor15: #73596d;
1920
2792
 
1921
2793
  // [Tags "!Protected"]
2794
+ // [Protected "!true"]
1922
2795
  @sapLegendColor16: #5d759e;
1923
2796
 
1924
2797
  // [Tags "!Protected"]
2798
+ // [Protected "!true"]
1925
2799
  @sapLegendColor17: #466c6c;
1926
2800
 
1927
2801
  // [Tags "!Protected"]
2802
+ // [Protected "!true"]
1928
2803
  @sapLegendColor18: #626b4a;
1929
2804
 
1930
2805
  // [Tags "!Protected"]
2806
+ // [Protected "!true"]
1931
2807
  @sapLegendColor19: #284d5d;
1932
2808
 
1933
2809
  // [Tags "!Protected"]
2810
+ // [Protected "!true"]
1934
2811
  @sapLegendColor20: #1851b0;
1935
2812
 
1936
2813
  // [Tags "!Protected"]
2814
+ // [Protected "!true"]
1937
2815
  @sapLegendBackgroundColor1: #fff6e0;
1938
2816
 
1939
2817
  // [Tags "!Protected"]
2818
+ // [Protected "!true"]
1940
2819
  @sapLegendBackgroundColor2: #feeee5;
1941
2820
 
1942
2821
  // [Tags "!Protected"]
2822
+ // [Protected "!true"]
1943
2823
  @sapLegendBackgroundColor3: #f7e6e6;
1944
2824
 
1945
2825
  // [Tags "!Protected"]
2826
+ // [Protected "!true"]
1946
2827
  @sapLegendBackgroundColor4: #f9efe9;
1947
2828
 
1948
2829
  // [Tags "!Protected"]
2830
+ // [Protected "!true"]
1949
2831
  @sapLegendBackgroundColor5: #fdf2fa;
1950
2832
 
1951
2833
  // [Tags "!Protected"]
2834
+ // [Protected "!true"]
1952
2835
  @sapLegendBackgroundColor6: #ebf3fa;
1953
2836
 
1954
2837
  // [Tags "!Protected"]
2838
+ // [Protected "!true"]
1955
2839
  @sapLegendBackgroundColor7: #f2fdfd;
1956
2840
 
1957
2841
  // [Tags "!Protected"]
2842
+ // [Protected "!true"]
1958
2843
  @sapLegendBackgroundColor8: #f3f9e4;
1959
2844
 
1960
2845
  // [Tags "!Protected"]
2846
+ // [Protected "!true"]
1961
2847
  @sapLegendBackgroundColor9: #f1f3f4;
1962
2848
 
1963
2849
  // [Tags "!Protected"]
2850
+ // [Protected "!true"]
1964
2851
  @sapLegendBackgroundColor10: #f7edf5;
1965
2852
 
1966
2853
  // [Tags "!Protected"]
2854
+ // [Protected "!true"]
1967
2855
  @sapLegendBackgroundColor11: #ffeec6;
1968
2856
 
1969
2857
  // [Tags "!Protected"]
2858
+ // [Protected "!true"]
1970
2859
  @sapLegendBackgroundColor12: #fbdfce;
1971
2860
 
1972
2861
  // [Tags "!Protected"]
2862
+ // [Protected "!true"]
1973
2863
  @sapLegendBackgroundColor13: #ffdcdc;
1974
2864
 
1975
2865
  // [Tags "!Protected"]
2866
+ // [Protected "!true"]
1976
2867
  @sapLegendBackgroundColor14: #f2e2d8;
1977
2868
 
1978
2869
  // [Tags "!Protected"]
2870
+ // [Protected "!true"]
1979
2871
  @sapLegendBackgroundColor15: #f0e5ee;
1980
2872
 
1981
2873
  // [Tags "!Protected"]
2874
+ // [Protected "!true"]
1982
2875
  @sapLegendBackgroundColor16: #e7e8ea;
1983
2876
 
1984
2877
  // [Tags "!Protected"]
2878
+ // [Protected "!true"]
1985
2879
  @sapLegendBackgroundColor17: #d7eaea;
1986
2880
 
1987
2881
  // [Tags "!Protected"]
2882
+ // [Protected "!true"]
1988
2883
  @sapLegendBackgroundColor18: #e6edd1;
1989
2884
 
1990
2885
  // [Tags "!Protected"]
2886
+ // [Protected "!true"]
1991
2887
  @sapLegendBackgroundColor19: #cfebf7;
1992
2888
 
1993
2889
  // [Tags "!Protected"]
2890
+ // [Protected "!true"]
1994
2891
  @sapLegendBackgroundColor20: #f0f7fa;
1995
2892
 
1996
2893
  // [Tags "!Protected"]
1997
- @sapChart_OrderedColor_1: #5899da;
2894
+ // [Protected "!true"]
2895
+ @sapChart_OrderedColor_1: #438cd5;
1998
2896
 
1999
2897
  // [Tags "!Protected"]
2000
- @sapChart_OrderedColor_2: #e8743b;
2898
+ // [Protected "!true"]
2899
+ @sapChart_OrderedColor_2: #e66729;
2001
2900
 
2002
2901
  // [Tags "!Protected"]
2003
- @sapChart_OrderedColor_3: #19a979;
2902
+ // [Protected "!true"]
2903
+ @sapChart_OrderedColor_3: #16976c;
2004
2904
 
2005
2905
  // [Tags "!Protected"]
2906
+ // [Protected "!true"]
2006
2907
  @sapChart_OrderedColor_4: #ed4a7b;
2007
2908
 
2008
2909
  // [Tags "!Protected"]
2910
+ // [Protected "!true"]
2009
2911
  @sapChart_OrderedColor_5: #945ecf;
2010
2912
 
2011
2913
  // [Tags "!Protected"]
2012
- @sapChart_OrderedColor_6: #13a4b4;
2914
+ // [Protected "!true"]
2915
+ @sapChart_OrderedColor_6: #1193a2;
2013
2916
 
2014
2917
  // [Tags "!Protected"]
2918
+ // [Protected "!true"]
2015
2919
  @sapChart_OrderedColor_7: #525df4;
2016
2920
 
2017
2921
  // [Tags "!Protected"]
2922
+ // [Protected "!true"]
2018
2923
  @sapChart_OrderedColor_8: #bf399e;
2019
2924
 
2020
2925
  // [Tags "!Protected"]
2926
+ // [Protected "!true"]
2021
2927
  @sapChart_OrderedColor_9: #6c8893;
2022
2928
 
2023
2929
  // [Tags "!Protected"]
2024
- @sapChart_OrderedColor_10: #ee6868;
2930
+ // [Protected "!true"]
2931
+ @sapChart_OrderedColor_10: #ed5f5f;
2025
2932
 
2026
2933
  // [Tags "!Protected"]
2934
+ // [Protected "!true"]
2027
2935
  @sapChart_OrderedColor_11: #2f6497;
2028
2936
 
2029
2937
  // [Tags "!Protected"]
2938
+ // [Protected "!true"]
2030
2939
  @sapChart_Bad: #dc0d0e;
2031
2940
 
2032
2941
  // [Tags "!Protected"]
2033
- @sapChart_Critical: #de890d;
2942
+ // [Protected "!true"]
2943
+ @sapChart_Critical: #cb7d0c;
2034
2944
 
2035
2945
  // [Tags "!Protected"]
2036
- @sapChart_Good: #3fa45b;
2946
+ // [Protected "!true"]
2947
+ @sapChart_Good: #3c9d57;
2037
2948
 
2038
2949
  // [Tags "!Protected"]
2950
+ // [Protected "!true"]
2039
2951
  @sapChart_Neutral: #848f94;
2040
2952
 
2041
2953
  // [Tags "!Protected"]
2954
+ // [Protected "!true"]
2042
2955
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
2043
2956
 
2044
2957
  // [Tags "!Protected"]
2958
+ // [Protected "!true"]
2045
2959
  @sapChart_Sequence_2: @sapChart_OrderedColor_2;
2046
2960
 
2047
2961
  // [Tags "!Protected"]
2962
+ // [Protected "!true"]
2048
2963
  @sapChart_Sequence_3: @sapChart_OrderedColor_3;
2049
2964
 
2050
2965
  // [Tags "!Protected"]
2966
+ // [Protected "!true"]
2051
2967
  @sapChart_Sequence_4: @sapChart_OrderedColor_4;
2052
2968
 
2053
2969
  // [Tags "!Protected"]
2970
+ // [Protected "!true"]
2054
2971
  @sapChart_Sequence_5: @sapChart_OrderedColor_5;
2055
2972
 
2056
2973
  // [Tags "!Protected"]
2974
+ // [Protected "!true"]
2057
2975
  @sapChart_Sequence_6: @sapChart_OrderedColor_6;
2058
2976
 
2059
2977
  // [Tags "!Protected"]
2978
+ // [Protected "!true"]
2060
2979
  @sapChart_Sequence_7: @sapChart_OrderedColor_7;
2061
2980
 
2062
2981
  // [Tags "!Protected"]
2982
+ // [Protected "!true"]
2063
2983
  @sapChart_Sequence_8: @sapChart_OrderedColor_8;
2064
2984
 
2065
2985
  // [Tags "!Protected"]
2986
+ // [Protected "!true"]
2066
2987
  @sapChart_Sequence_9: @sapChart_OrderedColor_9;
2067
2988
 
2068
2989
  // [Tags "!Protected"]
2990
+ // [Protected "!true"]
2069
2991
  @sapChart_Sequence_10: @sapChart_OrderedColor_10;
2070
2992
 
2071
2993
  // [Tags "!Protected"]
2994
+ // [Protected "!true"]
2072
2995
  @sapChart_Sequence_11: @sapChart_OrderedColor_11;
2073
2996
 
2074
2997
  // [Tags "!Protected"]
2998
+ // [Protected "!true"]
2075
2999
  @sapChart_Sequence_Neutral: @sapChart_Neutral;
2076
3000
  // @sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
2077
3001
  // @sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
@@ -2084,34 +3008,44 @@
2084
3008
  // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
2085
3009
  // @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
2086
3010
  // @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
2087
- // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
2088
- // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
2089
- // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
2090
- // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
2091
- // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
2092
- // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
2093
- // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
2094
- // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
2095
3011
  // @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
2096
3012
  // @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
3013
+ // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
3014
+ // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
2097
3015
  // @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
2098
3016
  // @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
3017
+ // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
3018
+ // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
2099
3019
  // @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
2100
3020
  // @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
3021
+ // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
3022
+ // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
2101
3023
  // @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
2102
3024
  // @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
3025
+ // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
3026
+ // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
2103
3027
  // @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
2104
3028
  // @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
2105
3029
  // @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
2106
3030
  // @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
3031
+ @sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
3032
+ @sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
2107
3033
  // @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
2108
3034
  // @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
3035
+ @sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
3036
+ @sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
2109
3037
  // @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
2110
3038
  // @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
3039
+ @sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
3040
+ @sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
2111
3041
  // @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
2112
3042
  // @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
3043
+ @sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
3044
+ @sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
2113
3045
  // @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
2114
3046
  // @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
3047
+ @sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
3048
+ @sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
2115
3049
  // @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
2116
3050
  // @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
2117
3051
  // @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
@@ -2130,24 +3064,52 @@
2130
3064
  @sapContent_ElementHeight_PX: 22px;
2131
3065
 
2132
3066
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
3067
+ // [Deprecated "true"]
3068
+ // [Protected "true"]
3069
+ // [Category "Internal"]
3070
+ // [Type "color"]
2133
3071
  @sapBackgroundGradientBaseColor: @sapDeprecated_Color;
2134
3072
 
2135
3073
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
3074
+ // [Deprecated "true"]
3075
+ // [Protected "true"]
3076
+ // [Category "Internal"]
3077
+ // [Type "color"]
2136
3078
  @sapContent_BackgroundGradientStartColor: @sapDeprecated_Color;
2137
3079
 
2138
3080
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
3081
+ // [Deprecated "true"]
3082
+ // [Protected "true"]
3083
+ // [Category "Internal"]
3084
+ // [Type "color"]
2139
3085
  @sapContent_BackgroundGradientMiddleColor: @sapDeprecated_Color;
2140
3086
 
2141
3087
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
3088
+ // [Deprecated "true"]
3089
+ // [Protected "true"]
3090
+ // [Category "Internal"]
3091
+ // [Type "color"]
2142
3092
  @sapContent_BackgroundGradientEndColor: @sapDeprecated_Color;
2143
3093
 
2144
3094
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
3095
+ // [Deprecated "true"]
3096
+ // [Protected "true"]
3097
+ // [Category "Internal"]
3098
+ // [Type "color"]
2145
3099
  @sapContent_BackgroundGradientMixedStartColor: @sapDeprecated_Color;
2146
3100
 
2147
3101
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
3102
+ // [Deprecated "true"]
3103
+ // [Protected "true"]
3104
+ // [Category "Internal"]
3105
+ // [Type "color"]
2148
3106
  @sapContent_BackgroundGradientMixedMiddleColor: @sapDeprecated_Color;
2149
3107
 
2150
3108
  // [Tags "ThemeSpecific", "Protected", "Deprecated"]
3109
+ // [Deprecated "true"]
3110
+ // [Protected "true"]
3111
+ // [Category "Internal"]
3112
+ // [Type "color"]
2151
3113
  @sapContent_BackgroundGradientMixedEndColor: @sapDeprecated_Color;
2152
3114
  @sapDarkShadowColor: @sapDeprecated_Color;
2153
3115
  @sapLightShadowColor: @sapDeprecated_Color;