@openui5/themelib_sap_horizon 1.130.1 → 1.131.1
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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +0 -4
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +0 -7
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +0 -7
- package/src/sap/m/themes/sap_horizon/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon/GenericTag.less +37 -37
- package/src/sap/m/themes/sap_horizon/GenericTile.less +201 -130
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +25 -23
- package/src/sap/m/themes/sap_horizon/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +21 -14
- package/src/sap/m/themes/sap_horizon/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -2
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +141 -116
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +36 -36
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +191 -124
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +26 -24
- package/src/sap/m/themes/sap_horizon_dark/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +16 -10
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +3 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +142 -118
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +20 -17
- package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +98 -55
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -20
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +8 -8
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +140 -129
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +17 -15
- package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +41 -41
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +100 -57
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +22 -20
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +141 -131
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +2 -2
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +0 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +0 -10
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +414 -18
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +412 -16
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +421 -25
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +420 -24
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +32 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2024 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 14.
|
|
4
|
-
// * data:{"sModified":"2024-
|
|
3
|
+
// * Theming Engine 14.1.4
|
|
4
|
+
// * data:{"sModified":"2024-11-04T10:14:04Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.22.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -486,6 +486,10 @@
|
|
|
486
486
|
// [Protected "!true"]
|
|
487
487
|
@sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
488
488
|
|
|
489
|
+
// [Tags "!Protected"]
|
|
490
|
+
// [Protected "!true"]
|
|
491
|
+
@sapContent_BadgeBorderColor: @sapBaseColor;
|
|
492
|
+
|
|
489
493
|
// [Tags "!Protected"]
|
|
490
494
|
// [Protected "!true"]
|
|
491
495
|
@sapContent_DragAndDropActiveColor: @sapHighlightColor;
|
|
@@ -512,15 +516,19 @@
|
|
|
512
516
|
|
|
513
517
|
// [Tags "!Protected"]
|
|
514
518
|
// [Protected "!true"]
|
|
515
|
-
@
|
|
519
|
+
@sapContent_Lite_Shadow: None;
|
|
520
|
+
|
|
521
|
+
// [Tags "!Protected"]
|
|
522
|
+
// [Protected "!true"]
|
|
523
|
+
@sapContent_Illustrative_Color1: #9b015d;
|
|
516
524
|
|
|
517
525
|
// [Tags "!Protected"]
|
|
518
526
|
// [Protected "!true"]
|
|
519
|
-
@sapContent_Illustrative_Color2: #
|
|
527
|
+
@sapContent_Illustrative_Color2: #56bdff;
|
|
520
528
|
|
|
521
529
|
// [Tags "!Protected"]
|
|
522
530
|
// [Protected "!true"]
|
|
523
|
-
@sapContent_Illustrative_Color3: #
|
|
531
|
+
@sapContent_Illustrative_Color3: #ff7f4c;
|
|
524
532
|
|
|
525
533
|
// [Tags "!Protected"]
|
|
526
534
|
// [Protected "!true"]
|
|
@@ -536,7 +544,7 @@
|
|
|
536
544
|
|
|
537
545
|
// [Tags "!Protected"]
|
|
538
546
|
// [Protected "!true"]
|
|
539
|
-
@sapContent_Illustrative_Color7:
|
|
547
|
+
@sapContent_Illustrative_Color7: lighten(@sapContent_Illustrative_Color20, 16);
|
|
540
548
|
|
|
541
549
|
// [Tags "!Protected"]
|
|
542
550
|
// [Protected "!true"]
|
|
@@ -544,15 +552,15 @@
|
|
|
544
552
|
|
|
545
553
|
// [Tags "!Protected"]
|
|
546
554
|
// [Protected "!true"]
|
|
547
|
-
@sapContent_Illustrative_Color9: #
|
|
555
|
+
@sapContent_Illustrative_Color9: #0899a7;
|
|
548
556
|
|
|
549
557
|
// [Tags "!Protected"]
|
|
550
558
|
// [Protected "!true"]
|
|
551
|
-
@sapContent_Illustrative_Color10:
|
|
559
|
+
@sapContent_Illustrative_Color10: lighten(@sapContent_Illustrative_Color20, 16);
|
|
552
560
|
|
|
553
561
|
// [Tags "!Protected"]
|
|
554
562
|
// [Protected "!true"]
|
|
555
|
-
@sapContent_Illustrative_Color11: #
|
|
563
|
+
@sapContent_Illustrative_Color11: #df1278;
|
|
556
564
|
|
|
557
565
|
// [Tags "!Protected"]
|
|
558
566
|
// [Protected "!true"]
|
|
@@ -560,35 +568,163 @@
|
|
|
560
568
|
|
|
561
569
|
// [Tags "!Protected"]
|
|
562
570
|
// [Protected "!true"]
|
|
563
|
-
@sapContent_Illustrative_Color13: #
|
|
571
|
+
@sapContent_Illustrative_Color13: #0070f2;
|
|
572
|
+
|
|
573
|
+
// [Tags "!Protected"]
|
|
574
|
+
// [Protected "!true"]
|
|
575
|
+
@sapContent_Illustrative_Color14: #0040b0;
|
|
576
|
+
|
|
577
|
+
// [Tags "!Protected"]
|
|
578
|
+
// [Protected "!true"]
|
|
579
|
+
@sapContent_Illustrative_Color15: #c35500;
|
|
580
|
+
|
|
581
|
+
// [Tags "!Protected"]
|
|
582
|
+
// [Protected "!true"]
|
|
583
|
+
@sapContent_Illustrative_Color16: #8d2a00;
|
|
584
|
+
|
|
585
|
+
// [Tags "!Protected"]
|
|
586
|
+
// [Protected "!true"]
|
|
587
|
+
@sapContent_Illustrative_Color17: #046c7c;
|
|
588
|
+
|
|
589
|
+
// [Tags "!Protected"]
|
|
590
|
+
// [Protected "!true"]
|
|
591
|
+
@sapContent_Illustrative_Color18: lighten(@sapContent_Illustrative_Color20, 10);
|
|
592
|
+
|
|
593
|
+
// [Tags "!Protected"]
|
|
594
|
+
// [Protected "!true"]
|
|
595
|
+
@sapContent_Illustrative_Color19: lighten(@sapContent_Illustrative_Color20, 5);
|
|
596
|
+
|
|
597
|
+
// [Tags "!Protected"]
|
|
598
|
+
// [Protected "!true"]
|
|
599
|
+
@sapContent_Illustrative_Color20: #89d1ff;
|
|
600
|
+
|
|
601
|
+
// [Tags "!Protected"]
|
|
602
|
+
// [Protected "!true"]
|
|
603
|
+
@sapContent_Illustrative_Color21: #1b90ff;
|
|
604
|
+
|
|
605
|
+
// [Tags "!Protected"]
|
|
606
|
+
// [Protected "!true"]
|
|
607
|
+
@sapContent_Illustrative_Color22: #00144a;
|
|
608
|
+
|
|
609
|
+
// [Tags "!Protected"]
|
|
610
|
+
// [Protected "!true"]
|
|
611
|
+
@sapContent_Illustrative_Color23: #d20a0a;
|
|
612
|
+
|
|
613
|
+
// [Tags "!Protected"]
|
|
614
|
+
// [Protected "!true"]
|
|
615
|
+
@sapContent_Illustrative_Color24: #ffb2d2;
|
|
564
616
|
|
|
565
617
|
// [Tags "!Protected"]
|
|
566
618
|
// [Protected "!true"]
|
|
567
|
-
@
|
|
619
|
+
@sapContent_Illustrative_Color25: #ffeaf4;
|
|
568
620
|
|
|
569
621
|
// [Tags "!Protected"]
|
|
570
622
|
// [Protected "!true"]
|
|
571
|
-
@
|
|
623
|
+
@sapContent_Illustrative_Color26: #ffdf72;
|
|
572
624
|
|
|
573
625
|
// [Tags "!Protected"]
|
|
574
626
|
// [Protected "!true"]
|
|
575
|
-
@
|
|
627
|
+
@sapContent_Illustrative_Color27: #fff8d6;
|
|
576
628
|
|
|
577
629
|
// [Tags "!Protected"]
|
|
578
630
|
// [Protected "!true"]
|
|
579
|
-
@
|
|
631
|
+
@sapContent_Illustrative_Color28: #a93e00;
|
|
580
632
|
|
|
581
633
|
// [Tags "!Protected"]
|
|
582
634
|
// [Protected "!true"]
|
|
583
|
-
@
|
|
635
|
+
@sapContent_Illustrative_Color29: #450b00;
|
|
584
636
|
|
|
585
637
|
// [Tags "!Protected"]
|
|
586
638
|
// [Protected "!true"]
|
|
587
|
-
@
|
|
639
|
+
@sapContent_Illustrative_Color30: #340800;
|
|
588
640
|
|
|
589
641
|
// [Tags "!Protected"]
|
|
590
642
|
// [Protected "!true"]
|
|
591
|
-
@
|
|
643
|
+
@sapContent_Illustrative_Color31: #ffab92;
|
|
644
|
+
|
|
645
|
+
// [Tags "!Protected"]
|
|
646
|
+
// [Protected "!true"]
|
|
647
|
+
@sapContent_Space_S: 1rem;
|
|
648
|
+
|
|
649
|
+
// [Tags "!Protected"]
|
|
650
|
+
// [Protected "!true"]
|
|
651
|
+
@sapContent_Space_M: 2rem;
|
|
652
|
+
|
|
653
|
+
// [Tags "!Protected"]
|
|
654
|
+
// [Protected "!true"]
|
|
655
|
+
@sapContent_Space_L: 2rem;
|
|
656
|
+
|
|
657
|
+
// [Tags "!Protected"]
|
|
658
|
+
// [Protected "!true"]
|
|
659
|
+
@sapContent_Space_XL: 3rem;
|
|
660
|
+
|
|
661
|
+
// [Tags "!Protected"]
|
|
662
|
+
// [Protected "!true"]
|
|
663
|
+
@sapContent_Space_Tiny: 2rem;
|
|
664
|
+
|
|
665
|
+
// [Tags "!Protected"]
|
|
666
|
+
// [Protected "!true"]
|
|
667
|
+
@sapContent_Space_Small: 1rem;
|
|
668
|
+
|
|
669
|
+
// [Tags "!Protected"]
|
|
670
|
+
// [Protected "!true"]
|
|
671
|
+
@sapContent_Space_Medium: 2rem;
|
|
672
|
+
|
|
673
|
+
// [Tags "!Protected"]
|
|
674
|
+
// [Protected "!true"]
|
|
675
|
+
@sapContent_Space_Large: 3rem;
|
|
676
|
+
|
|
677
|
+
// [Tags "!Protected"]
|
|
678
|
+
// [Protected "!true"]
|
|
679
|
+
@sapContent_Margin_Tiny: 0 0 1rem;
|
|
680
|
+
|
|
681
|
+
// [Tags "!Protected"]
|
|
682
|
+
// [Protected "!true"]
|
|
683
|
+
@sapContent_Margin_Small: 1rem;
|
|
684
|
+
|
|
685
|
+
// [Tags "!Protected"]
|
|
686
|
+
// [Protected "!true"]
|
|
687
|
+
@sapContent_Margin_Medium: 1rem 2rem;
|
|
688
|
+
|
|
689
|
+
// [Tags "!Protected"]
|
|
690
|
+
// [Protected "!true"]
|
|
691
|
+
@sapContent_Margin_Large: 1rem;
|
|
692
|
+
|
|
693
|
+
// [Tags "!Protected"]
|
|
694
|
+
// [Protected "!true"]
|
|
695
|
+
@sapContent_Gap: 1rem;
|
|
696
|
+
|
|
697
|
+
// [Tags "!Protected"]
|
|
698
|
+
// [Protected "!true"]
|
|
699
|
+
@sapContent_Padding_S: 0rem;
|
|
700
|
+
|
|
701
|
+
// [Tags "!Protected"]
|
|
702
|
+
// [Protected "!true"]
|
|
703
|
+
@sapContent_Padding_M: 2rem;
|
|
704
|
+
|
|
705
|
+
// [Tags "!Protected"]
|
|
706
|
+
// [Protected "!true"]
|
|
707
|
+
@sapContent_Padding_L: 2rem;
|
|
708
|
+
|
|
709
|
+
// [Tags "!Protected"]
|
|
710
|
+
// [Protected "!true"]
|
|
711
|
+
@sapContent_Padding_XL: 3rem;
|
|
712
|
+
|
|
713
|
+
// [Tags "!Protected"]
|
|
714
|
+
// [Protected "!true"]
|
|
715
|
+
@sapContent_Success_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 5), inset 0 -0.0625rem 0 0 @sapSuccessBorderColor;
|
|
716
|
+
|
|
717
|
+
// [Tags "!Protected"]
|
|
718
|
+
// [Protected "!true"]
|
|
719
|
+
@sapContent_Warning_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 5), inset 0 -0.0625rem 0 0 @sapWarningBorderColor;
|
|
720
|
+
|
|
721
|
+
// [Tags "!Protected"]
|
|
722
|
+
// [Protected "!true"]
|
|
723
|
+
@sapContent_Error_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 5), inset 0 -0.0625rem 0 0 @sapErrorBorderColor;
|
|
724
|
+
|
|
725
|
+
// [Tags "!Protected"]
|
|
726
|
+
// [Protected "!true"]
|
|
727
|
+
@sapContent_Information_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 5), inset 0 -0.0625rem 0 0 @sapInformationBorderColor;
|
|
592
728
|
|
|
593
729
|
// [Tags "!Protected"]
|
|
594
730
|
// [Protected "!true"]
|
|
@@ -797,6 +933,10 @@
|
|
|
797
933
|
// [Protected "!true"]
|
|
798
934
|
@sapShell_Assistant_ForegroundColor: @sapAssistant_Color1;
|
|
799
935
|
|
|
936
|
+
// [Tags "!Protected"]
|
|
937
|
+
// [Protected "!true"]
|
|
938
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, darken(@sapBrandColor, 21), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
939
|
+
|
|
800
940
|
// [Tags "!Protected"]
|
|
801
941
|
// [Protected "!true"]
|
|
802
942
|
@sapShell_Category_1_Background: #0057d2;
|
|
@@ -909,6 +1049,54 @@
|
|
|
909
1049
|
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
910
1050
|
@sapShell_Category_16_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
911
1051
|
|
|
1052
|
+
// [Tags "!Protected"]
|
|
1053
|
+
// [Protected "!true"]
|
|
1054
|
+
@sapShell_Space_S: 0.5rem;
|
|
1055
|
+
|
|
1056
|
+
// [Tags "!Protected"]
|
|
1057
|
+
// [Protected "!true"]
|
|
1058
|
+
@sapShell_Space_M: 2rem;
|
|
1059
|
+
|
|
1060
|
+
// [Tags "!Protected"]
|
|
1061
|
+
// [Protected "!true"]
|
|
1062
|
+
@sapShell_Space_L: 2rem;
|
|
1063
|
+
|
|
1064
|
+
// [Tags "!Protected"]
|
|
1065
|
+
// [Protected "!true"]
|
|
1066
|
+
@sapShell_Space_XL: 3rem;
|
|
1067
|
+
|
|
1068
|
+
// [Tags "!Protected"]
|
|
1069
|
+
// [Protected "!true"]
|
|
1070
|
+
@sapShell_Gap_S: 0.5rem;
|
|
1071
|
+
|
|
1072
|
+
// [Tags "!Protected"]
|
|
1073
|
+
// [Protected "!true"]
|
|
1074
|
+
@sapShell_Gap_M: 1rem;
|
|
1075
|
+
|
|
1076
|
+
// [Tags "!Protected"]
|
|
1077
|
+
// [Protected "!true"]
|
|
1078
|
+
@sapShell_Gap_L: 1rem;
|
|
1079
|
+
|
|
1080
|
+
// [Tags "!Protected"]
|
|
1081
|
+
// [Protected "!true"]
|
|
1082
|
+
@sapShell_Gap_XL: 1rem;
|
|
1083
|
+
|
|
1084
|
+
// [Tags "!Protected"]
|
|
1085
|
+
// [Protected "!true"]
|
|
1086
|
+
@sapShell_GroupGap_S: 2rem;
|
|
1087
|
+
|
|
1088
|
+
// [Tags "!Protected"]
|
|
1089
|
+
// [Protected "!true"]
|
|
1090
|
+
@sapShell_GroupGap_M: 3rem;
|
|
1091
|
+
|
|
1092
|
+
// [Tags "!Protected"]
|
|
1093
|
+
// [Protected "!true"]
|
|
1094
|
+
@sapShell_GroupGap_L: 3rem;
|
|
1095
|
+
|
|
1096
|
+
// [Tags "!Protected"]
|
|
1097
|
+
// [Protected "!true"]
|
|
1098
|
+
@sapShell_GroupGap_XL: 3rem;
|
|
1099
|
+
|
|
912
1100
|
// [Tags "!Protected"]
|
|
913
1101
|
// [Protected "!true"]
|
|
914
1102
|
@sapAssistant_Color1: #5d36ff;
|
|
@@ -993,6 +1181,10 @@
|
|
|
993
1181
|
// [Protected "!true"]
|
|
994
1182
|
@sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, darken(@sapAccentColor1, 9), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
995
1183
|
|
|
1184
|
+
// [Tags "!Protected"]
|
|
1185
|
+
// [Protected "!true"]
|
|
1186
|
+
@sapAvatar_1_Hover_Background: @sapAvatar_1_Background;
|
|
1187
|
+
|
|
996
1188
|
// [Tags "!Protected"]
|
|
997
1189
|
// [Protected "!true"]
|
|
998
1190
|
@sapAvatar_2_Background: @sapAccentBackgroundColor2;
|
|
@@ -1005,6 +1197,10 @@
|
|
|
1005
1197
|
// [Protected "!true"]
|
|
1006
1198
|
@sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapAccentColor2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1007
1199
|
|
|
1200
|
+
// [Tags "!Protected"]
|
|
1201
|
+
// [Protected "!true"]
|
|
1202
|
+
@sapAvatar_2_Hover_Background: @sapAvatar_2_Background;
|
|
1203
|
+
|
|
1008
1204
|
// [Tags "!Protected"]
|
|
1009
1205
|
// [Protected "!true"]
|
|
1010
1206
|
@sapAvatar_3_Background: @sapAccentBackgroundColor3;
|
|
@@ -1017,6 +1213,10 @@
|
|
|
1017
1213
|
// [Protected "!true"]
|
|
1018
1214
|
@sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapAccentColor3, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1019
1215
|
|
|
1216
|
+
// [Tags "!Protected"]
|
|
1217
|
+
// [Protected "!true"]
|
|
1218
|
+
@sapAvatar_3_Hover_Background: @sapAvatar_3_Background;
|
|
1219
|
+
|
|
1020
1220
|
// [Tags "!Protected"]
|
|
1021
1221
|
// [Protected "!true"]
|
|
1022
1222
|
@sapAvatar_4_Background: @sapAccentBackgroundColor4;
|
|
@@ -1029,6 +1229,10 @@
|
|
|
1029
1229
|
// [Protected "!true"]
|
|
1030
1230
|
@sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapAccentColor4, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1031
1231
|
|
|
1232
|
+
// [Tags "!Protected"]
|
|
1233
|
+
// [Protected "!true"]
|
|
1234
|
+
@sapAvatar_4_Hover_Background: @sapAvatar_4_Background;
|
|
1235
|
+
|
|
1032
1236
|
// [Tags "!Protected"]
|
|
1033
1237
|
// [Protected "!true"]
|
|
1034
1238
|
@sapAvatar_5_Background: @sapAccentBackgroundColor5;
|
|
@@ -1041,6 +1245,10 @@
|
|
|
1041
1245
|
// [Protected "!true"]
|
|
1042
1246
|
@sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, darken(@sapAccentColor5, 2), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1043
1247
|
|
|
1248
|
+
// [Tags "!Protected"]
|
|
1249
|
+
// [Protected "!true"]
|
|
1250
|
+
@sapAvatar_5_Hover_Background: @sapAvatar_5_Background;
|
|
1251
|
+
|
|
1044
1252
|
// [Tags "!Protected"]
|
|
1045
1253
|
// [Protected "!true"]
|
|
1046
1254
|
@sapAvatar_6_Background: @sapAccentBackgroundColor6;
|
|
@@ -1053,6 +1261,10 @@
|
|
|
1053
1261
|
// [Protected "!true"]
|
|
1054
1262
|
@sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapAccentColor6, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1055
1263
|
|
|
1264
|
+
// [Tags "!Protected"]
|
|
1265
|
+
// [Protected "!true"]
|
|
1266
|
+
@sapAvatar_6_Hover_Background: @sapAvatar_6_Background;
|
|
1267
|
+
|
|
1056
1268
|
// [Tags "!Protected"]
|
|
1057
1269
|
// [Protected "!true"]
|
|
1058
1270
|
@sapAvatar_7_Background: @sapAccentBackgroundColor7;
|
|
@@ -1065,6 +1277,10 @@
|
|
|
1065
1277
|
// [Protected "!true"]
|
|
1066
1278
|
@sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapAccentColor7, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1067
1279
|
|
|
1280
|
+
// [Tags "!Protected"]
|
|
1281
|
+
// [Protected "!true"]
|
|
1282
|
+
@sapAvatar_7_Hover_Background: @sapAvatar_7_Background;
|
|
1283
|
+
|
|
1068
1284
|
// [Tags "!Protected"]
|
|
1069
1285
|
// [Protected "!true"]
|
|
1070
1286
|
@sapAvatar_8_Background: @sapAccentBackgroundColor8;
|
|
@@ -1077,6 +1293,10 @@
|
|
|
1077
1293
|
// [Protected "!true"]
|
|
1078
1294
|
@sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapAccentColor8, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1079
1295
|
|
|
1296
|
+
// [Tags "!Protected"]
|
|
1297
|
+
// [Protected "!true"]
|
|
1298
|
+
@sapAvatar_8_Hover_Background: @sapAvatar_8_Background;
|
|
1299
|
+
|
|
1080
1300
|
// [Tags "!Protected"]
|
|
1081
1301
|
// [Protected "!true"]
|
|
1082
1302
|
@sapAvatar_9_Background: @sapAccentBackgroundColor9;
|
|
@@ -1089,6 +1309,10 @@
|
|
|
1089
1309
|
// [Protected "!true"]
|
|
1090
1310
|
@sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapAccentColor9, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1091
1311
|
|
|
1312
|
+
// [Tags "!Protected"]
|
|
1313
|
+
// [Protected "!true"]
|
|
1314
|
+
@sapAvatar_9_Hover_Background: @sapAvatar_9_Background;
|
|
1315
|
+
|
|
1092
1316
|
// [Tags "!Protected"]
|
|
1093
1317
|
// [Protected "!true"]
|
|
1094
1318
|
@sapAvatar_10_Background: @sapAccentBackgroundColor10;
|
|
@@ -1101,6 +1325,22 @@
|
|
|
1101
1325
|
// [Protected "!true"]
|
|
1102
1326
|
@sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, darken(@sapAccentColor10, 3), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1103
1327
|
|
|
1328
|
+
// [Tags "!Protected"]
|
|
1329
|
+
// [Protected "!true"]
|
|
1330
|
+
@sapAvatar_10_Hover_Background: @sapAvatar_10_Background;
|
|
1331
|
+
|
|
1332
|
+
// [Tags "!Protected"]
|
|
1333
|
+
// [Protected "!true"]
|
|
1334
|
+
@sapAvatar_Lite_BorderColor: transparent;
|
|
1335
|
+
|
|
1336
|
+
// [Tags "!Protected"]
|
|
1337
|
+
// [Protected "!true"]
|
|
1338
|
+
@sapAvatar_Lite_Background: transparent;
|
|
1339
|
+
|
|
1340
|
+
// [Tags "!Protected"]
|
|
1341
|
+
// [Protected "!true"]
|
|
1342
|
+
@sapAvatar_Hover_BorderColor: fade(@sapField_BorderColor, 25);
|
|
1343
|
+
|
|
1104
1344
|
// [Tags "!Protected"]
|
|
1105
1345
|
// [Protected "!true"]
|
|
1106
1346
|
@sapButton_Background: lighten(@sapBackgroundColor, 4);
|
|
@@ -1121,6 +1361,10 @@
|
|
|
1121
1361
|
// [Protected "!true"]
|
|
1122
1362
|
@sapButton_TextColor: contrast(@sapButton_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1123
1363
|
|
|
1364
|
+
// [Tags "!Protected"]
|
|
1365
|
+
// [Protected "!true"]
|
|
1366
|
+
@sapButton_FontFamily: @sapFontSemiboldDuplexFamily;
|
|
1367
|
+
|
|
1124
1368
|
// [Tags "!Protected"]
|
|
1125
1369
|
// [Protected "!true"]
|
|
1126
1370
|
@sapButton_Hover_Background: @sapHoverColor;
|
|
@@ -1157,10 +1401,18 @@
|
|
|
1157
1401
|
// [Protected "!true"]
|
|
1158
1402
|
@sapButton_Emphasized_BorderColor: @sapButton_Emphasized_Background;
|
|
1159
1403
|
|
|
1404
|
+
// [Tags "!Protected"]
|
|
1405
|
+
// [Protected "!true"]
|
|
1406
|
+
@sapButton_Emphasized_BorderWidth: @sapElement_BorderWidth;
|
|
1407
|
+
|
|
1160
1408
|
// [Tags "!Protected"]
|
|
1161
1409
|
// [Protected "!true"]
|
|
1162
1410
|
@sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1163
1411
|
|
|
1412
|
+
// [Tags "!Protected"]
|
|
1413
|
+
// [Protected "!true"]
|
|
1414
|
+
@sapButton_Emphasized_FontFamily: @sapFontBoldFamily;
|
|
1415
|
+
|
|
1164
1416
|
// [Tags "!Protected"]
|
|
1165
1417
|
// [Protected "!true"]
|
|
1166
1418
|
@sapButton_Emphasized_Hover_Background: darken(@sapButton_Emphasized_Background, 5);
|
|
@@ -1761,6 +2013,22 @@
|
|
|
1761
2013
|
// [Protected "!true"]
|
|
1762
2014
|
@sapButton_TokenBorderColor: @sapButton_BorderColor;
|
|
1763
2015
|
|
|
2016
|
+
// [Tags "!Protected"]
|
|
2017
|
+
// [Protected "!true"]
|
|
2018
|
+
@sapButton_TokenBorderCornerRadius: 0.375 * @sapContent_GridSize;
|
|
2019
|
+
|
|
2020
|
+
// [Tags "!Protected"]
|
|
2021
|
+
// [Protected "!true"]
|
|
2022
|
+
@sapButton_Selected_TokenBorderWidth: 0.125 * @sapContent_GridSize;
|
|
2023
|
+
|
|
2024
|
+
// [Tags "!Protected"]
|
|
2025
|
+
// [Protected "!true"]
|
|
2026
|
+
@sapButton_ReadOnly_TokenBackground: @sapButton_TokenBackground;
|
|
2027
|
+
|
|
2028
|
+
// [Tags "!Protected"]
|
|
2029
|
+
// [Protected "!true"]
|
|
2030
|
+
@sapButton_Segment_BorderCornerRadius: @sapButton_BorderCornerRadius;
|
|
2031
|
+
|
|
1764
2032
|
// [Tags "!Protected"]
|
|
1765
2033
|
// [Protected "!true"]
|
|
1766
2034
|
@sapField_Background: mix(@sapBaseColor, darken(@sapPrimary4, 2), @sapField_HorizonNGEnabled * 100);
|
|
@@ -1943,6 +2211,62 @@
|
|
|
1943
2211
|
@sapField_InformationBorderStyle: none;
|
|
1944
2212
|
@sapField_InformationShadow: inset 0 0 0 0.0625rem fade(lighten(@sapField_InformationColor, 23), 50);
|
|
1945
2213
|
|
|
2214
|
+
// [Tags "!Protected"]
|
|
2215
|
+
// [Protected "!true"]
|
|
2216
|
+
@sapField_Selector_Hover_Background: @sapContent_Selected_Hover_Background;
|
|
2217
|
+
|
|
2218
|
+
// [Tags "!Protected"]
|
|
2219
|
+
// [Protected "!true"]
|
|
2220
|
+
@sapField_Selector_Hover_InvalidBackground: @sapField_Hover_Background;
|
|
2221
|
+
|
|
2222
|
+
// [Tags "!Protected"]
|
|
2223
|
+
// [Protected "!true"]
|
|
2224
|
+
@sapField_Selector_Hover_WarningBackground: @sapField_Hover_Background;
|
|
2225
|
+
|
|
2226
|
+
// [Tags "!Protected"]
|
|
2227
|
+
// [Protected "!true"]
|
|
2228
|
+
@sapField_Selector_Hover_SuccessBackground: @sapField_Hover_Background;
|
|
2229
|
+
|
|
2230
|
+
// [Tags "!Protected"]
|
|
2231
|
+
// [Protected "!true"]
|
|
2232
|
+
@sapField_Selector_Hover_InformationBackground: @sapField_Hover_Background;
|
|
2233
|
+
|
|
2234
|
+
// [Tags "!Protected"]
|
|
2235
|
+
// [Protected "!true"]
|
|
2236
|
+
@sapField_Picker_BorderColor: @sapField_BorderColor;
|
|
2237
|
+
|
|
2238
|
+
// [Tags "!Protected"]
|
|
2239
|
+
// [Protected "!true"]
|
|
2240
|
+
@sapField_Picker_BorderWidth: 0.0625 * @sapContent_GridSize;
|
|
2241
|
+
|
|
2242
|
+
// [Tags "!Protected"]
|
|
2243
|
+
// [Protected "!true"]
|
|
2244
|
+
@sapField_Selector_BorderStyle: solid;
|
|
2245
|
+
|
|
2246
|
+
// [Tags "!Protected"]
|
|
2247
|
+
// [Protected "!true"]
|
|
2248
|
+
@sapField_Selector_ReadOnly_BorderStyle: dashed;
|
|
2249
|
+
|
|
2250
|
+
// [Tags "!Protected"]
|
|
2251
|
+
// [Protected "!true"]
|
|
2252
|
+
@sapField_Selector_InvalidBorderStyle: solid;
|
|
2253
|
+
|
|
2254
|
+
// [Tags "!Protected"]
|
|
2255
|
+
// [Protected "!true"]
|
|
2256
|
+
@sapField_Selector_WarningBorderStyle: solid;
|
|
2257
|
+
|
|
2258
|
+
// [Tags "!Protected"]
|
|
2259
|
+
// [Protected "!true"]
|
|
2260
|
+
@sapField_Selector_SuccessBorderStyle: solid;
|
|
2261
|
+
|
|
2262
|
+
// [Tags "!Protected"]
|
|
2263
|
+
// [Protected "!true"]
|
|
2264
|
+
@sapField_Selector_InformationBorderStyle: solid;
|
|
2265
|
+
|
|
2266
|
+
// [Tags "!Protected"]
|
|
2267
|
+
// [Protected "!true"]
|
|
2268
|
+
@sapGroup_TitleBorderWidth: @sapElement_BorderWidth;
|
|
2269
|
+
|
|
1946
2270
|
// [Tags "!Protected"]
|
|
1947
2271
|
// [Protected "!true"]
|
|
1948
2272
|
@sapGroup_TitleBackground: @sapGroup_ContentBackground;
|
|
@@ -2083,6 +2407,14 @@
|
|
|
2083
2407
|
// [Protected "!true"]
|
|
2084
2408
|
@sapList_TableFixedBorderColor: darken(@sapList_BorderColor, 35);
|
|
2085
2409
|
|
|
2410
|
+
// [Tags "!Protected"]
|
|
2411
|
+
// [Protected "!true"]
|
|
2412
|
+
@sapList_TableFixedColumnBorderWidth: @sapElement_BorderWidth;
|
|
2413
|
+
|
|
2414
|
+
// [Tags "!Protected"]
|
|
2415
|
+
// [Protected "!true"]
|
|
2416
|
+
@sapList_TableFixedRowBorderWidth: 0.125 * @sapContent_GridSize;
|
|
2417
|
+
|
|
2086
2418
|
// [Tags "!Protected"]
|
|
2087
2419
|
// [Protected "!true"]
|
|
2088
2420
|
@sapMessage_ErrorBorderColor: darken(@sapErrorBackground, 18);
|
|
@@ -2383,6 +2715,10 @@
|
|
|
2383
2715
|
// [Protected "!true"]
|
|
2384
2716
|
@sapBlockLayer_Background: #000;
|
|
2385
2717
|
|
|
2718
|
+
// [Tags "!Protected"]
|
|
2719
|
+
// [Protected "!true"]
|
|
2720
|
+
@sapBlockLayer_Opacity: 0.2;
|
|
2721
|
+
|
|
2386
2722
|
// [Tags "!Protected"]
|
|
2387
2723
|
// [Protected "!true"]
|
|
2388
2724
|
@sapTile_Background: @sapBaseColor;
|
|
@@ -2431,6 +2767,14 @@
|
|
|
2431
2767
|
// [Protected "!true"]
|
|
2432
2768
|
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2433
2769
|
|
|
2770
|
+
// [Tags "!Protected"]
|
|
2771
|
+
// [Protected "!true"]
|
|
2772
|
+
@sapTile_Hover_ContentBackground: @sapTile_Background;
|
|
2773
|
+
|
|
2774
|
+
// [Tags "!Protected"]
|
|
2775
|
+
// [Protected "!true"]
|
|
2776
|
+
@sapTile_Active_ContentBackground: @sapTile_Background;
|
|
2777
|
+
|
|
2434
2778
|
// [Tags "!Protected"]
|
|
2435
2779
|
// [Protected "!true"]
|
|
2436
2780
|
@sapAccentColor1: #d27700;
|
|
@@ -2766,11 +3110,29 @@
|
|
|
2766
3110
|
@sapIndicationColor_8b: #f8d6ff;
|
|
2767
3111
|
@sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
|
|
2768
3112
|
@sapIndicationColor_8b_Hover_Background: darken(@sapIndicationColor_8b, 5);
|
|
3113
|
+
|
|
3114
|
+
// [Tags "!Protected"]
|
|
3115
|
+
// [Protected "!true"]
|
|
2769
3116
|
@sapIndicationColor_9: #1d2d3e;
|
|
3117
|
+
|
|
3118
|
+
// [Tags "!Protected"]
|
|
3119
|
+
// [Protected "!true"]
|
|
2770
3120
|
@sapIndicationColor_9_Background: @sapIndicationColor_9;
|
|
3121
|
+
|
|
3122
|
+
// [Tags "!Protected"]
|
|
3123
|
+
// [Protected "!true"]
|
|
2771
3124
|
@sapIndicationColor_9_BorderColor: @sapIndicationColor_9;
|
|
3125
|
+
|
|
3126
|
+
// [Tags "!Protected"]
|
|
3127
|
+
// [Protected "!true"]
|
|
2772
3128
|
@sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
3129
|
+
|
|
3130
|
+
// [Tags "!Protected"]
|
|
3131
|
+
// [Protected "!true"]
|
|
2773
3132
|
@sapIndicationColor_9_Hover_Background: darken(@sapIndicationColor_9, 5);
|
|
3133
|
+
|
|
3134
|
+
// [Tags "!Protected"]
|
|
3135
|
+
// [Protected "!true"]
|
|
2774
3136
|
@sapIndicationColor_9_Active_Background: @sapButton_Active_Background;
|
|
2775
3137
|
@sapIndicationColor_9_Active_BorderColor: @sapIndicationColor_9b_BorderColor;
|
|
2776
3138
|
@sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9;
|
|
@@ -2780,11 +3142,29 @@
|
|
|
2780
3142
|
@sapIndicationColor_9b: #fff;
|
|
2781
3143
|
@sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
|
|
2782
3144
|
@sapIndicationColor_9b_Hover_Background: darken(@sapIndicationColor_9b, 5);
|
|
3145
|
+
|
|
3146
|
+
// [Tags "!Protected"]
|
|
3147
|
+
// [Protected "!true"]
|
|
2783
3148
|
@sapIndicationColor_10: #45484a;
|
|
3149
|
+
|
|
3150
|
+
// [Tags "!Protected"]
|
|
3151
|
+
// [Protected "!true"]
|
|
2784
3152
|
@sapIndicationColor_10_Background: lighten(@sapIndicationColor_10, 25);
|
|
3153
|
+
|
|
3154
|
+
// [Tags "!Protected"]
|
|
3155
|
+
// [Protected "!true"]
|
|
2785
3156
|
@sapIndicationColor_10_BorderColor: @sapIndicationColor_10_Background;
|
|
3157
|
+
|
|
3158
|
+
// [Tags "!Protected"]
|
|
3159
|
+
// [Protected "!true"]
|
|
2786
3160
|
@sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
3161
|
+
|
|
3162
|
+
// [Tags "!Protected"]
|
|
3163
|
+
// [Protected "!true"]
|
|
2787
3164
|
@sapIndicationColor_10_Hover_Background: darken(@sapIndicationColor_10_Background, 5);
|
|
3165
|
+
|
|
3166
|
+
// [Tags "!Protected"]
|
|
3167
|
+
// [Protected "!true"]
|
|
2788
3168
|
@sapIndicationColor_10_Active_Background: @sapButton_Active_Background;
|
|
2789
3169
|
@sapIndicationColor_10_Active_BorderColor: @sapIndicationColor_10b_BorderColor;
|
|
2790
3170
|
@sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10;
|
|
@@ -3645,3 +4025,19 @@
|
|
|
3645
4025
|
@sapBackgroundColorDefault: darken(@sapPrimary3, 3);
|
|
3646
4026
|
@sapList_HighlightColor: @sapHighlightColor;
|
|
3647
4027
|
@sapShell_BackgroundGradient: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
|
|
4028
|
+
|
|
4029
|
+
// [Tags "!Protected"]
|
|
4030
|
+
// [Protected "!true"]
|
|
4031
|
+
@sapBreakpoint_S_Min: 0;
|
|
4032
|
+
|
|
4033
|
+
// [Tags "!Protected"]
|
|
4034
|
+
// [Protected "!true"]
|
|
4035
|
+
@sapBreakpoint_M_Min: 600px;
|
|
4036
|
+
|
|
4037
|
+
// [Tags "!Protected"]
|
|
4038
|
+
// [Protected "!true"]
|
|
4039
|
+
@sapBreakpoint_L_Min: 1024px;
|
|
4040
|
+
|
|
4041
|
+
// [Tags "!Protected"]
|
|
4042
|
+
// [Protected "!true"]
|
|
4043
|
+
@sapBreakpoint_XL_Min: 1440px;
|
|
Binary file
|
|
Binary file
|