@openui5/themelib_sap_horizon 1.131.1 → 1.132.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 +5 -12
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
- package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
- package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
- package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon/Page.less +39 -13
- package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
- package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
- package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
- package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
- package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
- package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
- package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
- package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
- package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
- package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
- package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
- package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
- package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
- package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
package/THIRDPARTY.txt
CHANGED
|
@@ -468,7 +468,7 @@ License: Apache-2.0
|
|
|
468
468
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
469
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
470
470
|
|
|
471
|
-
Component: SAP Theming Base Content, version: 11.
|
|
471
|
+
Component: SAP Theming Base Content, version: 11.24.0
|
|
472
472
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
473
473
|
License: Apache-2.0
|
|
474
474
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.132.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.132.0",
|
|
18
|
+
"@openui5/sap.m": "1.132.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.132.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.132.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.132.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.132.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.132.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.132.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.132.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.132.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.132.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.132.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.132.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.132.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.132.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.132.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.132.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -3,13 +3,12 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ============================= */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
6
|
+
@_sap_f_Card_FocusBorderBottomOffset: 0px;
|
|
7
|
+
@_sap_f_Card_FocusBorderTopOffset: 0px;
|
|
8
|
+
@_sap_f_Card_FocusBorderLeftOffset: 0px;
|
|
9
|
+
@_sap_f_Card_FocusBorderRightOffset: 0px;
|
|
10
|
+
@_sap_f_Card_FocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
|
-
@_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
|
|
13
12
|
@_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
|
|
14
13
|
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
15
14
|
|
|
@@ -34,12 +33,6 @@
|
|
|
34
33
|
}
|
|
35
34
|
}
|
|
36
35
|
|
|
37
|
-
.sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
|
|
38
|
-
&:active {
|
|
39
|
-
box-shadow: @_sap_f_Card_BoxShadow;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
36
|
.sapFCard .sapFCardHeader .sapFCardStatus {
|
|
44
37
|
font-size: @sapMFontSmallSize;
|
|
45
38
|
margin-top: 0.125rem;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.f.cards/BaseHeader */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_f_CardHeaders_TitleFontSize: @sapMFontHeader6Size;
|
|
7
|
+
@_sap_f_CardHeaders_BorderRadius: 1rem;
|
|
8
|
+
@_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
|
|
9
|
+
@_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
|
|
10
|
+
@_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
|
|
11
|
+
@_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
|
|
12
|
+
@_sap_f_CardHeaders_HeaderFocusBorderRadius: inherit;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
@import "AvatarGroup.less";
|
|
12
12
|
@import "Card.less";
|
|
13
|
+
@import "CardHeaders.less";
|
|
13
14
|
@import "DynamicPage.less";
|
|
14
15
|
@import "DynamicPageHeader.less";
|
|
15
16
|
@import "DynamicPageTitle.less";
|
|
@@ -3,13 +3,12 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =========================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
6
|
+
@_sap_f_Card_FocusBorderBottomOffset: 0px;
|
|
7
|
+
@_sap_f_Card_FocusBorderTopOffset: 0px;
|
|
8
|
+
@_sap_f_Card_FocusBorderLeftOffset: 0px;
|
|
9
|
+
@_sap_f_Card_FocusBorderRightOffset: 0px;
|
|
10
|
+
@_sap_f_Card_FocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
|
-
@_sap_f_Card_TitleFontSize: @sapMFontHeader6Size;
|
|
13
12
|
@_sap_f_Card_HoverBoxShadow: @sapUiContentShadow2;
|
|
14
13
|
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
15
14
|
|
|
@@ -30,16 +29,6 @@
|
|
|
30
29
|
}
|
|
31
30
|
}
|
|
32
31
|
|
|
33
|
-
.sapFCard.sapFCardSectionInteractive:not(.sapFCardPreview):not(.sapFCardTransparent) {
|
|
34
|
-
&:hover {
|
|
35
|
-
box-shadow: @_sap_f_Card_HoverBoxShadow;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&:active {
|
|
39
|
-
box-shadow: @_sap_f_Card_BoxShadow;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
32
|
.sapFCard .sapFCardHeader .sapFCardStatus {
|
|
44
33
|
font-size: @sapMFontSmallSize;
|
|
45
34
|
margin-top: 0.125rem;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.f.cards/BaseHeader */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
6
|
+
@_sap_f_CardHeaders_TitleFontSize: @sapMFontHeader6Size;
|
|
7
|
+
@_sap_f_CardHeaders_BorderRadius: 1rem;
|
|
8
|
+
@_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
|
|
9
|
+
@_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
|
|
10
|
+
@_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
|
|
11
|
+
@_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
|
|
12
|
+
@_sap_f_CardHeaders_HeaderFocusBorderRadius: inherit;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
@import "AvatarGroup.less";
|
|
12
12
|
@import "Card.less";
|
|
13
|
+
@import "CardHeaders.less";
|
|
13
14
|
@import "DynamicPage.less";
|
|
14
15
|
@import "DynamicPageHeader.less";
|
|
15
16
|
@import "DynamicPageTitle.less";
|
|
@@ -4,35 +4,11 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
|
-
@
|
|
7
|
+
@_sap_f_Card_FocusBorderBottomOffset: 2px;
|
|
8
8
|
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapUiContentForegroundBorderColor;
|
|
10
10
|
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
11
11
|
|
|
12
|
-
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
|
-
&:hover {
|
|
14
|
-
.sapFCardNumericIndicatorsMain {
|
|
15
|
-
.sapMNCValue,
|
|
16
|
-
.sapMNCIndicator,
|
|
17
|
-
.sapMNCScale,
|
|
18
|
-
.sapMNCIndIcon {
|
|
19
|
-
color: @sapUiContentContrastTextColor;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&:active {
|
|
25
|
-
.sapFCardNumericIndicatorsMain {
|
|
26
|
-
.sapMNCValue,
|
|
27
|
-
.sapMNCIndicator,
|
|
28
|
-
.sapMNCScale,
|
|
29
|
-
.sapMNCIndIcon {
|
|
30
|
-
color: @sapUiContentContrastTextColor;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
12
|
.sapFCard {
|
|
37
13
|
|
|
38
14
|
.sapFCardHeader {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.f.cards/BaseHeader */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
6
|
+
.sapFCardHeader.sapFCardSectionClickable {
|
|
7
|
+
&:hover {
|
|
8
|
+
.sapFCardNumericIndicatorsMain {
|
|
9
|
+
.sapMNCValue,
|
|
10
|
+
.sapMNCIndicator,
|
|
11
|
+
.sapMNCScale,
|
|
12
|
+
.sapMNCIndIcon {
|
|
13
|
+
color: @sapUiContentContrastTextColor;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&:active {
|
|
19
|
+
.sapFCardNumericIndicatorsMain {
|
|
20
|
+
.sapMNCValue,
|
|
21
|
+
.sapMNCIndicator,
|
|
22
|
+
.sapMNCScale,
|
|
23
|
+
.sapMNCIndIcon {
|
|
24
|
+
color: @sapUiContentContrastTextColor;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@import "DynamicPageTitle.less";
|
|
14
14
|
@import "FlexibleColumnLayout.less";
|
|
15
15
|
@import "Card.less";
|
|
16
|
+
@import "CardHeaders.less";
|
|
16
17
|
@import "ShellBar.less";
|
|
17
18
|
@import "CardLoading.less";
|
|
18
19
|
@import "GridContainer.less";
|
|
@@ -4,35 +4,11 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
|
-
@
|
|
7
|
+
@_sap_f_Card_FocusBorderBottomOffset: 2px;
|
|
8
8
|
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
9
9
|
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapUiContentForegroundBorderColor;
|
|
10
10
|
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
11
11
|
|
|
12
|
-
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
|
-
&:hover {
|
|
14
|
-
.sapFCardNumericIndicatorsMain {
|
|
15
|
-
.sapMNCValue,
|
|
16
|
-
.sapMNCIndicator,
|
|
17
|
-
.sapMNCScale,
|
|
18
|
-
.sapMNCIndIcon {
|
|
19
|
-
color: @sapUiContentContrastTextColor;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&:active {
|
|
25
|
-
.sapFCardNumericIndicatorsMain {
|
|
26
|
-
.sapMNCValue,
|
|
27
|
-
.sapMNCIndicator,
|
|
28
|
-
.sapMNCScale,
|
|
29
|
-
.sapMNCIndIcon {
|
|
30
|
-
color: @sapUiContentContrastTextColor;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
12
|
.sapFCard {
|
|
37
13
|
|
|
38
14
|
.sapFCardHeader {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.f.cards/BaseHeader */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
6
|
+
.sapFCardHeader.sapFCardSectionClickable {
|
|
7
|
+
&:hover {
|
|
8
|
+
.sapFCardNumericIndicatorsMain {
|
|
9
|
+
.sapMNCValue,
|
|
10
|
+
.sapMNCIndicator,
|
|
11
|
+
.sapMNCScale,
|
|
12
|
+
.sapMNCIndIcon {
|
|
13
|
+
color: @sapUiContentContrastTextColor;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&:active {
|
|
19
|
+
.sapFCardNumericIndicatorsMain {
|
|
20
|
+
.sapMNCValue,
|
|
21
|
+
.sapMNCIndicator,
|
|
22
|
+
.sapMNCScale,
|
|
23
|
+
.sapMNCIndIcon {
|
|
24
|
+
color: @sapUiContentContrastTextColor;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@import "DynamicPageTitle.less";
|
|
14
14
|
@import "FlexibleColumnLayout.less";
|
|
15
15
|
@import "Card.less";
|
|
16
|
+
@import "CardHeaders.less";
|
|
16
17
|
@import "ShellBar.less";
|
|
17
18
|
@import "CardLoading.less";
|
|
18
19
|
@import "GridList.less";
|
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
/* MessagePage inner controls styles*/
|
|
6
|
+
/* MessagePage inner controls styles */
|
|
7
7
|
.sapMMessagePage {
|
|
8
|
+
|
|
8
9
|
.sapMMessagePageInner {
|
|
10
|
+
|
|
9
11
|
.sapMMessagePageIcon.sapUiIcon::before {
|
|
10
12
|
color: fade(@sapUiContentNonInteractiveIconColor,50);
|
|
11
13
|
}
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
.sapMLnk {
|
|
27
|
-
font-size:
|
|
29
|
+
font-size: var(--sapFontHeader5Size);
|
|
28
30
|
}
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -4,52 +4,52 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
.sapMMsgStrip {
|
|
7
|
-
border-radius:
|
|
7
|
+
border-radius: var(--sapPopover_BorderCornerRadius);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMMsgStripInformation {
|
|
11
|
-
background-color:
|
|
12
|
-
border-color:
|
|
13
|
-
color:
|
|
11
|
+
background-color: var(--sapInformationBackground);
|
|
12
|
+
border-color: var(--sapMessage_InformationBorderColor);
|
|
13
|
+
color: var(--sapTextColor);
|
|
14
14
|
|
|
15
15
|
.sapMBtnTransparent {
|
|
16
|
-
background-color:
|
|
17
|
-
border-color:
|
|
16
|
+
background-color: var(--sapInformationBackground);
|
|
17
|
+
border-color: var(--sapInformationBackground);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.sapMMsgStripIcon {
|
|
21
|
-
color:
|
|
21
|
+
color: var(--sapInformativeElementColor);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.sapMMsgStripError {
|
|
26
|
-
border-color:
|
|
26
|
+
border-color: var(--sapMessage_ErrorBorderColor);
|
|
27
27
|
|
|
28
28
|
.sapMBtnTransparent {
|
|
29
|
-
background-color:
|
|
30
|
-
border-color:
|
|
29
|
+
background-color: var(--sapErrorBackground);
|
|
30
|
+
border-color: var(--sapErrorBackground);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.sapMMsgStripSuccess {
|
|
35
|
-
border-color:
|
|
35
|
+
border-color: var(--sapMessage_SuccessBorderColor);
|
|
36
36
|
|
|
37
37
|
.sapMBtnTransparent {
|
|
38
|
-
background-color:
|
|
39
|
-
border-color:
|
|
38
|
+
background-color: var(--sapSuccessBackground);
|
|
39
|
+
border-color: var(--sapSuccessBackground);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.sapMMsgStripWarning {
|
|
44
|
-
border-color:
|
|
44
|
+
border-color: var(--sapMessage_WarningBorderColor);
|
|
45
45
|
|
|
46
46
|
.sapMBtnTransparent {
|
|
47
|
-
background-color:
|
|
48
|
-
border-color:
|
|
47
|
+
background-color: var(--sapWarningBackground);
|
|
48
|
+
border-color: var(--sapWarningBackground);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.sapMMsgStripMessage
|
|
52
|
+
.sapMMsgStripMessage > .sapMLnk {
|
|
53
53
|
padding-right: 0.25rem;
|
|
54
54
|
padding-left: 0.25rem;
|
|
55
55
|
}
|
|
@@ -2,19 +2,24 @@
|
|
|
2
2
|
/* CSS for control sap.m/MessageView */
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================== */
|
|
5
|
+
|
|
5
6
|
@_sap_m_MessageView_DescIcon_Width: 1rem;
|
|
6
7
|
|
|
7
8
|
.sapMMsgView {
|
|
9
|
+
|
|
8
10
|
.sapMMsgViewDetailsPage section {
|
|
9
11
|
padding: 1rem;
|
|
10
12
|
}
|
|
13
|
+
|
|
11
14
|
.sapMMsgViewItem {
|
|
12
15
|
padding-left: 0;
|
|
16
|
+
|
|
13
17
|
&.sapMSLIWithDescription {
|
|
14
18
|
padding-top: 0.5rem;
|
|
15
19
|
padding-bottom: 0.5rem;
|
|
16
20
|
}
|
|
17
21
|
}
|
|
22
|
+
|
|
18
23
|
.sapMLIBActive .sapMLIBImgNav {
|
|
19
24
|
background: none;
|
|
20
25
|
}
|
|
@@ -25,35 +30,34 @@
|
|
|
25
30
|
}
|
|
26
31
|
|
|
27
32
|
.sapMSLITitle {
|
|
28
|
-
font-size:
|
|
33
|
+
font-size: var(--sapFontHeader6Size);
|
|
29
34
|
}
|
|
30
35
|
|
|
31
|
-
|
|
32
36
|
.sapMMsgViewDescriptionText {
|
|
33
37
|
padding-bottom:0;
|
|
34
38
|
margin: 0 0 1rem 2.5rem;
|
|
35
39
|
line-height: 1.4;
|
|
36
|
-
font-family:
|
|
37
|
-
color:
|
|
40
|
+
font-family: var(--sapFontFamily);
|
|
41
|
+
color: var(--sapTextColor);
|
|
38
42
|
}
|
|
39
43
|
|
|
40
44
|
.sapMMsgViewTitleText {
|
|
41
45
|
margin: 0 0 1rem 2.5rem;
|
|
42
|
-
font-family:
|
|
46
|
+
font-family: var(--sapFontHeaderFamily);
|
|
43
47
|
font-size: @sapUiFontHeader5Size;
|
|
44
48
|
font-weight: @sapUiFontHeaderWeight;
|
|
45
49
|
}
|
|
46
50
|
|
|
47
51
|
.sapMMsgViewTitleText:not(.sapMLnk) {
|
|
48
|
-
color:
|
|
52
|
+
color: var(--sapGroup_TitleTextColor);
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
.sapMMsgViewDescriptionLink {
|
|
52
56
|
margin: 0 0 1rem 2.5rem;
|
|
53
|
-
font-family:
|
|
57
|
+
font-family: var(--sapFontFamily);
|
|
54
58
|
font-size: @sapMFontMediumSize;
|
|
55
59
|
font-weight: normal;
|
|
56
|
-
color:
|
|
60
|
+
color: var(--sapLinkColor);
|
|
57
61
|
}
|
|
58
62
|
|
|
59
63
|
.sapMSLIWithDescription > .sapMLIBContent > .sapMSLIDiv > .sapMSLIDescription {
|
|
@@ -67,7 +71,7 @@
|
|
|
67
71
|
}
|
|
68
72
|
|
|
69
73
|
.sapMMsgView .sapMIBar.sapMHeader-CTX {
|
|
70
|
-
background-color:
|
|
74
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
71
75
|
padding-left: 1rem;
|
|
72
76
|
}
|
|
73
77
|
|
|
@@ -93,6 +97,7 @@
|
|
|
93
97
|
|
|
94
98
|
/* Compact size */
|
|
95
99
|
.sapUiSizeCompact .sapMMsgView {
|
|
100
|
+
|
|
96
101
|
.sapMMsgViewDescIcon {
|
|
97
102
|
line-height: 1rem;
|
|
98
103
|
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/* ==================================== */
|
|
2
|
+
/* CSS for control sap.m/MultiComboBox */
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* ==================================== */
|
|
5
|
+
|
|
1
6
|
.sapMMultiComboBox.sapMInputBaseReadonly.sapMMultiComboBoxHasToken.sapMFocus .sapMTokenizer {
|
|
2
7
|
left: 0;
|
|
3
8
|
}
|
|
@@ -8,7 +13,7 @@
|
|
|
8
13
|
|
|
9
14
|
.sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
|
|
10
15
|
.sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
|
|
11
|
-
outline:
|
|
16
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
12
17
|
outline-offset: -0.25rem;
|
|
13
18
|
}
|
|
14
19
|
|
|
@@ -18,6 +23,7 @@
|
|
|
18
23
|
|
|
19
24
|
.sapUiSizeCondensed .sapUiTableDataCell .sapMMultiComboBox .sapMTokenizer {
|
|
20
25
|
padding-top: 0px;
|
|
26
|
+
|
|
21
27
|
.sapMToken {
|
|
22
28
|
margin-top: 0.0625rem;
|
|
23
29
|
margin-bottom: 0.0625rem;
|
|
@@ -25,7 +31,9 @@
|
|
|
25
31
|
}
|
|
26
32
|
|
|
27
33
|
.sapUiSizeCompact {
|
|
34
|
+
|
|
28
35
|
.sapMMultiComboBox.sapMMultiComboBoxHasToken .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
|
|
36
|
+
|
|
29
37
|
.sapMToken {
|
|
30
38
|
margin-top: 0.125rem;
|
|
31
39
|
margin-bottom: 0.125rem;
|
|
@@ -12,42 +12,53 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.sapMTileCnt.News {
|
|
15
|
+
|
|
15
16
|
.sapMNwC {
|
|
17
|
+
|
|
16
18
|
.sapMNwCSbh {
|
|
17
|
-
color:
|
|
19
|
+
color: var(--sapTile_OverlayForegroundColor);
|
|
18
20
|
line-height: normal;
|
|
19
|
-
font-size:
|
|
21
|
+
font-size: var(--sapFontSize);
|
|
20
22
|
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
|
|
24
|
+
.sapMNwCCTxt .sapMText,
|
|
25
|
+
.sapMNwCCTxt .sapMFT {
|
|
26
|
+
font-size: var(--sapFontSize);
|
|
23
27
|
line-height: normal;
|
|
24
28
|
font-weight: bold;
|
|
25
|
-
color:
|
|
29
|
+
color: var(--sapTile_OverlayForegroundColor);
|
|
26
30
|
}
|
|
27
31
|
}
|
|
28
32
|
}
|
|
29
33
|
|
|
30
34
|
.Stretch{
|
|
31
|
-
|
|
35
|
+
|
|
36
|
+
.sapMTileCnt.News .sapMNwC {
|
|
37
|
+
|
|
32
38
|
.sapMNwCCTxt .sapMText {
|
|
33
|
-
font-size:
|
|
39
|
+
font-size: var(--sapFontLargeSize);
|
|
34
40
|
color: @sapUiText;
|
|
35
41
|
}
|
|
42
|
+
|
|
36
43
|
.sapMNwCCTxt .sapMFT {
|
|
37
44
|
font-size: 0.938rem;
|
|
38
45
|
color: @sapUiText;
|
|
39
46
|
}
|
|
40
|
-
|
|
47
|
+
|
|
48
|
+
.sapMNwCSbh {
|
|
41
49
|
color: @sapUiText;
|
|
42
50
|
}
|
|
43
51
|
}
|
|
44
52
|
}
|
|
45
53
|
|
|
46
|
-
.sapMTileSmallPhone{
|
|
47
|
-
|
|
48
|
-
|
|
54
|
+
.sapMTileSmallPhone {
|
|
55
|
+
|
|
56
|
+
.sapMTileCnt.News {
|
|
57
|
+
|
|
58
|
+
.sapMTileCntContent {
|
|
49
59
|
height: 3.25rem;
|
|
50
|
-
|
|
60
|
+
|
|
61
|
+
.sapMFT {
|
|
51
62
|
font-size: 0.75rem;
|
|
52
63
|
}
|
|
53
64
|
}
|