@openui5/themelib_sap_belize 1.98.0 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/ComboBoxBase.less +0 -5
- package/src/sap/m/themes/sap_belize/InputBase.less +0 -32
- package/src/sap/m/themes/sap_belize/Popover.less +7 -0
- package/src/sap/m/themes/sap_belize/Token.less +5 -1
- package/src/sap/m/themes/sap_belize_hcb/ComboBoxBase.less +0 -12
- package/src/sap/m/themes/sap_belize_hcb/InputBase.less +0 -33
- package/src/sap/m/themes/sap_belize_hcb/Popover.less +10 -3
- package/src/sap/m/themes/sap_belize_hcb/Token.less +8 -0
- package/src/sap/m/themes/sap_belize_hcb/ValueStateHeader.less +4 -0
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +0 -1
- package/src/sap/m/themes/sap_belize_hcw/ComboBoxBase.less +0 -12
- package/src/sap/m/themes/sap_belize_hcw/InputBase.less +0 -34
- package/src/sap/m/themes/sap_belize_hcw/Popover.less +10 -3
- package/src/sap/m/themes/sap_belize_hcw/Token.less +8 -0
- package/src/sap/m/themes/sap_belize_hcw/ValueStateHeader.less +4 -0
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +0 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +565 -76
- package/src/sap/ui/core/themes/sap_belize/global.less +171 -9
- package/src/sap/ui/core/themes/sap_belize/shared.less +1 -2
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +566 -17
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +171 -9
- package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +565 -16
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +171 -9
- package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +16 -16
- package/src/sap/ui/table/themes/sap_belize_hcb/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_belize_hcw/Table.less +3 -3
- package/src/sap/m/themes/sap_belize_hcb/SuggestionsPopover.less +0 -15
- package/src/sap/m/themes/sap_belize_hcw/SuggestionsPopover.less +0 -15
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 1.69.2
|
|
4
|
+
// * data:{"sModified":"2022-04-05T12:29:16Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.1.38) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -220,6 +220,12 @@
|
|
|
220
220
|
// [Tags "!Protected"]
|
|
221
221
|
@sapContent_MarkerTextColor: darken(@sapAccentColor7, 8);
|
|
222
222
|
|
|
223
|
+
// [Tags "!Protected"]
|
|
224
|
+
@sapContent_MeasureIndicatorColor: @sapField_BorderColor;
|
|
225
|
+
|
|
226
|
+
// [Tags "!Protected"]
|
|
227
|
+
@sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;
|
|
228
|
+
|
|
223
229
|
// [Tags "!Protected"]
|
|
224
230
|
@sapContent_Placeholderloading_Background: darken(@sapBaseColor, 12);
|
|
225
231
|
|
|
@@ -238,6 +244,9 @@
|
|
|
238
244
|
// [Tags "!Protected"]
|
|
239
245
|
@sapContent_UnratedColor: darken(@sapContent_ForegroundColor, 25);
|
|
240
246
|
|
|
247
|
+
// [Tags "!Protected"]
|
|
248
|
+
@sapContent_BusyColor: saturate(lighten(@sapAccentColor6, 5), 20);
|
|
249
|
+
|
|
241
250
|
// [Tags "!Protected"]
|
|
242
251
|
@sapContent_FocusColor: #000;
|
|
243
252
|
|
|
@@ -357,25 +366,68 @@
|
|
|
357
366
|
|
|
358
367
|
// [Tags "!Protected"]
|
|
359
368
|
@sapContent_Selected_ForegroundColor: @sapSelectedColor;
|
|
369
|
+
|
|
370
|
+
// [Tags "!Protected"]
|
|
371
|
+
@sapContent_ForcedColorAdjust: none;
|
|
372
|
+
|
|
373
|
+
// [Tags "!Protected"]
|
|
360
374
|
@sapContent_Illustrative_Color1: #427cac;
|
|
375
|
+
|
|
376
|
+
// [Tags "!Protected"]
|
|
361
377
|
@sapContent_Illustrative_Color2: #93b7d6;
|
|
378
|
+
|
|
379
|
+
// [Tags "!Protected"]
|
|
362
380
|
@sapContent_Illustrative_Color3: #ffba10;
|
|
381
|
+
|
|
382
|
+
// [Tags "!Protected"]
|
|
363
383
|
@sapContent_Illustrative_Color4: #4a5055;
|
|
384
|
+
|
|
385
|
+
// [Tags "!Protected"]
|
|
364
386
|
@sapContent_Illustrative_Color5: #9da4aa;
|
|
387
|
+
|
|
388
|
+
// [Tags "!Protected"]
|
|
365
389
|
@sapContent_Illustrative_Color6: #c6cace;
|
|
390
|
+
|
|
391
|
+
// [Tags "!Protected"]
|
|
366
392
|
@sapContent_Illustrative_Color7: #e7e9ea;
|
|
393
|
+
|
|
394
|
+
// [Tags "!Protected"]
|
|
367
395
|
@sapContent_Illustrative_Color8: #fff;
|
|
396
|
+
|
|
397
|
+
// [Tags "!Protected"]
|
|
368
398
|
@sapContent_Illustrative_Color9: #64edd2;
|
|
399
|
+
|
|
400
|
+
// [Tags "!Protected"]
|
|
369
401
|
@sapContent_Illustrative_Color10: #ebf8ff;
|
|
402
|
+
|
|
403
|
+
// [Tags "!Protected"]
|
|
370
404
|
@sapContent_Illustrative_Color11: #f31ded;
|
|
405
|
+
|
|
406
|
+
// [Tags "!Protected"]
|
|
371
407
|
@sapContent_Illustrative_Color12: #5dc122;
|
|
408
|
+
|
|
409
|
+
// [Tags "!Protected"]
|
|
372
410
|
@sapContent_Illustrative_Color13: #005dc9;
|
|
411
|
+
|
|
412
|
+
// [Tags "!Protected"]
|
|
373
413
|
@sapContent_Illustrative_Color14: #004da5;
|
|
414
|
+
|
|
415
|
+
// [Tags "!Protected"]
|
|
374
416
|
@sapContent_Illustrative_Color15: #cc7400;
|
|
417
|
+
|
|
418
|
+
// [Tags "!Protected"]
|
|
375
419
|
@sapContent_Illustrative_Color16: #3b0ac6;
|
|
420
|
+
|
|
421
|
+
// [Tags "!Protected"]
|
|
376
422
|
@sapContent_Illustrative_Color17: #00a58a;
|
|
423
|
+
|
|
424
|
+
// [Tags "!Protected"]
|
|
377
425
|
@sapContent_Illustrative_Color18: #d1efff;
|
|
426
|
+
|
|
427
|
+
// [Tags "!Protected"]
|
|
378
428
|
@sapContent_Illustrative_Color19: #b8e6ff;
|
|
429
|
+
|
|
430
|
+
// [Tags "!Protected"]
|
|
379
431
|
@sapContent_Illustrative_Color20: #9eddff;
|
|
380
432
|
|
|
381
433
|
// [Tags "!Protected"]
|
|
@@ -384,6 +436,12 @@
|
|
|
384
436
|
// [Tags "!Protected"]
|
|
385
437
|
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
386
438
|
|
|
439
|
+
// [Tags "!Protected"]
|
|
440
|
+
@sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
441
|
+
|
|
442
|
+
// [Tags "!Protected"]
|
|
443
|
+
@sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
444
|
+
|
|
387
445
|
// [Tags "!Protected"]
|
|
388
446
|
@sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
|
|
389
447
|
|
|
@@ -522,6 +580,96 @@
|
|
|
522
580
|
// [Tags "!Protected"]
|
|
523
581
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
524
582
|
|
|
583
|
+
// [Tags "!Protected"]
|
|
584
|
+
@sapAvatar_1_Background: @sapAccentColor1;
|
|
585
|
+
|
|
586
|
+
// [Tags "!Protected"]
|
|
587
|
+
@sapAvatar_1_BorderColor: @sapAccentColor1;
|
|
588
|
+
|
|
589
|
+
// [Tags "!Protected"]
|
|
590
|
+
@sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
591
|
+
|
|
592
|
+
// [Tags "!Protected"]
|
|
593
|
+
@sapAvatar_2_Background: @sapAccentColor2;
|
|
594
|
+
|
|
595
|
+
// [Tags "!Protected"]
|
|
596
|
+
@sapAvatar_2_BorderColor: @sapAccentColor2;
|
|
597
|
+
|
|
598
|
+
// [Tags "!Protected"]
|
|
599
|
+
@sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
600
|
+
|
|
601
|
+
// [Tags "!Protected"]
|
|
602
|
+
@sapAvatar_3_Background: @sapAccentColor3;
|
|
603
|
+
|
|
604
|
+
// [Tags "!Protected"]
|
|
605
|
+
@sapAvatar_3_BorderColor: @sapAccentColor3;
|
|
606
|
+
|
|
607
|
+
// [Tags "!Protected"]
|
|
608
|
+
@sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
609
|
+
|
|
610
|
+
// [Tags "!Protected"]
|
|
611
|
+
@sapAvatar_4_Background: @sapAccentColor4;
|
|
612
|
+
|
|
613
|
+
// [Tags "!Protected"]
|
|
614
|
+
@sapAvatar_4_BorderColor: @sapAccentColor4;
|
|
615
|
+
|
|
616
|
+
// [Tags "!Protected"]
|
|
617
|
+
@sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
618
|
+
|
|
619
|
+
// [Tags "!Protected"]
|
|
620
|
+
@sapAvatar_5_Background: @sapAccentColor5;
|
|
621
|
+
|
|
622
|
+
// [Tags "!Protected"]
|
|
623
|
+
@sapAvatar_5_BorderColor: @sapAccentColor5;
|
|
624
|
+
|
|
625
|
+
// [Tags "!Protected"]
|
|
626
|
+
@sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
627
|
+
|
|
628
|
+
// [Tags "!Protected"]
|
|
629
|
+
@sapAvatar_6_Background: @sapAccentColor6;
|
|
630
|
+
|
|
631
|
+
// [Tags "!Protected"]
|
|
632
|
+
@sapAvatar_6_BorderColor: @sapAccentColor6;
|
|
633
|
+
|
|
634
|
+
// [Tags "!Protected"]
|
|
635
|
+
@sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
636
|
+
|
|
637
|
+
// [Tags "!Protected"]
|
|
638
|
+
@sapAvatar_7_Background: @sapAccentColor7;
|
|
639
|
+
|
|
640
|
+
// [Tags "!Protected"]
|
|
641
|
+
@sapAvatar_7_BorderColor: @sapAccentColor7;
|
|
642
|
+
|
|
643
|
+
// [Tags "!Protected"]
|
|
644
|
+
@sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
645
|
+
|
|
646
|
+
// [Tags "!Protected"]
|
|
647
|
+
@sapAvatar_8_Background: @sapAccentColor8;
|
|
648
|
+
|
|
649
|
+
// [Tags "!Protected"]
|
|
650
|
+
@sapAvatar_8_BorderColor: @sapAccentColor8;
|
|
651
|
+
|
|
652
|
+
// [Tags "!Protected"]
|
|
653
|
+
@sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
654
|
+
|
|
655
|
+
// [Tags "!Protected"]
|
|
656
|
+
@sapAvatar_9_Background: @sapAccentColor9;
|
|
657
|
+
|
|
658
|
+
// [Tags "!Protected"]
|
|
659
|
+
@sapAvatar_9_BorderColor: @sapAccentColor9;
|
|
660
|
+
|
|
661
|
+
// [Tags "!Protected"]
|
|
662
|
+
@sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
663
|
+
|
|
664
|
+
// [Tags "!Protected"]
|
|
665
|
+
@sapAvatar_10_Background: @sapAccentColor10;
|
|
666
|
+
|
|
667
|
+
// [Tags "!Protected"]
|
|
668
|
+
@sapAvatar_10_BorderColor: @sapAccentColor10;
|
|
669
|
+
|
|
670
|
+
// [Tags "!Protected"]
|
|
671
|
+
@sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
672
|
+
|
|
525
673
|
// [Tags "!Protected"]
|
|
526
674
|
@sapButton_Background: darken(@sapPrimary4, 3);
|
|
527
675
|
|
|
@@ -861,6 +1009,9 @@
|
|
|
861
1009
|
// [Tags "!Protected"]
|
|
862
1010
|
@sapButton_Information_Active_BorderColor: @sapButton_Information_Active_Background;
|
|
863
1011
|
|
|
1012
|
+
// [Tags "!Protected"]
|
|
1013
|
+
@sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1014
|
+
|
|
864
1015
|
// [Tags "!Protected"]
|
|
865
1016
|
@sapButton_Neutral_Background: @sapNeutralElementColor;
|
|
866
1017
|
|
|
@@ -888,17 +1039,125 @@
|
|
|
888
1039
|
// [Tags "!Protected"]
|
|
889
1040
|
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
890
1041
|
|
|
1042
|
+
// [Tags "!Protected"]
|
|
1043
|
+
@sapButton_Track_Background: lighten(@sapButton_Background, 3);
|
|
1044
|
+
|
|
1045
|
+
// [Tags "!Protected"]
|
|
1046
|
+
@sapButton_Track_BorderColor: @sapButton_BorderColor;
|
|
1047
|
+
|
|
1048
|
+
// [Tags "!Protected"]
|
|
1049
|
+
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1050
|
+
|
|
1051
|
+
// [Tags "!Protected"]
|
|
1052
|
+
@sapButton_Track_Hover_Background: @sapButton_Hover_Background;
|
|
1053
|
+
|
|
1054
|
+
// [Tags "!Protected"]
|
|
1055
|
+
@sapButton_Track_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
1056
|
+
|
|
891
1057
|
// [Tags "!Protected"]
|
|
892
1058
|
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
893
1059
|
|
|
1060
|
+
// [Tags "!Protected"]
|
|
1061
|
+
@sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
1062
|
+
|
|
894
1063
|
// [Tags "!Protected"]
|
|
895
1064
|
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
896
1065
|
|
|
897
1066
|
// [Tags "!Protected"]
|
|
898
|
-
@
|
|
1067
|
+
@sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
899
1068
|
|
|
900
1069
|
// [Tags "!Protected"]
|
|
901
|
-
@
|
|
1070
|
+
@sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
1071
|
+
|
|
1072
|
+
// [Tags "!Protected"]
|
|
1073
|
+
@sapButton_Handle_Background: @sapButton_Background;
|
|
1074
|
+
|
|
1075
|
+
// [Tags "!Protected"]
|
|
1076
|
+
@sapButton_Handle_BorderColor: @sapButton_BorderColor;
|
|
1077
|
+
|
|
1078
|
+
// [Tags "!Protected"]
|
|
1079
|
+
@sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1080
|
+
|
|
1081
|
+
// [Tags "!Protected"]
|
|
1082
|
+
@sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
|
|
1083
|
+
|
|
1084
|
+
// [Tags "!Protected"]
|
|
1085
|
+
@sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
1086
|
+
|
|
1087
|
+
// [Tags "!Protected"]
|
|
1088
|
+
@sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
|
|
1089
|
+
|
|
1090
|
+
// [Tags "!Protected"]
|
|
1091
|
+
@sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
1092
|
+
|
|
1093
|
+
// [Tags "!Protected"]
|
|
1094
|
+
@sapButton_Handle_Selected_TextColor: contrast(@sapButton_Handle_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1095
|
+
|
|
1096
|
+
// [Tags "!Protected"]
|
|
1097
|
+
@sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
1098
|
+
|
|
1099
|
+
// [Tags "!Protected"]
|
|
1100
|
+
@sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
1101
|
+
|
|
1102
|
+
// [Tags "!Protected"]
|
|
1103
|
+
@sapButton_Track_Negative_Background: @sapButton_Background;
|
|
1104
|
+
|
|
1105
|
+
// [Tags "!Protected"]
|
|
1106
|
+
@sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
|
|
1107
|
+
|
|
1108
|
+
// [Tags "!Protected"]
|
|
1109
|
+
@sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1110
|
+
|
|
1111
|
+
// [Tags "!Protected"]
|
|
1112
|
+
@sapButton_Track_Negative_Hover_Background: @sapButton_Track_Negative_Background;
|
|
1113
|
+
|
|
1114
|
+
// [Tags "!Protected"]
|
|
1115
|
+
@sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
|
|
1116
|
+
|
|
1117
|
+
// [Tags "!Protected"]
|
|
1118
|
+
@sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
|
|
1119
|
+
|
|
1120
|
+
// [Tags "!Protected"]
|
|
1121
|
+
@sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
|
|
1122
|
+
|
|
1123
|
+
// [Tags "!Protected"]
|
|
1124
|
+
@sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1125
|
+
|
|
1126
|
+
// [Tags "!Protected"]
|
|
1127
|
+
@sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
1128
|
+
|
|
1129
|
+
// [Tags "!Protected"]
|
|
1130
|
+
@sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
|
|
1131
|
+
|
|
1132
|
+
// [Tags "!Protected"]
|
|
1133
|
+
@sapButton_Track_Positive_Background: @sapButton_Background;
|
|
1134
|
+
|
|
1135
|
+
// [Tags "!Protected"]
|
|
1136
|
+
@sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
|
|
1137
|
+
|
|
1138
|
+
// [Tags "!Protected"]
|
|
1139
|
+
@sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1140
|
+
|
|
1141
|
+
// [Tags "!Protected"]
|
|
1142
|
+
@sapButton_Track_Positive_Hover_Background: @sapButton_Track_Positive_Background;
|
|
1143
|
+
|
|
1144
|
+
// [Tags "!Protected"]
|
|
1145
|
+
@sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_Positive_BorderColor;
|
|
1146
|
+
|
|
1147
|
+
// [Tags "!Protected"]
|
|
1148
|
+
@sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
|
|
1149
|
+
|
|
1150
|
+
// [Tags "!Protected"]
|
|
1151
|
+
@sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
|
|
1152
|
+
|
|
1153
|
+
// [Tags "!Protected"]
|
|
1154
|
+
@sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1155
|
+
|
|
1156
|
+
// [Tags "!Protected"]
|
|
1157
|
+
@sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
1158
|
+
|
|
1159
|
+
// [Tags "!Protected"]
|
|
1160
|
+
@sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
|
|
902
1161
|
|
|
903
1162
|
// [Tags "!Protected"]
|
|
904
1163
|
@sapButton_TokenBackground: @sapButton_Background;
|
|
@@ -909,6 +1168,9 @@
|
|
|
909
1168
|
// [Tags "!Protected"]
|
|
910
1169
|
@sapField_Background: @sapPrimary4;
|
|
911
1170
|
|
|
1171
|
+
// [Tags "!Protected"]
|
|
1172
|
+
@sapField_BackgroundStyle: none;
|
|
1173
|
+
|
|
912
1174
|
// [Tags "!Protected"]
|
|
913
1175
|
@sapField_TextColor: #000;
|
|
914
1176
|
|
|
@@ -924,12 +1186,18 @@
|
|
|
924
1186
|
// [Tags "!Protected"]
|
|
925
1187
|
@sapField_BorderWidth: @sapElement_BorderWidth;
|
|
926
1188
|
|
|
1189
|
+
// [Tags "!Protected"]
|
|
1190
|
+
@sapField_BorderStyle: solid;
|
|
1191
|
+
|
|
927
1192
|
// [Tags "!Protected"]
|
|
928
1193
|
@sapField_BorderCornerRadius: 0;
|
|
929
1194
|
|
|
930
1195
|
// [Tags "!Protected"]
|
|
931
1196
|
@sapField_Hover_Background: @sapField_Background;
|
|
932
1197
|
|
|
1198
|
+
// [Tags "!Protected"]
|
|
1199
|
+
@sapField_Hover_BackgroundStyle: none;
|
|
1200
|
+
|
|
933
1201
|
// [Tags "!Protected"]
|
|
934
1202
|
@sapField_Hover_BorderColor: @sapHighlightColor;
|
|
935
1203
|
|
|
@@ -951,9 +1219,15 @@
|
|
|
951
1219
|
// [Tags "!Protected"]
|
|
952
1220
|
@sapField_ReadOnly_Background: fade(darken(@sapField_Background, 5), 50);
|
|
953
1221
|
|
|
1222
|
+
// [Tags "!Protected"]
|
|
1223
|
+
@sapField_ReadOnly_BackgroundStyle: none;
|
|
1224
|
+
|
|
954
1225
|
// [Tags "!Protected"]
|
|
955
1226
|
@sapField_ReadOnly_BorderColor: lighten(@sapField_BorderColor, 5);
|
|
956
1227
|
|
|
1228
|
+
// [Tags "!Protected"]
|
|
1229
|
+
@sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
|
|
1230
|
+
|
|
957
1231
|
// [Tags "!Protected"]
|
|
958
1232
|
@sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
|
|
959
1233
|
|
|
@@ -966,6 +1240,9 @@
|
|
|
966
1240
|
// [Tags "!Protected"]
|
|
967
1241
|
@sapField_InvalidBackground: @sapField_Background;
|
|
968
1242
|
|
|
1243
|
+
// [Tags "!Protected"]
|
|
1244
|
+
@sapField_InvalidBackgroundStyle: none;
|
|
1245
|
+
|
|
969
1246
|
// [Tags "!Protected"]
|
|
970
1247
|
@sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
|
|
971
1248
|
|
|
@@ -978,6 +1255,9 @@
|
|
|
978
1255
|
// [Tags "!Protected"]
|
|
979
1256
|
@sapField_WarningBackground: @sapField_Background;
|
|
980
1257
|
|
|
1258
|
+
// [Tags "!Protected"]
|
|
1259
|
+
@sapField_WarningBackgroundStyle: none;
|
|
1260
|
+
|
|
981
1261
|
// [Tags "!Protected"]
|
|
982
1262
|
@sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
|
|
983
1263
|
|
|
@@ -990,6 +1270,9 @@
|
|
|
990
1270
|
// [Tags "!Protected"]
|
|
991
1271
|
@sapField_SuccessBackground: @sapField_Background;
|
|
992
1272
|
|
|
1273
|
+
// [Tags "!Protected"]
|
|
1274
|
+
@sapField_SuccessBackgroundStyle: none;
|
|
1275
|
+
|
|
993
1276
|
// [Tags "!Protected"]
|
|
994
1277
|
@sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
995
1278
|
|
|
@@ -1002,6 +1285,9 @@
|
|
|
1002
1285
|
// [Tags "!Protected"]
|
|
1003
1286
|
@sapField_InformationBackground: @sapField_Background;
|
|
1004
1287
|
|
|
1288
|
+
// [Tags "!Protected"]
|
|
1289
|
+
@sapField_InformationBackgroundStyle: none;
|
|
1290
|
+
|
|
1005
1291
|
// [Tags "!Protected"]
|
|
1006
1292
|
@sapField_InformationBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1007
1293
|
|
|
@@ -1017,6 +1303,9 @@
|
|
|
1017
1303
|
// [Tags "!Protected"]
|
|
1018
1304
|
@sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1019
1305
|
|
|
1306
|
+
// [Tags "!Protected"]
|
|
1307
|
+
@sapGroup_Title_FontSize: @sapFontHeader4Size;
|
|
1308
|
+
|
|
1020
1309
|
// [Tags "!Protected"]
|
|
1021
1310
|
@sapGroup_ContentBackground: lighten(@sapBackgroundColor, 2);
|
|
1022
1311
|
|
|
@@ -1110,6 +1399,114 @@
|
|
|
1110
1399
|
// [Tags "!Protected"]
|
|
1111
1400
|
@sapList_TableFixedBorderColor: darken(@sapList_BorderColor, 30);
|
|
1112
1401
|
|
|
1402
|
+
// [Tags "!Protected"]
|
|
1403
|
+
@sapMessage_ErrorBorderColor: @sapErrorBorderColor;
|
|
1404
|
+
|
|
1405
|
+
// [Tags "!Protected"]
|
|
1406
|
+
@sapMessage_WarningBorderColor: @sapWarningBorderColor;
|
|
1407
|
+
|
|
1408
|
+
// [Tags "!Protected"]
|
|
1409
|
+
@sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
|
|
1410
|
+
|
|
1411
|
+
// [Tags "!Protected"]
|
|
1412
|
+
@sapMessage_InformationBorderColor: @sapInformationBorderColor;
|
|
1413
|
+
|
|
1414
|
+
// [Tags "!Protected"]
|
|
1415
|
+
@sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
|
|
1416
|
+
|
|
1417
|
+
// [Tags "!Protected"]
|
|
1418
|
+
@sapProgress_Background: @sapField_Background;
|
|
1419
|
+
|
|
1420
|
+
// [Tags "!Protected"]
|
|
1421
|
+
@sapProgress_BorderColor: @sapField_BorderColor;
|
|
1422
|
+
|
|
1423
|
+
// [Tags "!Protected"]
|
|
1424
|
+
@sapProgress_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1425
|
+
|
|
1426
|
+
// [Tags "!Protected"]
|
|
1427
|
+
@sapProgress_FontSize: @sapFontSmallSize;
|
|
1428
|
+
|
|
1429
|
+
// [Tags "!Protected"]
|
|
1430
|
+
@sapProgress_NegativeBackground: @sapProgress_Background;
|
|
1431
|
+
|
|
1432
|
+
// [Tags "!Protected"]
|
|
1433
|
+
@sapProgress_NegativeBorderColor: @sapProgress_BorderColor;
|
|
1434
|
+
|
|
1435
|
+
// [Tags "!Protected"]
|
|
1436
|
+
@sapProgress_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1437
|
+
|
|
1438
|
+
// [Tags "!Protected"]
|
|
1439
|
+
@sapProgress_CriticalBackground: @sapProgress_Background;
|
|
1440
|
+
|
|
1441
|
+
// [Tags "!Protected"]
|
|
1442
|
+
@sapProgress_CriticalBorderColor: @sapProgress_BorderColor;
|
|
1443
|
+
|
|
1444
|
+
// [Tags "!Protected"]
|
|
1445
|
+
@sapProgress_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapProgress_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1446
|
+
|
|
1447
|
+
// [Tags "!Protected"]
|
|
1448
|
+
@sapProgress_PositiveBackground: @sapProgress_Background;
|
|
1449
|
+
|
|
1450
|
+
// [Tags "!Protected"]
|
|
1451
|
+
@sapProgress_PositiveBorderColor: @sapProgress_BorderColor;
|
|
1452
|
+
|
|
1453
|
+
// [Tags "!Protected"]
|
|
1454
|
+
@sapProgress_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1455
|
+
|
|
1456
|
+
// [Tags "!Protected"]
|
|
1457
|
+
@sapProgress_InformationBackground: @sapProgress_Background;
|
|
1458
|
+
|
|
1459
|
+
// [Tags "!Protected"]
|
|
1460
|
+
@sapProgress_InformationBorderColor: @sapProgress_BorderColor;
|
|
1461
|
+
|
|
1462
|
+
// [Tags "!Protected"]
|
|
1463
|
+
@sapProgress_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1464
|
+
|
|
1465
|
+
// [Tags "!Protected"]
|
|
1466
|
+
@sapProgress_Value_Background: @sapNeutralElementColor;
|
|
1467
|
+
|
|
1468
|
+
// [Tags "!Protected"]
|
|
1469
|
+
@sapProgress_Value_BorderColor: @sapProgress_BorderColor;
|
|
1470
|
+
|
|
1471
|
+
// [Tags "!Protected"]
|
|
1472
|
+
@sapProgress_Value_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1473
|
+
|
|
1474
|
+
// [Tags "!Protected"]
|
|
1475
|
+
@sapProgress_Value_NegativeBackground: @sapNegativeElementColor;
|
|
1476
|
+
|
|
1477
|
+
// [Tags "!Protected"]
|
|
1478
|
+
@sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
|
|
1479
|
+
|
|
1480
|
+
// [Tags "!Protected"]
|
|
1481
|
+
@sapProgress_Value_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1482
|
+
|
|
1483
|
+
// [Tags "!Protected"]
|
|
1484
|
+
@sapProgress_Value_CriticalBackground: @sapCriticalElementColor;
|
|
1485
|
+
|
|
1486
|
+
// [Tags "!Protected"]
|
|
1487
|
+
@sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
|
|
1488
|
+
|
|
1489
|
+
// [Tags "!Protected"]
|
|
1490
|
+
@sapProgress_Value_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1491
|
+
|
|
1492
|
+
// [Tags "!Protected"]
|
|
1493
|
+
@sapProgress_Value_PositiveBackground: @sapPositiveElementColor;
|
|
1494
|
+
|
|
1495
|
+
// [Tags "!Protected"]
|
|
1496
|
+
@sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
|
|
1497
|
+
|
|
1498
|
+
// [Tags "!Protected"]
|
|
1499
|
+
@sapProgress_Value_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1500
|
+
|
|
1501
|
+
// [Tags "!Protected"]
|
|
1502
|
+
@sapProgress_Value_InformationBackground: @sapInformativeElementColor;
|
|
1503
|
+
|
|
1504
|
+
// [Tags "!Protected"]
|
|
1505
|
+
@sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
|
|
1506
|
+
|
|
1507
|
+
// [Tags "!Protected"]
|
|
1508
|
+
@sapProgress_Value_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1509
|
+
|
|
1113
1510
|
// [Tags "!Protected"]
|
|
1114
1511
|
@sapScrollBar_FaceColor: darken(@sapPrimary6, 5);
|
|
1115
1512
|
|
|
@@ -1128,6 +1525,45 @@
|
|
|
1128
1525
|
// [Tags "!Protected"]
|
|
1129
1526
|
@sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 3);
|
|
1130
1527
|
|
|
1528
|
+
// [Tags "!Protected"]
|
|
1529
|
+
@sapSlider_Background: lighten(@sapField_BorderColor, 11.8);
|
|
1530
|
+
|
|
1531
|
+
// [Tags "!Protected"]
|
|
1532
|
+
@sapSlider_BorderColor: @sapSlider_Background;
|
|
1533
|
+
|
|
1534
|
+
// [Tags "!Protected"]
|
|
1535
|
+
@sapSlider_Selected_Background: @sapField_Active_BorderColor;
|
|
1536
|
+
|
|
1537
|
+
// [Tags "!Protected"]
|
|
1538
|
+
@sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
|
|
1539
|
+
|
|
1540
|
+
// [Tags "!Protected"]
|
|
1541
|
+
@sapSlider_HandleBackground: fade(@sapField_Background, 10);
|
|
1542
|
+
|
|
1543
|
+
// [Tags "!Protected"]
|
|
1544
|
+
@sapSlider_HandleBorderColor: darken(@sapField_BorderColor, 15);
|
|
1545
|
+
|
|
1546
|
+
// [Tags "!Protected"]
|
|
1547
|
+
@sapSlider_RangeHandleBackground: fade(@sapField_Background, 10);
|
|
1548
|
+
|
|
1549
|
+
// [Tags "!Protected"]
|
|
1550
|
+
@sapSlider_Hover_HandleBackground: fade(darken(@sapField_Background, 15), 60);
|
|
1551
|
+
|
|
1552
|
+
// [Tags "!Protected"]
|
|
1553
|
+
@sapSlider_Hover_HandleBorderColor: darken(@sapField_BorderColor, 15);
|
|
1554
|
+
|
|
1555
|
+
// [Tags "!Protected"]
|
|
1556
|
+
@sapSlider_Hover_RangeHandleBackground: fade(darken(@sapField_Background, 15), 60);
|
|
1557
|
+
|
|
1558
|
+
// [Tags "!Protected"]
|
|
1559
|
+
@sapSlider_Active_HandleBackground: fade(@sapField_Active_BorderColor, 30);
|
|
1560
|
+
|
|
1561
|
+
// [Tags "!Protected"]
|
|
1562
|
+
@sapSlider_Active_HandleBorderColor: @sapButton_Active_BorderColor;
|
|
1563
|
+
|
|
1564
|
+
// [Tags "!Protected"]
|
|
1565
|
+
@sapSlider_Active_RangeHandleBackground: fade(@sapField_Active_BorderColor, 30);
|
|
1566
|
+
|
|
1131
1567
|
// [Tags "!Protected"]
|
|
1132
1568
|
@sapPageHeader_Background: @sapBaseColor;
|
|
1133
1569
|
|
|
@@ -1170,6 +1606,21 @@
|
|
|
1170
1606
|
// [Tags "!Protected"]
|
|
1171
1607
|
@sapObjectHeader_BorderColor: contrast(@sapObjectHeader_Background, darken(@sapObjectHeader_Background, 8), lighten(@sapObjectHeader_Background, 8), @sapContent_ContrastTextThreshold);
|
|
1172
1608
|
|
|
1609
|
+
// [Tags "!Protected"]
|
|
1610
|
+
@sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1611
|
+
|
|
1612
|
+
// [Tags "!Protected"]
|
|
1613
|
+
@sapObjectHeader_Title_FontSize: @sapFontHeader3Size;
|
|
1614
|
+
|
|
1615
|
+
// [Tags "!Protected"]
|
|
1616
|
+
@sapObjectHeader_Title_SnappedFontSize: @sapFontHeader3Size;
|
|
1617
|
+
|
|
1618
|
+
// [Tags "!Protected"]
|
|
1619
|
+
@sapObjectHeader_Title_FontFamily: @sapFontFamily;
|
|
1620
|
+
|
|
1621
|
+
// [Tags "!Protected"]
|
|
1622
|
+
@sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1623
|
+
|
|
1173
1624
|
// [Tags "!Protected"]
|
|
1174
1625
|
@sapBlockLayer_Background: #000;
|
|
1175
1626
|
|
|
@@ -1185,6 +1636,9 @@
|
|
|
1185
1636
|
// [Tags "!Protected"]
|
|
1186
1637
|
@sapTile_BorderColor: transparent;
|
|
1187
1638
|
|
|
1639
|
+
// [Tags "!Protected"]
|
|
1640
|
+
@sapTile_BorderCornerRadius: 0.25 * @sapContent_GridSize;
|
|
1641
|
+
|
|
1188
1642
|
// [Tags "!Protected"]
|
|
1189
1643
|
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1190
1644
|
|
|
@@ -1205,30 +1659,76 @@
|
|
|
1205
1659
|
|
|
1206
1660
|
// [Tags "!Protected"]
|
|
1207
1661
|
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1662
|
+
|
|
1663
|
+
// [Tags "!Protected"]
|
|
1208
1664
|
@sapAccentColor1: #e09d00;
|
|
1665
|
+
|
|
1666
|
+
// [Tags "!Protected"]
|
|
1209
1667
|
@sapAccentColor2: #e6600d;
|
|
1668
|
+
|
|
1669
|
+
// [Tags "!Protected"]
|
|
1210
1670
|
@sapAccentColor3: #c14646;
|
|
1671
|
+
|
|
1672
|
+
// [Tags "!Protected"]
|
|
1211
1673
|
@sapAccentColor4: #ab218e;
|
|
1674
|
+
|
|
1675
|
+
// [Tags "!Protected"]
|
|
1212
1676
|
@sapAccentColor5: #678bc7;
|
|
1677
|
+
|
|
1678
|
+
// [Tags "!Protected"]
|
|
1213
1679
|
@sapAccentColor6: #0092d1;
|
|
1680
|
+
|
|
1681
|
+
// [Tags "!Protected"]
|
|
1214
1682
|
@sapAccentColor7: #1a9898;
|
|
1683
|
+
|
|
1684
|
+
// [Tags "!Protected"]
|
|
1215
1685
|
@sapAccentColor8: #759421;
|
|
1686
|
+
|
|
1687
|
+
// [Tags "!Protected"]
|
|
1216
1688
|
@sapAccentColor9: #925ace;
|
|
1689
|
+
|
|
1690
|
+
// [Tags "!Protected"]
|
|
1217
1691
|
@sapAccentColor10: #647987;
|
|
1692
|
+
|
|
1693
|
+
// [Tags "!Protected"]
|
|
1218
1694
|
@sapAccentBackgroundColor1: #fff3b8;
|
|
1695
|
+
|
|
1696
|
+
// [Tags "!Protected"]
|
|
1219
1697
|
@sapAccentBackgroundColor2: #ffd0e7;
|
|
1698
|
+
|
|
1699
|
+
// [Tags "!Protected"]
|
|
1220
1700
|
@sapAccentBackgroundColor3: #fff0fa;
|
|
1701
|
+
|
|
1702
|
+
// [Tags "!Protected"]
|
|
1221
1703
|
@sapAccentBackgroundColor4: #ffdcf3;
|
|
1704
|
+
|
|
1705
|
+
// [Tags "!Protected"]
|
|
1222
1706
|
@sapAccentBackgroundColor5: #ded3ff;
|
|
1707
|
+
|
|
1708
|
+
// [Tags "!Protected"]
|
|
1223
1709
|
@sapAccentBackgroundColor6: #d1efff;
|
|
1710
|
+
|
|
1711
|
+
// [Tags "!Protected"]
|
|
1224
1712
|
@sapAccentBackgroundColor7: #c2fcee;
|
|
1713
|
+
|
|
1714
|
+
// [Tags "!Protected"]
|
|
1225
1715
|
@sapAccentBackgroundColor8: #ebf5cb;
|
|
1716
|
+
|
|
1717
|
+
// [Tags "!Protected"]
|
|
1226
1718
|
@sapAccentBackgroundColor9: #dafdf5;
|
|
1719
|
+
|
|
1720
|
+
// [Tags "!Protected"]
|
|
1227
1721
|
@sapAccentBackgroundColor10: #eaecee;
|
|
1228
1722
|
|
|
1229
1723
|
// [Tags "!Protected"]
|
|
1230
1724
|
@sapIndicationColor_1: #880000;
|
|
1231
1725
|
|
|
1726
|
+
// [Tags "!Protected"]
|
|
1727
|
+
@sapIndicationColor_1_Background: @sapIndicationColor_1;
|
|
1728
|
+
|
|
1729
|
+
// [Tags "!Protected"]
|
|
1730
|
+
@sapIndicationColor_1_BorderColor: @sapIndicationColor_1;
|
|
1731
|
+
|
|
1232
1732
|
// [Tags "!Protected"]
|
|
1233
1733
|
@sapIndicationColor_1_Hover_Background: darken(@sapIndicationColor_1, 5);
|
|
1234
1734
|
|
|
@@ -1236,11 +1736,17 @@
|
|
|
1236
1736
|
@sapIndicationColor_1_Active_Background: darken(@sapIndicationColor_1, 10);
|
|
1237
1737
|
|
|
1238
1738
|
// [Tags "!Protected"]
|
|
1239
|
-
@sapIndicationColor_1_TextColor: contrast(@
|
|
1739
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1240
1740
|
|
|
1241
1741
|
// [Tags "!Protected"]
|
|
1242
1742
|
@sapIndicationColor_2: #bb0000;
|
|
1243
1743
|
|
|
1744
|
+
// [Tags "!Protected"]
|
|
1745
|
+
@sapIndicationColor_2_Background: @sapIndicationColor_2;
|
|
1746
|
+
|
|
1747
|
+
// [Tags "!Protected"]
|
|
1748
|
+
@sapIndicationColor_2_BorderColor: @sapIndicationColor_2;
|
|
1749
|
+
|
|
1244
1750
|
// [Tags "!Protected"]
|
|
1245
1751
|
@sapIndicationColor_2_Hover_Background: darken(@sapIndicationColor_2, 5);
|
|
1246
1752
|
|
|
@@ -1248,11 +1754,17 @@
|
|
|
1248
1754
|
@sapIndicationColor_2_Active_Background: darken(@sapIndicationColor_2, 10);
|
|
1249
1755
|
|
|
1250
1756
|
// [Tags "!Protected"]
|
|
1251
|
-
@sapIndicationColor_2_TextColor: contrast(@
|
|
1757
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1252
1758
|
|
|
1253
1759
|
// [Tags "!Protected"]
|
|
1254
1760
|
@sapIndicationColor_3: #e78c07;
|
|
1255
1761
|
|
|
1762
|
+
// [Tags "!Protected"]
|
|
1763
|
+
@sapIndicationColor_3_Background: @sapIndicationColor_3;
|
|
1764
|
+
|
|
1765
|
+
// [Tags "!Protected"]
|
|
1766
|
+
@sapIndicationColor_3_BorderColor: @sapIndicationColor_3;
|
|
1767
|
+
|
|
1256
1768
|
// [Tags "!Protected"]
|
|
1257
1769
|
@sapIndicationColor_3_Hover_Background: darken(@sapIndicationColor_3, 3);
|
|
1258
1770
|
|
|
@@ -1260,11 +1772,17 @@
|
|
|
1260
1772
|
@sapIndicationColor_3_Active_Background: darken(@sapIndicationColor_3, 6);
|
|
1261
1773
|
|
|
1262
1774
|
// [Tags "!Protected"]
|
|
1263
|
-
@sapIndicationColor_3_TextColor: contrast(@
|
|
1775
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1264
1776
|
|
|
1265
1777
|
// [Tags "!Protected"]
|
|
1266
1778
|
@sapIndicationColor_4: #2b7c2b;
|
|
1267
1779
|
|
|
1780
|
+
// [Tags "!Protected"]
|
|
1781
|
+
@sapIndicationColor_4_Background: @sapIndicationColor_4;
|
|
1782
|
+
|
|
1783
|
+
// [Tags "!Protected"]
|
|
1784
|
+
@sapIndicationColor_4_BorderColor: @sapIndicationColor_4;
|
|
1785
|
+
|
|
1268
1786
|
// [Tags "!Protected"]
|
|
1269
1787
|
@sapIndicationColor_4_Hover_Background: darken(@sapIndicationColor_4, 5);
|
|
1270
1788
|
|
|
@@ -1272,11 +1790,17 @@
|
|
|
1272
1790
|
@sapIndicationColor_4_Active_Background: darken(@sapIndicationColor_4, 10);
|
|
1273
1791
|
|
|
1274
1792
|
// [Tags "!Protected"]
|
|
1275
|
-
@sapIndicationColor_4_TextColor: contrast(@
|
|
1793
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1276
1794
|
|
|
1277
1795
|
// [Tags "!Protected"]
|
|
1278
1796
|
@sapIndicationColor_5: #427cac;
|
|
1279
1797
|
|
|
1798
|
+
// [Tags "!Protected"]
|
|
1799
|
+
@sapIndicationColor_5_Background: @sapIndicationColor_5;
|
|
1800
|
+
|
|
1801
|
+
// [Tags "!Protected"]
|
|
1802
|
+
@sapIndicationColor_5_BorderColor: @sapIndicationColor_5;
|
|
1803
|
+
|
|
1280
1804
|
// [Tags "!Protected"]
|
|
1281
1805
|
@sapIndicationColor_5_Hover_Background: darken(@sapIndicationColor_5, 5);
|
|
1282
1806
|
|
|
@@ -1284,11 +1808,17 @@
|
|
|
1284
1808
|
@sapIndicationColor_5_Active_Background: darken(@sapIndicationColor_5, 10);
|
|
1285
1809
|
|
|
1286
1810
|
// [Tags "!Protected"]
|
|
1287
|
-
@sapIndicationColor_5_TextColor: contrast(@
|
|
1811
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1288
1812
|
|
|
1289
1813
|
// [Tags "!Protected"]
|
|
1290
1814
|
@sapIndicationColor_6: #1a9898;
|
|
1291
1815
|
|
|
1816
|
+
// [Tags "!Protected"]
|
|
1817
|
+
@sapIndicationColor_6_Background: @sapIndicationColor_6;
|
|
1818
|
+
|
|
1819
|
+
// [Tags "!Protected"]
|
|
1820
|
+
@sapIndicationColor_6_BorderColor: @sapIndicationColor_6;
|
|
1821
|
+
|
|
1292
1822
|
// [Tags "!Protected"]
|
|
1293
1823
|
@sapIndicationColor_6_Hover_Background: darken(@sapIndicationColor_6, 5);
|
|
1294
1824
|
|
|
@@ -1296,11 +1826,17 @@
|
|
|
1296
1826
|
@sapIndicationColor_6_Active_Background: darken(@sapIndicationColor_6, 10);
|
|
1297
1827
|
|
|
1298
1828
|
// [Tags "!Protected"]
|
|
1299
|
-
@sapIndicationColor_6_TextColor: contrast(@
|
|
1829
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1300
1830
|
|
|
1301
1831
|
// [Tags "!Protected"]
|
|
1302
1832
|
@sapIndicationColor_7: #925ace;
|
|
1303
1833
|
|
|
1834
|
+
// [Tags "!Protected"]
|
|
1835
|
+
@sapIndicationColor_7_Background: @sapIndicationColor_7;
|
|
1836
|
+
|
|
1837
|
+
// [Tags "!Protected"]
|
|
1838
|
+
@sapIndicationColor_7_BorderColor: @sapIndicationColor_7;
|
|
1839
|
+
|
|
1304
1840
|
// [Tags "!Protected"]
|
|
1305
1841
|
@sapIndicationColor_7_Hover_Background: darken(@sapIndicationColor_7, 5);
|
|
1306
1842
|
|
|
@@ -1308,11 +1844,17 @@
|
|
|
1308
1844
|
@sapIndicationColor_7_Active_Background: darken(@sapIndicationColor_7, 10);
|
|
1309
1845
|
|
|
1310
1846
|
// [Tags "!Protected"]
|
|
1311
|
-
@sapIndicationColor_7_TextColor: contrast(@
|
|
1847
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1312
1848
|
|
|
1313
1849
|
// [Tags "!Protected"]
|
|
1314
1850
|
@sapIndicationColor_8: #ab218e;
|
|
1315
1851
|
|
|
1852
|
+
// [Tags "!Protected"]
|
|
1853
|
+
@sapIndicationColor_8_Background: @sapIndicationColor_8;
|
|
1854
|
+
|
|
1855
|
+
// [Tags "!Protected"]
|
|
1856
|
+
@sapIndicationColor_8_BorderColor: @sapIndicationColor_8;
|
|
1857
|
+
|
|
1316
1858
|
// [Tags "!Protected"]
|
|
1317
1859
|
@sapIndicationColor_8_Hover_Background: darken(@sapIndicationColor_8, 5);
|
|
1318
1860
|
|
|
@@ -1320,7 +1862,7 @@
|
|
|
1320
1862
|
@sapIndicationColor_8_Active_Background: darken(@sapIndicationColor_8, 10);
|
|
1321
1863
|
|
|
1322
1864
|
// [Tags "!Protected"]
|
|
1323
|
-
@sapIndicationColor_8_TextColor: contrast(@
|
|
1865
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1324
1866
|
|
|
1325
1867
|
// [Tags "!Protected"]
|
|
1326
1868
|
@sapLegend_WorkingBackground: darken(@sapList_Background, 3);
|
|
@@ -1540,105 +2082,52 @@
|
|
|
1540
2082
|
// @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
|
|
1541
2083
|
// @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
|
|
1542
2084
|
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
|
|
1543
|
-
|
|
1544
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1545
2085
|
// @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
|
|
1546
|
-
|
|
1547
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1548
2086
|
// @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
|
|
1549
|
-
|
|
1550
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1551
2087
|
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
1552
|
-
|
|
1553
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1554
2088
|
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
1555
|
-
|
|
1556
|
-
//
|
|
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);
|
|
1557
2093
|
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
1558
|
-
|
|
1559
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1560
2094
|
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
1561
|
-
|
|
1562
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1563
2095
|
// @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
|
|
1564
|
-
|
|
1565
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1566
2096
|
// @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
|
|
1567
|
-
|
|
1568
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1569
2097
|
// @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
|
|
1570
|
-
|
|
1571
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1572
2098
|
// @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
|
|
1573
|
-
|
|
1574
|
-
//
|
|
2099
|
+
// @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
|
|
2100
|
+
// @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
|
|
2101
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
|
|
2102
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
|
|
1575
2103
|
// @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
|
|
1576
|
-
|
|
1577
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1578
2104
|
// @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
|
|
1579
|
-
|
|
1580
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1581
2105
|
// @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
|
|
1582
|
-
|
|
1583
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1584
2106
|
// @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
|
|
1585
|
-
|
|
1586
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1587
2107
|
// @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
|
|
1588
|
-
|
|
1589
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1590
2108
|
// @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
|
|
1591
|
-
|
|
1592
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1593
2109
|
// @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
|
|
1594
|
-
|
|
1595
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1596
2110
|
// @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
|
|
1597
|
-
|
|
1598
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1599
2111
|
// @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
|
|
1600
|
-
|
|
1601
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1602
2112
|
// @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
|
|
1603
|
-
|
|
1604
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1605
2113
|
// @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
|
|
1606
|
-
|
|
1607
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1608
2114
|
// @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
|
|
1609
|
-
|
|
1610
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1611
2115
|
// @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
|
|
1612
|
-
|
|
1613
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1614
2116
|
// @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
|
|
1615
|
-
|
|
1616
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1617
2117
|
// @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
|
|
1618
|
-
|
|
1619
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1620
2118
|
// @sapFontUrl_72Mono_Regular_full_woff: url(./../baseTheme/fonts/72Mono-Regular-full.woff);
|
|
1621
|
-
|
|
1622
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1623
2119
|
// @sapFontUrl_72Mono_Bold_woff2: url(./../baseTheme/fonts/72Mono-Bold.woff2);
|
|
1624
|
-
|
|
1625
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1626
2120
|
// @sapFontUrl_72Mono_Bold_woff: url(./../baseTheme/fonts/72Mono-Bold.woff);
|
|
1627
|
-
|
|
1628
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1629
2121
|
// @sapFontUrl_72Mono_Bold_full_woff2: url(./../baseTheme/fonts/72Mono-Bold-full.woff2);
|
|
1630
|
-
|
|
1631
|
-
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
1632
2122
|
// @sapFontUrl_72Mono_Bold_full_woff: url(./../baseTheme/fonts/72Mono-Bold-full.woff);
|
|
1633
2123
|
// @sapSvgLib_SAP-icons: none;
|
|
1634
2124
|
// @sapSvgLib_SAPGUI-icons: url(./svg/libs/SAPGUI-icons.svg);
|
|
1635
2125
|
// @sapSvgLib_SAPWeb-icons: url(./svg/libs/SAPWeb-icons.svg);
|
|
1636
2126
|
@sapBackgroundColorDefault: @sapPrimary5;
|
|
1637
2127
|
@sapList_HighlightColor: @sapHighlightColor;
|
|
1638
|
-
@
|
|
2128
|
+
@sapField_Disabled_TextColor: fade(@sapField_TextColor, (100 - (@sapContent_DisabledOpacity * 100)));
|
|
1639
2129
|
@sapContent_ElementHeight: 1.37em;
|
|
1640
2130
|
@sapContent_ElementHeight_PX: 22px;
|
|
1641
|
-
@sapField_Disabled_TextColor: fade(@sapField_TextColor, (100 - (@sapContent_DisabledOpacity * 100)));
|
|
1642
2131
|
|
|
1643
2132
|
// [Tags "ThemeSpecific", "Protected", "Deprecated"]
|
|
1644
2133
|
@sapBackgroundGradientBaseColor: @sapDeprecated_Color;
|