@openui5/themelib_sap_horizon 1.108.1 → 1.109.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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +2 -2
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
- package/src/sap/m/themes/sap_horizon/AdditionalTextButton.less +12 -0
- package/src/sap/m/themes/sap_horizon/LightBox.less +0 -1
- package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
- package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +3 -0
- package/src/sap/m/themes/sap_horizon/Select.less +6 -5
- package/src/sap/m/themes/sap_horizon/Slider.less +14 -13
- package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/AdditionalTextButton.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +3 -0
- package/src/sap/m/themes/sap_horizon_dark/Select.less +6 -5
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +13 -12
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +3 -9
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +3 -9
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +18 -17
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +123 -17
- package/src/sap/ui/core/themes/sap_horizon/global.less +64 -0
- package/src/sap/ui/core/themes/sap_horizon/shared.less +22 -36
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +124 -18
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +64 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +23 -36
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +9 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +120 -14
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +64 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +22 -36
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +9 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +120 -14
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +64 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +21 -36
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +19 -0
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +24 -0
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +19 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +24 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +11 -3
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +4 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +12 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +12 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +13 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +13 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +0 -4
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +0 -4
- package/src/sap/f/themes/sap_horizon/ListContentItem.less +0 -24
- package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +0 -24
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
53
53
|
border-radius: 0.75rem;
|
|
54
54
|
pointer-events: none;
|
|
55
|
-
top: -
|
|
56
|
-
bottom: -
|
|
57
|
-
left: -
|
|
58
|
-
right: -
|
|
55
|
+
top: -0.3125rem;
|
|
56
|
+
bottom: -0.3125rem;
|
|
57
|
+
left: -0.3125rem;
|
|
58
|
+
right: -0.3125rem;
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
|
|
@@ -63,17 +63,18 @@
|
|
|
63
63
|
font-family: SAP-icons;
|
|
64
64
|
content: "\e29c";
|
|
65
65
|
position: absolute;
|
|
66
|
-
top:
|
|
66
|
+
top: 0.25rem;
|
|
67
67
|
right: 0.5rem;
|
|
68
68
|
overflow: hidden;
|
|
69
69
|
vertical-align: middle;
|
|
70
|
-
font-size:
|
|
70
|
+
font-size: 0.875rem;
|
|
71
|
+
line-height: 0.875rem;
|
|
71
72
|
color: @sapContent_Selected_ForegroundColor;
|
|
72
73
|
}
|
|
73
74
|
|
|
74
75
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
|
|
75
76
|
&:after {
|
|
76
|
-
top:
|
|
77
|
+
top: 0.1875rem;
|
|
77
78
|
right: 0.4375rem;
|
|
78
79
|
}
|
|
79
80
|
}
|
|
@@ -114,7 +115,7 @@
|
|
|
114
115
|
.sapMSliderTickmarks {
|
|
115
116
|
display: flex;
|
|
116
117
|
align-items: center;
|
|
117
|
-
|
|
118
|
+
top: -0.8125rem;
|
|
118
119
|
}
|
|
119
120
|
|
|
120
121
|
.sapMSliderTick {
|
|
@@ -146,8 +147,8 @@
|
|
|
146
147
|
border-radius: 50%;
|
|
147
148
|
width: 0.5rem;
|
|
148
149
|
height: 0.5rem;
|
|
149
|
-
left: -
|
|
150
|
-
top: -
|
|
150
|
+
left: -0.875rem;
|
|
151
|
+
top: -0.1875rem;
|
|
151
152
|
}
|
|
152
153
|
|
|
153
154
|
.sapMSlider::after {
|
|
@@ -159,8 +160,8 @@
|
|
|
159
160
|
border-radius: 50%;
|
|
160
161
|
width: 0.5rem;
|
|
161
162
|
height: 0.5rem;
|
|
162
|
-
right:
|
|
163
|
-
top:
|
|
163
|
+
right: 0.125rem;
|
|
164
|
+
top: 1.25rem;
|
|
164
165
|
}
|
|
165
166
|
|
|
166
167
|
.sapMSliderInner {
|
|
@@ -184,12 +185,12 @@
|
|
|
184
185
|
}
|
|
185
186
|
|
|
186
187
|
.sapMSlider::after {
|
|
187
|
-
top:
|
|
188
|
-
right:
|
|
188
|
+
top: 0.875rem;
|
|
189
|
+
right: 0.375rem;
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
.sapMSliderInner::before {
|
|
192
|
-
left: -
|
|
193
|
+
left: -0.75rem;
|
|
193
194
|
}
|
|
194
195
|
|
|
195
196
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
@@ -208,13 +209,13 @@
|
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
211
|
-
top:
|
|
212
|
+
top: 0.125rem;
|
|
212
213
|
right: 0.25rem;
|
|
213
214
|
}
|
|
214
215
|
|
|
215
216
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
|
|
216
217
|
&:after {
|
|
217
|
-
top:
|
|
218
|
+
top: 0.0625rem;
|
|
218
219
|
right: 0.1875rem;
|
|
219
220
|
}
|
|
220
221
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.109.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"2022-
|
|
3
|
+
// * Theming Engine VERSION_UNKNOWN
|
|
4
|
+
// * data:{"sModified":"2022-10-11T12:15:50Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.44) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -269,13 +269,13 @@
|
|
|
269
269
|
@sapContent_Shadow0: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 16), 0 0.125rem 0.25rem 0 fade(@sapContent_ShadowColor, 16);
|
|
270
270
|
|
|
271
271
|
// [Tags "!Protected"]
|
|
272
|
-
@sapContent_Shadow1: 0 0 0 0.0625rem fade(@sapContent_ShadowColor,
|
|
272
|
+
@sapContent_Shadow1: 0 0 0 0.0625rem fade(@sapContent_ShadowColor, 72), 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 30);
|
|
273
273
|
|
|
274
274
|
// [Tags "!Protected"]
|
|
275
|
-
@sapContent_Shadow2: 0 0 0 0.0625rem fade(@sapContent_ShadowColor,
|
|
275
|
+
@sapContent_Shadow2: 0 0 0 0.0625rem fade(@sapContent_ShadowColor, 72), 0 0.625rem 1.875rem 0 fade(@sapContent_ShadowColor, 30);
|
|
276
276
|
|
|
277
277
|
// [Tags "!Protected"]
|
|
278
|
-
@sapContent_Shadow3: 0 0 0 0.0625rem fade(@sapContent_ShadowColor,
|
|
278
|
+
@sapContent_Shadow3: 0 0 0 0.0625rem fade(@sapContent_ShadowColor, 72), 0 1.25rem 5rem 0 fade(@sapContent_ShadowColor, 30);
|
|
279
279
|
|
|
280
280
|
// [Tags "!Protected"]
|
|
281
281
|
@sapContent_TextShadow: 0 0 0.125rem @sapContent_ContrastShadowColor;
|
|
@@ -580,6 +580,102 @@
|
|
|
580
580
|
// [Tags "!Protected"]
|
|
581
581
|
@sapShell_NeutralColor: @sapNeutralTextColor;
|
|
582
582
|
|
|
583
|
+
// [Tags "!Protected"]
|
|
584
|
+
@sapShell_Category_1_Background: #0057d2;
|
|
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: #df1278;
|
|
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: #e76500;
|
|
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: #7800a4;
|
|
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: #aa2608;
|
|
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: #07838f;
|
|
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: #f31ded;
|
|
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: #188918;
|
|
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: #002a86;
|
|
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: #5b738b;
|
|
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: #d20a0a;
|
|
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: #7858ff;
|
|
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: #a00875;
|
|
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: #14565b;
|
|
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: #223548;
|
|
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: #1e592f;
|
|
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: @sapAccentBackgroundColor1;
|
|
585
681
|
|
|
@@ -2079,39 +2175,49 @@
|
|
|
2079
2175
|
// @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
|
|
2080
2176
|
// @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
|
|
2081
2177
|
// @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
|
|
2082
|
-
// @sapFontUrl_SAP-icons-Business-Suite_ttf: url(
|
|
2083
|
-
// @sapFontUrl_SAP-icons-Business-Suite_woff: url(
|
|
2084
|
-
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(
|
|
2178
|
+
// @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./fonts/BusinessSuiteInAppSymbols.ttf);
|
|
2179
|
+
// @sapFontUrl_SAP-icons-Business-Suite_woff: url(./fonts/BusinessSuiteInAppSymbols.woff);
|
|
2180
|
+
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./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;
|
|
@@ -322,32 +322,18 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
/**
|
|
325
|
-
*
|
|
326
|
-
*
|
|
327
|
-
* * Acute
|
|
328
|
-
* * Circumflex
|
|
329
|
-
* * Tilde
|
|
325
|
+
* Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
|
|
326
|
+
* browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
|
|
330
327
|
*
|
|
331
|
-
*
|
|
332
|
-
*
|
|
333
|
-
*
|
|
334
|
-
*
|
|
335
|
-
*
|
|
328
|
+
* U+1EA4-1EA7: A and a with circumflex synthesized with acute or grave
|
|
329
|
+
* U+1EAA-1EAB: A and a with circumflex synthesized with tilde
|
|
330
|
+
* U+1EBC-1EBD: E and e synthesized with tilde
|
|
331
|
+
* U+1EBE-1EC1: E and e with circumflex synthesized with acute or gave
|
|
332
|
+
* U+1EC4-1EC5: E and e with circumflex synthesized with tilde
|
|
333
|
+
* U+1ED0-1ED3: O and o with circumflex synthesized with acute or gave
|
|
334
|
+
* U+1ED6-1ED7: O and o with circumflex synthesized with tilde
|
|
336
335
|
*
|
|
337
|
-
*
|
|
338
|
-
*
|
|
339
|
-
* U+0102-0103: A and a with Breve
|
|
340
|
-
* U+01A0-01A1: O and o with Horn
|
|
341
|
-
* U+01AF-01B0: U and u with Horn
|
|
342
|
-
* U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
|
|
343
|
-
* U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
|
|
344
|
-
* U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
|
|
345
|
-
* U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
|
|
346
|
-
* U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
|
|
347
|
-
* U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
|
|
348
|
-
*
|
|
349
|
-
*
|
|
350
|
-
* Moreover, the Caron has a special vertical form used on tall characters:
|
|
336
|
+
* Moreover, the diacritic Caron has a special vertical form used on tall characters:
|
|
351
337
|
*
|
|
352
338
|
* U+010C: C with Caron
|
|
353
339
|
* U+010F: d with Caron
|
|
@@ -356,16 +342,16 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
356
342
|
* U+0158: R with Caron
|
|
357
343
|
* U+0165: t with Caron
|
|
358
344
|
*
|
|
359
|
-
* Those characters aren't covered by the font '72' but
|
|
360
|
-
*
|
|
361
|
-
*
|
|
345
|
+
* Those characters aren't covered by the font '72' but browsers synthesize the letter without diacritic with the
|
|
346
|
+
* standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters are
|
|
347
|
+
* covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
362
348
|
*
|
|
363
349
|
*/
|
|
364
350
|
@font-face {
|
|
365
351
|
font-family: '72';
|
|
366
352
|
font-style: normal;
|
|
367
353
|
font-weight: 400;
|
|
368
|
-
unicode-range: U+
|
|
354
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
369
355
|
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
370
356
|
}
|
|
371
357
|
|
|
@@ -373,7 +359,7 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
373
359
|
font-family: '72';
|
|
374
360
|
font-style: normal;
|
|
375
361
|
font-weight: 700;
|
|
376
|
-
unicode-range: U+
|
|
362
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
377
363
|
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
378
364
|
}
|
|
379
365
|
|
|
@@ -381,45 +367,45 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
|
|
|
381
367
|
font-family: '72';
|
|
382
368
|
font-style: normal;
|
|
383
369
|
font-weight: 300;
|
|
384
|
-
unicode-range: U+
|
|
370
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
385
371
|
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
386
372
|
}
|
|
387
373
|
|
|
388
374
|
@font-face {
|
|
389
375
|
font-family: '72-Bold';
|
|
390
376
|
font-style: normal;
|
|
391
|
-
unicode-range: U+
|
|
377
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
392
378
|
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
393
379
|
}
|
|
394
380
|
|
|
395
381
|
@font-face {
|
|
396
382
|
font-family: '72-Light';
|
|
397
383
|
font-style: normal;
|
|
398
|
-
unicode-range: U+
|
|
384
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
399
385
|
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
400
386
|
}
|
|
401
387
|
|
|
402
388
|
@font-face {
|
|
403
389
|
font-family: '72Mono';
|
|
404
|
-
unicode-range: U+
|
|
390
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
405
391
|
src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
|
|
406
392
|
}
|
|
407
393
|
|
|
408
394
|
@font-face {
|
|
409
395
|
font-family: '72Mono-Bold';
|
|
410
|
-
unicode-range: U+
|
|
396
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
411
397
|
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
412
398
|
}
|
|
413
399
|
|
|
414
400
|
@font-face {
|
|
415
401
|
font-family: '72Black';
|
|
416
|
-
unicode-range: U+
|
|
402
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
417
403
|
src: url('fonts/72-Black-full.woff2') format('woff2');
|
|
418
404
|
}
|
|
419
405
|
|
|
420
406
|
@font-face {
|
|
421
407
|
font-family: '72-SemiboldDuplex';
|
|
422
|
-
unicode-range: U+
|
|
408
|
+
unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
423
409
|
src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
|
|
424
410
|
}
|
|
425
411
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.109.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|