@openui5/themelib_sap_belize 1.108.2 → 1.110.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/.reuse/dep5 +16 -16
- package/THIRDPARTY.txt +2 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_belize/DynamicPage.less +7 -1
- package/src/sap/f/themes/sap_belize/library.source.less +1 -1
- package/src/sap/f/themes/sap_belize_hcb/DynamicPage.less +5 -1
- package/src/sap/f/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/f/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/f/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize/Carousel.less +3 -1
- package/src/sap/m/themes/sap_belize/GenericTile.less +9 -7
- package/src/sap/m/themes/sap_belize/IconTabBar.less +13 -0
- package/src/sap/m/themes/sap_belize/MenuListItem.less +23 -0
- package/src/sap/m/themes/sap_belize/ObjectStatus.less +9 -0
- package/src/sap/m/themes/sap_belize/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize/Slider.less +10 -0
- package/src/sap/m/themes/sap_belize/SplitButton.less +4 -0
- package/src/sap/m/themes/sap_belize/TextArea.less +10 -0
- package/src/sap/m/themes/sap_belize/library.source.less +3 -2
- package/src/sap/m/themes/sap_belize_hcb/MenuListItem.less +24 -0
- package/src/sap/m/themes/sap_belize_hcb/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize_hcb/Slider.less +8 -4
- package/src/sap/m/themes/sap_belize_hcb/SplitButton.less +4 -0
- package/src/sap/m/themes/sap_belize_hcb/TextArea.less +9 -1
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize_hcw/MenuListItem.less +23 -0
- package/src/sap/m/themes/sap_belize_hcw/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize_hcw/Slider.less +8 -4
- package/src/sap/m/themes/sap_belize_hcw/SplitButton.less +4 -0
- package/src/sap/m/themes/sap_belize_hcw/TextArea.less +9 -1
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize/base.less +126 -20
- package/src/sap/ui/core/themes/sap_belize/global.less +64 -0
- package/src/sap/ui/core/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_belize/shared.less +35 -43
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize_hcb/Icon.less +9 -0
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +119 -13
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +64 -0
- package/src/sap/ui/core/themes/sap_belize_hcb/library.source.less +2 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +35 -43
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize_hcw/Icon.less +9 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +119 -13
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +64 -0
- package/src/sap/ui/core/themes/sap_belize_hcw/library.source.less +2 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +35 -43
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +2 -2
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +21 -4
- package/src/sap/ui/core/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize_hcb/Toolbar.adaptation.less +5 -1
- package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize_hcw/Toolbar.adaptation.less +5 -1
- package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize/Menu.less +4 -1
- package/src/sap/ui/unified/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize_hcw/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize_hcb/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize_hcw/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_belize_plus/library.source.less +1 -1
- package/src/sap/m/themes/sap_belize/LightBox.less +0 -6
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/* ================================= */
|
|
2
|
-
/* CSS for control sap.m/TextArea
|
|
2
|
+
/* CSS for control sap.m/TextArea */
|
|
3
3
|
/* Belize High Contrast White theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
+
@_sapMTextAreaPadding: 0.5625rem 0.6875rem;
|
|
7
|
+
@_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
|
|
8
|
+
@_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
|
|
9
|
+
@_sapMTextAreaValueStateInformationPadding: 0.5625rem 0.6875rem;
|
|
10
|
+
@_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem;
|
|
11
|
+
@_sapMTextAreaValueStateErrorWarningPadding: 0.5625rem 0.6875rem;
|
|
12
|
+
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.125rem 0.4375rem;
|
|
13
|
+
|
|
6
14
|
.sapMFocus.sapMTextArea {
|
|
7
15
|
& .sapMInputBaseContentWrapper {
|
|
8
16
|
.sapMInputBaseInner {
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap_belize</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.110.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"2022-
|
|
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.23011.0-20221202113725
|
|
4
|
+
// * data:{"sModified":"2022-12-07T13:34:17Z"}
|
|
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.48) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
@sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
444
444
|
|
|
445
445
|
// [Tags "!Protected"]
|
|
446
|
-
@sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
|
|
446
|
+
@sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
|
|
447
447
|
|
|
448
448
|
// [Tags "!Protected"]
|
|
449
449
|
@sapFontHeaderFamily: @sapFontFamily;
|
|
@@ -580,6 +580,102 @@
|
|
|
580
580
|
// [Tags "!Protected"]
|
|
581
581
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
582
582
|
|
|
583
|
+
// [Tags "!Protected"]
|
|
584
|
+
@sapShell_Category_1_Background: @sapLegendColor6;
|
|
585
|
+
@sapShell_Category_1_BorderColor: @sapShell_Category_1_Background;
|
|
586
|
+
@sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
587
|
+
@sapShell_Category_1_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_1_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
588
|
+
|
|
589
|
+
// [Tags "!Protected"]
|
|
590
|
+
@sapShell_Category_2_Background: @sapLegendColor3;
|
|
591
|
+
@sapShell_Category_2_BorderColor: @sapShell_Category_2_Background;
|
|
592
|
+
@sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
593
|
+
@sapShell_Category_2_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_2_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
594
|
+
|
|
595
|
+
// [Tags "!Protected"]
|
|
596
|
+
@sapShell_Category_3_Background: @sapLegendColor1;
|
|
597
|
+
@sapShell_Category_3_BorderColor: @sapShell_Category_3_Background;
|
|
598
|
+
@sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
599
|
+
@sapShell_Category_3_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_3_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
600
|
+
|
|
601
|
+
// [Tags "!Protected"]
|
|
602
|
+
@sapShell_Category_4_Background: @sapLegendColor10;
|
|
603
|
+
@sapShell_Category_4_BorderColor: @sapShell_Category_4_Background;
|
|
604
|
+
@sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
605
|
+
@sapShell_Category_4_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_4_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
606
|
+
|
|
607
|
+
// [Tags "!Protected"]
|
|
608
|
+
@sapShell_Category_5_Background: @sapLegendColor12;
|
|
609
|
+
@sapShell_Category_5_BorderColor: @sapShell_Category_5_Background;
|
|
610
|
+
@sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
611
|
+
@sapShell_Category_5_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_5_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
612
|
+
|
|
613
|
+
// [Tags "!Protected"]
|
|
614
|
+
@sapShell_Category_6_Background: @sapLegendColor7;
|
|
615
|
+
@sapShell_Category_6_BorderColor: @sapShell_Category_6_Background;
|
|
616
|
+
@sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
617
|
+
@sapShell_Category_6_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_6_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
618
|
+
|
|
619
|
+
// [Tags "!Protected"]
|
|
620
|
+
@sapShell_Category_7_Background: @sapLegendColor5;
|
|
621
|
+
@sapShell_Category_7_BorderColor: @sapShell_Category_7_Background;
|
|
622
|
+
@sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
623
|
+
@sapShell_Category_7_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_7_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
624
|
+
|
|
625
|
+
// [Tags "!Protected"]
|
|
626
|
+
@sapShell_Category_8_Background: @sapLegendColor8;
|
|
627
|
+
@sapShell_Category_8_BorderColor: @sapShell_Category_8_Background;
|
|
628
|
+
@sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
629
|
+
@sapShell_Category_8_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_8_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
630
|
+
|
|
631
|
+
// [Tags "!Protected"]
|
|
632
|
+
@sapShell_Category_9_Background: @sapLegendColor16;
|
|
633
|
+
@sapShell_Category_9_BorderColor: @sapShell_Category_9_Background;
|
|
634
|
+
@sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
635
|
+
@sapShell_Category_9_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_9_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
636
|
+
|
|
637
|
+
// [Tags "!Protected"]
|
|
638
|
+
@sapShell_Category_10_Background: @sapLegendColor9;
|
|
639
|
+
@sapShell_Category_10_BorderColor: @sapShell_Category_10_Background;
|
|
640
|
+
@sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
641
|
+
@sapShell_Category_10_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_10_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
642
|
+
|
|
643
|
+
// [Tags "!Protected"]
|
|
644
|
+
@sapShell_Category_11_Background: @sapLegendColor2;
|
|
645
|
+
@sapShell_Category_11_BorderColor: @sapShell_Category_11_Background;
|
|
646
|
+
@sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
647
|
+
@sapShell_Category_11_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_11_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
648
|
+
|
|
649
|
+
// [Tags "!Protected"]
|
|
650
|
+
@sapShell_Category_12_Background: @sapLegendColor20;
|
|
651
|
+
@sapShell_Category_12_BorderColor: @sapShell_Category_12_Background;
|
|
652
|
+
@sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
653
|
+
@sapShell_Category_12_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_12_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
654
|
+
|
|
655
|
+
// [Tags "!Protected"]
|
|
656
|
+
@sapShell_Category_13_Background: @sapLegendColor13;
|
|
657
|
+
@sapShell_Category_13_BorderColor: @sapShell_Category_13_Background;
|
|
658
|
+
@sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
659
|
+
@sapShell_Category_13_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_13_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
660
|
+
|
|
661
|
+
// [Tags "!Protected"]
|
|
662
|
+
@sapShell_Category_14_Background: @sapLegendColor17;
|
|
663
|
+
@sapShell_Category_14_BorderColor: @sapShell_Category_14_Background;
|
|
664
|
+
@sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
665
|
+
@sapShell_Category_14_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_14_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
666
|
+
|
|
667
|
+
// [Tags "!Protected"]
|
|
668
|
+
@sapShell_Category_15_Background: darken(@sapLegendColor16, 10);
|
|
669
|
+
@sapShell_Category_15_BorderColor: @sapShell_Category_15_Background;
|
|
670
|
+
@sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
671
|
+
@sapShell_Category_15_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_15_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
672
|
+
|
|
673
|
+
// [Tags "!Protected"]
|
|
674
|
+
@sapShell_Category_16_Background: @sapLegendColor18;
|
|
675
|
+
@sapShell_Category_16_BorderColor: @sapShell_Category_16_Background;
|
|
676
|
+
@sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
677
|
+
@sapShell_Category_16_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
678
|
+
|
|
583
679
|
// [Tags "!Protected"]
|
|
584
680
|
@sapAvatar_1_Background: @sapAccentColor1;
|
|
585
681
|
|
|
@@ -1994,13 +2090,13 @@
|
|
|
1994
2090
|
@sapLegendBackgroundColor20: #f0f7fa;
|
|
1995
2091
|
|
|
1996
2092
|
// [Tags "!Protected"]
|
|
1997
|
-
@sapChart_OrderedColor_1: #
|
|
2093
|
+
@sapChart_OrderedColor_1: #438cd5;
|
|
1998
2094
|
|
|
1999
2095
|
// [Tags "!Protected"]
|
|
2000
|
-
@sapChart_OrderedColor_2: #
|
|
2096
|
+
@sapChart_OrderedColor_2: #e66729;
|
|
2001
2097
|
|
|
2002
2098
|
// [Tags "!Protected"]
|
|
2003
|
-
@sapChart_OrderedColor_3: #
|
|
2099
|
+
@sapChart_OrderedColor_3: #16976c;
|
|
2004
2100
|
|
|
2005
2101
|
// [Tags "!Protected"]
|
|
2006
2102
|
@sapChart_OrderedColor_4: #ed4a7b;
|
|
@@ -2009,7 +2105,7 @@
|
|
|
2009
2105
|
@sapChart_OrderedColor_5: #945ecf;
|
|
2010
2106
|
|
|
2011
2107
|
// [Tags "!Protected"]
|
|
2012
|
-
@sapChart_OrderedColor_6: #
|
|
2108
|
+
@sapChart_OrderedColor_6: #1193a2;
|
|
2013
2109
|
|
|
2014
2110
|
// [Tags "!Protected"]
|
|
2015
2111
|
@sapChart_OrderedColor_7: #525df4;
|
|
@@ -2021,7 +2117,7 @@
|
|
|
2021
2117
|
@sapChart_OrderedColor_9: #6c8893;
|
|
2022
2118
|
|
|
2023
2119
|
// [Tags "!Protected"]
|
|
2024
|
-
@sapChart_OrderedColor_10: #
|
|
2120
|
+
@sapChart_OrderedColor_10: #ed5f5f;
|
|
2025
2121
|
|
|
2026
2122
|
// [Tags "!Protected"]
|
|
2027
2123
|
@sapChart_OrderedColor_11: #2f6497;
|
|
@@ -2030,10 +2126,10 @@
|
|
|
2030
2126
|
@sapChart_Bad: #dc0d0e;
|
|
2031
2127
|
|
|
2032
2128
|
// [Tags "!Protected"]
|
|
2033
|
-
@sapChart_Critical: #
|
|
2129
|
+
@sapChart_Critical: #cb7d0c;
|
|
2034
2130
|
|
|
2035
2131
|
// [Tags "!Protected"]
|
|
2036
|
-
@sapChart_Good: #
|
|
2132
|
+
@sapChart_Good: #3c9d57;
|
|
2037
2133
|
|
|
2038
2134
|
// [Tags "!Protected"]
|
|
2039
2135
|
@sapChart_Neutral: #848f94;
|
|
@@ -2084,34 +2180,44 @@
|
|
|
2084
2180
|
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
|
|
2085
2181
|
// @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
|
|
2086
2182
|
// @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
2183
|
// @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
|
|
2096
2184
|
// @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
|
|
2185
|
+
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
2186
|
+
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
2097
2187
|
// @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
|
|
2098
2188
|
// @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
|
|
2189
|
+
// @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
|
|
2190
|
+
// @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
|
|
2099
2191
|
// @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
|
|
2100
2192
|
// @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
|
|
2193
|
+
// @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
|
|
2194
|
+
// @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
|
|
2101
2195
|
// @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
|
|
2102
2196
|
// @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
|
|
2197
|
+
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
2198
|
+
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
2103
2199
|
// @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
|
|
2104
2200
|
// @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
|
|
2105
2201
|
// @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
|
|
2106
2202
|
// @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
|
|
2203
|
+
// @sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
|
|
2204
|
+
// @sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
|
|
2107
2205
|
// @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
|
|
2108
2206
|
// @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
|
|
2207
|
+
// @sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
|
|
2208
|
+
// @sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
|
|
2109
2209
|
// @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
|
|
2110
2210
|
// @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
|
|
2211
|
+
// @sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
|
|
2212
|
+
// @sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
|
|
2111
2213
|
// @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
|
|
2112
2214
|
// @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
|
|
2215
|
+
// @sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
|
|
2216
|
+
// @sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
|
|
2113
2217
|
// @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
|
|
2114
2218
|
// @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
|
|
2219
|
+
// @sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
|
|
2220
|
+
// @sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
|
|
2115
2221
|
// @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
|
|
2116
2222
|
// @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
|
|
2117
2223
|
// @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
|
|
@@ -227,6 +227,70 @@
|
|
|
227
227
|
@sapUiShellPositiveColor: @sapShell_PositiveColor;
|
|
228
228
|
@sapUiShellInformativeColor: @sapShell_InformativeColor;
|
|
229
229
|
@sapUiShellNeutralColor: @sapShell_NeutralColor;
|
|
230
|
+
@sapUiShellCategory1Background: @sapShell_Category_1_Background;
|
|
231
|
+
@sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
|
|
232
|
+
@sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
|
|
233
|
+
@sapUiShellCategory1TextShadow: @sapShell_Category_1_TextShadow;
|
|
234
|
+
@sapUiShellCategory2Background: @sapShell_Category_2_Background;
|
|
235
|
+
@sapUiShellCategory2BorderColor: @sapShell_Category_2_BorderColor;
|
|
236
|
+
@sapUiShellCategory2TextColor: @sapShell_Category_2_TextColor;
|
|
237
|
+
@sapUiShellCategory2TextShadow: @sapShell_Category_2_TextShadow;
|
|
238
|
+
@sapUiShellCategory31Background: @sapShell_Category_3_Background;
|
|
239
|
+
@sapUiShellCategory3BorderColor: @sapShell_Category_3_BorderColor;
|
|
240
|
+
@sapUiShellCategory3TextColor: @sapShell_Category_3_TextColor;
|
|
241
|
+
@sapUiShellCategory3TextShadow: @sapShell_Category_3_TextShadow;
|
|
242
|
+
@sapUiShellCategory4Background: @sapShell_Category_4_Background;
|
|
243
|
+
@sapUiShellCategory4BorderColor: @sapShell_Category_4_BorderColor;
|
|
244
|
+
@sapUiShellCategory4TextColor: @sapShell_Category_4_TextColor;
|
|
245
|
+
@sapUiShellCategory4TextShadow: @sapShell_Category_4_TextShadow;
|
|
246
|
+
@sapUiShellCategory5Background: @sapShell_Category_5_Background;
|
|
247
|
+
@sapUiShellCategory5BorderColor: @sapShell_Category_5_BorderColor;
|
|
248
|
+
@sapUiShellCategory5TextColor: @sapShell_Category_5_TextColor;
|
|
249
|
+
@sapUiShellCategory5TextShadow: @sapShell_Category_5_TextShadow;
|
|
250
|
+
@sapUiShellCategory6Background: @sapShell_Category_6_Background;
|
|
251
|
+
@sapUiShellCategory6BorderColor: @sapShell_Category_6_BorderColor;
|
|
252
|
+
@sapUiShellCategory6TextColor: @sapShell_Category_6_TextColor;
|
|
253
|
+
@sapUiShellCategory6TextShadow: @sapShell_Category_6_TextShadow;
|
|
254
|
+
@sapUiShellCategory7Background: @sapShell_Category_7_Background;
|
|
255
|
+
@sapUiShellCategory7BorderColor: @sapShell_Category_7_BorderColor;
|
|
256
|
+
@sapUiShellCategory7TextColor: @sapShell_Category_7_TextColor;
|
|
257
|
+
@sapUiShellCategory7TextShadow: @sapShell_Category_7_TextShadow;
|
|
258
|
+
@sapUiShellCategory8Background: @sapShell_Category_8_Background;
|
|
259
|
+
@sapUiShellCategory8BorderColor: @sapShell_Category_8_BorderColor;
|
|
260
|
+
@sapUiShellCategory8TextColor: @sapShell_Category_8_TextColor;
|
|
261
|
+
@sapUiShellCategory8TextShadow: @sapShell_Category_8_TextShadow;
|
|
262
|
+
@sapUiShellCategory9Background: @sapShell_Category_9_Background;
|
|
263
|
+
@sapUiShellCategory9BorderColor: @sapShell_Category_9_BorderColor;
|
|
264
|
+
@sapUiShellCategory9TextColor: @sapShell_Category_9_TextColor;
|
|
265
|
+
@sapUiShellCategory9TextShadow: @sapShell_Category_9_TextShadow;
|
|
266
|
+
@sapUiShellCategory10Background: @sapShell_Category_10_Background;
|
|
267
|
+
@sapUiShellCategory10BorderColor: @sapShell_Category_10_BorderColor;
|
|
268
|
+
@sapUiShellCategory10TextColor: @sapShell_Category_10_TextColor;
|
|
269
|
+
@sapUiShellCategory10TextShadow: @sapShell_Category_10_TextShadow;
|
|
270
|
+
@sapUiShellCategory11Background: @sapShell_Category_11_Background;
|
|
271
|
+
@sapUiShellCategory11BorderColor: @sapShell_Category_11_BorderColor;
|
|
272
|
+
@sapUiShellCategory11TextColor: @sapShell_Category_11_TextColor;
|
|
273
|
+
@sapUiShellCategory11TextShadow: @sapShell_Category_11_TextShadow;
|
|
274
|
+
@sapUiShellCategory12Background: @sapShell_Category_12_Background;
|
|
275
|
+
@sapUiShellCategory12BorderColor: @sapShell_Category_12_BorderColor;
|
|
276
|
+
@sapUiShellCategory12TextColor: @sapShell_Category_12_TextColor;
|
|
277
|
+
@sapUiShellCategory12TextShadow: @sapShell_Category_12_TextShadow;
|
|
278
|
+
@sapUiShellCategory13Background: @sapShell_Category_13_Background;
|
|
279
|
+
@sapUiShellCategory13BorderColor: @sapShell_Category_13_BorderColor;
|
|
280
|
+
@sapUiShellCategory13TextColor: @sapShell_Category_13_TextColor;
|
|
281
|
+
@sapUiShellCategory13TextShadow: @sapShell_Category_13_TextShadow;
|
|
282
|
+
@sapUiShellCategory14Background: @sapShell_Category_14_Background;
|
|
283
|
+
@sapUiShellCategory14BorderColor: @sapShell_Category_14_BorderColor;
|
|
284
|
+
@sapUiShellCategory14TextColor: @sapShell_Category_14_TextColor;
|
|
285
|
+
@sapUiShellCategory14TextShadow: @sapShell_Category_14_TextShadow;
|
|
286
|
+
@sapUiShellCategory15Background: @sapShell_Category_15_Background;
|
|
287
|
+
@sapUiShellCategory15BorderColor: @sapShell_Category_15_BorderColor;
|
|
288
|
+
@sapUiShellCategory15TextColor: @sapShell_Category_15_TextColor;
|
|
289
|
+
@sapUiShellCategory15TextShadow: @sapShell_Category_15_TextShadow;
|
|
290
|
+
@sapUiShellCategory16Background: @sapShell_Category_16_Background;
|
|
291
|
+
@sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
|
|
292
|
+
@sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
|
|
293
|
+
@sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
|
|
230
294
|
|
|
231
295
|
@sapUiAvatar1Background: @sapAvatar_1_Background;
|
|
232
296
|
@sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
|
|
@@ -302,50 +302,42 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
/**
|
|
305
|
-
*
|
|
306
|
-
*
|
|
307
|
-
* * Acute
|
|
308
|
-
* * Circumflex
|
|
309
|
-
* * Tilde
|
|
305
|
+
* Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
|
|
306
|
+
* browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
|
|
310
307
|
*
|
|
311
|
-
*
|
|
312
|
-
*
|
|
313
|
-
*
|
|
314
|
-
*
|
|
315
|
-
* * Hook above
|
|
316
|
-
*
|
|
317
|
-
* Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
|
|
318
|
-
*
|
|
319
|
-
* U+0102-0103: A and a with Breve
|
|
320
|
-
* U+01A0-01A1: O and o with Horn
|
|
321
|
-
* U+01AF-01B0: U and u with Horn
|
|
322
|
-
* U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
|
|
323
|
-
* U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
|
|
324
|
-
* U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
|
|
325
|
-
* U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
|
|
326
|
-
* U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
|
|
327
|
-
* U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
|
|
328
|
-
*
|
|
329
|
-
*
|
|
330
|
-
* Moreover, the Caron has a special vertical form used on tall characters:
|
|
331
|
-
*
|
|
332
|
-
* U+010C: C with Caron
|
|
333
|
-
* U+010F: d with Caron
|
|
334
|
-
* U+013D: L with Caron
|
|
335
|
-
* U+013E: l with Caron
|
|
336
|
-
* U+0158: R with Caron
|
|
337
|
-
* U+0165: t with Caron
|
|
338
|
-
*
|
|
339
|
-
* Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
|
|
340
|
-
* the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
|
|
341
|
-
* are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
308
|
+
* Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
|
|
309
|
+
* aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
|
|
310
|
+
* Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
|
|
311
|
+
* '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
342
312
|
*
|
|
313
|
+
* U+0106: Ć
|
|
314
|
+
* U+0108: Ĉ
|
|
315
|
+
* U+010C: Č
|
|
316
|
+
* U+010F: ď
|
|
317
|
+
* U+013D-013E: Ľ, ľ
|
|
318
|
+
* U+0143: Ń
|
|
319
|
+
* U+0147-0148: Ň, ň
|
|
320
|
+
* U+0154: Ŕ
|
|
321
|
+
* U+0158: Ř
|
|
322
|
+
* U+015A: Ś
|
|
323
|
+
* U+015C-015D: Ŝ, ŝ
|
|
324
|
+
* U+0164-0165: Ť, ť
|
|
325
|
+
* U+0168-0169: Ũ, ũ
|
|
326
|
+
* U+016E-016F: Ů, ů
|
|
327
|
+
* U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
|
|
328
|
+
* U+0179: Ź
|
|
329
|
+
* U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
|
|
330
|
+
* U+1EAA-1EAB: Ẫ, ẫ
|
|
331
|
+
* U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
|
|
332
|
+
* U+1EC4-1EC5: Ễ, ễ
|
|
333
|
+
* U+1ED0-1ED3: Ố, ố, Ồ, ồ
|
|
334
|
+
* U+1ED6-1ED7: Ỗ, ỗ
|
|
343
335
|
*/
|
|
344
336
|
@font-face {
|
|
345
337
|
font-family: '72';
|
|
346
338
|
font-style: normal;
|
|
347
339
|
font-weight: 400;
|
|
348
|
-
unicode-range: U+
|
|
340
|
+
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
349
341
|
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
350
342
|
}
|
|
351
343
|
|
|
@@ -353,7 +345,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
353
345
|
font-family: '72';
|
|
354
346
|
font-style: normal;
|
|
355
347
|
font-weight: 700;
|
|
356
|
-
unicode-range: U+
|
|
348
|
+
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
357
349
|
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
358
350
|
}
|
|
359
351
|
|
|
@@ -361,32 +353,32 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
361
353
|
font-family: '72';
|
|
362
354
|
font-style: normal;
|
|
363
355
|
font-weight: 300;
|
|
364
|
-
unicode-range: U+
|
|
356
|
+
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
365
357
|
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
366
358
|
}
|
|
367
359
|
|
|
368
360
|
@font-face {
|
|
369
361
|
font-family: '72-Bold';
|
|
370
362
|
font-style: normal;
|
|
371
|
-
unicode-range: U+
|
|
363
|
+
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
372
364
|
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
373
365
|
}
|
|
374
366
|
|
|
375
367
|
@font-face {
|
|
376
368
|
font-family: '72-Light';
|
|
377
369
|
font-style: normal;
|
|
378
|
-
unicode-range: U+
|
|
370
|
+
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
379
371
|
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
380
372
|
}
|
|
381
373
|
|
|
382
374
|
@font-face {
|
|
383
375
|
font-family: '72Mono';
|
|
384
|
-
unicode-range: U+
|
|
376
|
+
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
385
377
|
src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
|
|
386
378
|
}
|
|
387
379
|
|
|
388
380
|
@font-face {
|
|
389
381
|
font-family: '72Mono-Bold';
|
|
390
|
-
unicode-range: U+
|
|
382
|
+
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
391
383
|
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
392
384
|
}
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap_belize_hcb</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>OpenUI5
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.110.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* ================================ */
|
|
2
|
+
/* CSS for control sap.ui/core/Icon */
|
|
3
|
+
/* Belize High Contrast Black theme */
|
|
4
|
+
/* ================================ */
|
|
5
|
+
|
|
6
|
+
.sapUiIconBGColorContrast {
|
|
7
|
+
color: @sapUiGroupContentBackground;
|
|
8
|
+
background-color: @sapUiContentContrastIconColor;
|
|
9
|
+
}
|