@sapui5/sap.suite.ui.generic.template 1.145.1 → 1.147.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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +65 -16
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js +15 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n.properties +14 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ar.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ca.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cnr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cs.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cy.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_el.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_GB.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saprigi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es_MX.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_et.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr_CA.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_id.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +10 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_iw.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ja.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lv.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_mk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ms.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_no.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt_PT.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ro.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sv.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_vi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_CN.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +22 -11
- package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +16 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/DeleteConfirmation.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartChart.fragment.xml +11 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +52 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +16 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/DraftConfirmationPopup.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/DraftResumeDialog.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/RelatedAppsSheet.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +0 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SwitchDraftAndActiveObjectPopOver.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/TableDeleteConfirmation.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/UnsavedChangesDialog.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.view.xml +7 -7
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/view/QuickView.view.xml +6 -6
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +90 -10
- package/src/sap/suite/ui/generic/template/detailTemplates/detailUtils.js +18 -1
- package/src/sap/suite/ui/generic/template/fragments/AINotice.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/ActionConfirmation.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +5 -5
- package/src/sap/suite/ui/generic/template/fragments/DataLoss.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/DataLossTechnicalError.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/DiscardEditPopover.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/DraftAdminDataPopover.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/MessageDialog.fragment.xml +7 -7
- package/src/sap/suite/ui/generic/template/fragments/MessageInfluencingCRUDAction.fragment.xml +7 -7
- package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/ShareSheet.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/genericUtilities/Link.js +26 -26
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +19 -12
- package/src/sap/suite/ui/generic/template/genericUtilities/metadataAnalyser.js +5 -5
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +16 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +5 -1
- package/src/sap/suite/ui/generic/template/lib/BaseNoDataHandler.js +108 -0
- package/src/sap/suite/ui/generic/template/lib/ChartNoDataHandler.js +37 -0
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +76 -7
- package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +27 -21
- package/src/sap/suite/ui/generic/template/lib/TableNoDataHandler.js +24 -101
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillHandler.js +5 -1
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/fragments/EasyFillDialog.fragment.xml +12 -11
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +9 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +26 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +16 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +22 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +23 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +22 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsFECardProvider.js +7 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +12 -3
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +11 -2
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/MessagesOnRetrieval.fragment.xml +5 -5
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartChart.fragment.xml +11 -4
- package/src/sap/suite/ui/generic/template/themes/base/AnalyticalListPage.less +135 -98
- package/src/sap/suite/ui/generic/template/themes/base/ListReport.less +12 -5
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +254 -223
- package/src/sap/suite/ui/generic/template/themes/base/QuickCreate.less +31 -9
- package/src/sap/suite/ui/generic/template/themes/base/QuickView.less +42 -21
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3/ObjectPage.less +15 -11
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_dark/ObjectPage.less +13 -9
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/ObjectPage.less +11 -11
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/ObjectPage.less +10 -10
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/ObjectPage.less +2 -2
|
@@ -1,98 +1,106 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/ObjectPage */
|
|
3
|
+
/* Base Theme */
|
|
4
|
+
/* ========================================================= */
|
|
5
|
+
|
|
6
|
+
.sapUiMedia-Std-Desktop,
|
|
7
|
+
.sapUiMedia-Std-Tablet {
|
|
8
|
+
|
|
9
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderImage {
|
|
10
|
+
height: 6rem;
|
|
11
|
+
width: 6rem;
|
|
12
|
+
border: var(--sapElement_BorderWidth) solid @sapUiMediumBorder;
|
|
13
|
+
border-color: var(--sapObjectHeader_BorderColor);
|
|
14
|
+
}
|
|
8
15
|
}
|
|
9
16
|
|
|
10
17
|
.sapUiMedia-Std-Phone .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderImage {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
18
|
+
height: 3rem;
|
|
19
|
+
width: 3rem;
|
|
20
|
+
border: var(--sapElement_BorderWidth) solid @sapUiMediumBorder;
|
|
14
21
|
}
|
|
15
22
|
|
|
16
|
-
.sapUiMedia-Std-Desktop,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
.sapUiMedia-Std-Desktop,
|
|
24
|
+
.sapUiMedia-Std-Tablet {
|
|
25
|
+
|
|
26
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageContentObjectImage-Circle .sapSmartTemplatesObjectPageHeaderImage {
|
|
27
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
28
|
+
}
|
|
20
29
|
}
|
|
21
30
|
|
|
22
31
|
.sapUiMedia-Std-Phone .sapSmartTemplatesObjectPage .sapUxAPObjectPageContentObjectImage-Circle .sapSmartTemplatesObjectPageHeaderImage {
|
|
23
|
-
|
|
32
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
24
33
|
}
|
|
25
34
|
|
|
26
35
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImageForce .sapUxAPObjectPageHeaderObjectImage,
|
|
27
36
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderStickied .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImage {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
37
|
+
margin-top: 0.5rem;
|
|
38
|
+
margin-bottom: 0.5rem;
|
|
39
|
+
padding-top: 0;
|
|
40
|
+
padding-bottom: 0;
|
|
41
|
+
border: var(--sapElement_BorderWidth) solid @sapUiMediumBorder;
|
|
33
42
|
}
|
|
34
43
|
|
|
35
44
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem,
|
|
36
45
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader > * {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
46
|
+
margin-right: 2rem;
|
|
47
|
+
margin-bottom: 1rem;
|
|
48
|
+
line-height: 1.250rem;
|
|
40
49
|
}
|
|
41
50
|
|
|
42
|
-
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitle > *{
|
|
43
|
-
|
|
51
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitle > * {
|
|
52
|
+
margin-right: 2rem;
|
|
44
53
|
}
|
|
45
54
|
|
|
46
55
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitleWithoutImage > :first-child,
|
|
47
|
-
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitleWithImage > :nth-child(2){
|
|
48
|
-
|
|
56
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitleWithImage > :nth-child(2) {
|
|
57
|
+
margin-right: 0.5rem;
|
|
49
58
|
}
|
|
50
59
|
|
|
51
|
-
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderImageDiv > :first-child{
|
|
52
|
-
|
|
60
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderImageDiv > :first-child {
|
|
61
|
+
margin-right: 1rem;
|
|
53
62
|
}
|
|
54
63
|
|
|
55
64
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem.sapSmartTemplatesObjectPageHeaderImage,
|
|
56
65
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader .sapSmartTemplatesObjectPageHeaderImage {
|
|
57
|
-
|
|
66
|
+
margin-right: 2rem;
|
|
58
67
|
}
|
|
59
68
|
|
|
60
69
|
.sapSmartTemplatesObjectPageHeaderAvatar {
|
|
61
|
-
|
|
70
|
+
margin-right: 1rem;
|
|
62
71
|
}
|
|
63
72
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
margin-left: 3rem;
|
|
73
|
+
html[dir='rtl'] .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem {
|
|
74
|
+
margin-right: 0;
|
|
75
|
+
margin-left: 3rem;
|
|
68
76
|
}
|
|
69
77
|
|
|
70
78
|
.sapSmartTemplatesObjectPageDynamicPageHeaderTitleFlexBox {
|
|
71
|
-
|
|
79
|
+
overflow: hidden;
|
|
72
80
|
}
|
|
73
81
|
|
|
74
|
-
.sapSmartTemplatesObjectPageDynamicHeaderSubtitle{
|
|
75
|
-
|
|
82
|
+
.sapSmartTemplatesObjectPageDynamicHeaderSubtitle {
|
|
83
|
+
color: var(--sapContent_LabelColor);
|
|
76
84
|
}
|
|
77
85
|
|
|
78
86
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderAddress .sapSmartTemplatesObjectPageHeaderAddressLabel {
|
|
79
|
-
|
|
87
|
+
margin-bottom: 0.5rem;
|
|
80
88
|
}
|
|
81
89
|
|
|
82
90
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderAddress .sapSmartTemplatesObjectPageHeaderAddressValue {
|
|
83
|
-
|
|
91
|
+
line-height: 1.5rem;
|
|
84
92
|
}
|
|
85
93
|
|
|
86
94
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
95
|
+
line-height: 3rem;
|
|
96
|
+
margin-right: .75rem;
|
|
97
|
+
width: 3rem;
|
|
98
|
+
height: 3rem;
|
|
91
99
|
}
|
|
92
100
|
|
|
93
101
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointLabel,
|
|
94
102
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderContact .sapSmartTemplatesObjectPageHeaderContactLabel {
|
|
95
|
-
|
|
103
|
+
margin-bottom: 0.5rem;
|
|
96
104
|
}
|
|
97
105
|
|
|
98
106
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderContact .sapSmartTemplatesObjectPageHeaderContactLink,
|
|
@@ -100,331 +108,354 @@ html[dir="rtl"] .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sa
|
|
|
100
108
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointValue .sapMLnk,
|
|
101
109
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointValue .sapMText.sapUiCompSmartFieldUnit,
|
|
102
110
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointValue .sapMObjStatusText {
|
|
103
|
-
|
|
104
|
-
|
|
111
|
+
font-size: 1.375rem;
|
|
112
|
+
line-height: 1.5rem;
|
|
105
113
|
}
|
|
106
114
|
|
|
107
115
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderContact .sapSmartTemplatesObjectPageHeaderContactLinkIcon {
|
|
108
|
-
|
|
109
|
-
|
|
116
|
+
font-size: 1.125rem;
|
|
117
|
+
line-height: 1.125rem;
|
|
110
118
|
}
|
|
111
119
|
|
|
112
120
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint div:nth-child(2) .sapMObjStatusIcon {
|
|
113
|
-
|
|
121
|
+
display: none;
|
|
114
122
|
}
|
|
115
123
|
|
|
116
|
-
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapUiCompUOM>div:nth-child(2) {
|
|
117
|
-
|
|
118
|
-
|
|
124
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapUiCompUOM > div:nth-child(2) {
|
|
125
|
+
max-width: initial;
|
|
126
|
+
min-width: initial;
|
|
119
127
|
}
|
|
120
128
|
|
|
121
129
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListItem {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
130
|
+
border: 0;
|
|
131
|
+
float: left;
|
|
132
|
+
width: 24rem;
|
|
133
|
+
padding: 0.1rem;
|
|
126
134
|
}
|
|
127
135
|
|
|
128
136
|
@media (min-width: 1600px) {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
137
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListItem {
|
|
138
|
+
width: calc(100% / 6);
|
|
139
|
+
}
|
|
132
140
|
}
|
|
133
141
|
|
|
134
142
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapMGrowingList {
|
|
135
|
-
|
|
143
|
+
clear: both;
|
|
136
144
|
}
|
|
137
145
|
|
|
138
146
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactTitle {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
147
|
+
font-size: var(--sapFontHeader5Size);
|
|
148
|
+
margin-top: 0.1rem;
|
|
149
|
+
max-width: 19.25rem;
|
|
142
150
|
}
|
|
143
151
|
|
|
144
152
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactSubTitle {
|
|
145
|
-
|
|
153
|
+
margin-top: 0.3rem;
|
|
146
154
|
}
|
|
147
155
|
|
|
148
156
|
.sapSmartTemplatesObjectPageContactsQuickView .sapUiSimpleForm .sapUiRGLContainerCont {
|
|
149
|
-
|
|
157
|
+
padding-bottom: 0;
|
|
150
158
|
}
|
|
151
159
|
|
|
152
160
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesSmartForm .sapMTB:not(.sapUiRTECustomToolbar) {
|
|
153
|
-
|
|
161
|
+
display: none;
|
|
154
162
|
}
|
|
155
163
|
|
|
156
164
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesSmartForm .sapUiFormTitle:empty {
|
|
157
|
-
|
|
158
|
-
|
|
165
|
+
margin: 0;
|
|
166
|
+
height: 0;
|
|
159
167
|
}
|
|
160
168
|
|
|
161
169
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderCollection > div:nth-child(n+2) {
|
|
162
|
-
|
|
170
|
+
margin-top: 0.5rem;
|
|
163
171
|
}
|
|
164
172
|
|
|
165
173
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderPlainText {
|
|
166
|
-
|
|
174
|
+
max-width: 300px;
|
|
167
175
|
}
|
|
168
176
|
|
|
169
|
-
.sapSmartTemplatesObjectPageHeaderProgressIndicatorControl{
|
|
170
|
-
|
|
171
|
-
|
|
177
|
+
.sapSmartTemplatesObjectPageHeaderProgressIndicatorControl {
|
|
178
|
+
margin-bottom: 0 !important;
|
|
179
|
+
margin-top: 1rem;
|
|
172
180
|
}
|
|
173
181
|
|
|
174
|
-
.sapSmartTemplatesFooterFloatRight{
|
|
175
|
-
|
|
182
|
+
.sapSmartTemplatesFooterFloatRight {
|
|
183
|
+
float: right;
|
|
176
184
|
}
|
|
177
185
|
|
|
178
|
-
.sapSmartTemplatesObjectPageHeaderProgressIndicatorFooter{
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
186
|
+
.sapSmartTemplatesObjectPageHeaderProgressIndicatorFooter {
|
|
187
|
+
margin-top: 0.375rem;
|
|
188
|
+
border: 0;
|
|
189
|
+
background-color: inherit;
|
|
182
190
|
}
|
|
183
191
|
|
|
184
192
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormTitle,
|
|
185
193
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderPlainText .sapSmartTemplatesObjectPageHeaderPlainTextTitle {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
194
|
+
font-size: @sapUiFontSize;
|
|
195
|
+
margin-bottom: 1rem;
|
|
196
|
+
line-height: 1.5rem;
|
|
189
197
|
}
|
|
190
198
|
|
|
191
199
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderPlainText .sapSmartTemplatesObjectPageHeaderPlainTextField {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
200
|
+
font-family: var(--sapFontFamily);
|
|
201
|
+
line-height: 1.5rem;
|
|
202
|
+
margin-top: -0.125rem;
|
|
195
203
|
}
|
|
196
204
|
|
|
197
205
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
line-height: 1rem;
|
|
206
|
+
font-size: var(--sapFontLargeSize);
|
|
207
|
+
font-family: var(--sapFontFamily);
|
|
201
208
|
}
|
|
202
209
|
|
|
203
210
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartSubTitle {
|
|
204
|
-
|
|
205
|
-
|
|
211
|
+
font-size: @sapMFontMediumSize;
|
|
212
|
+
font-family: var(--sapFontFamily);
|
|
206
213
|
}
|
|
207
214
|
|
|
208
215
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesFooterFloatRight {
|
|
209
|
-
|
|
216
|
+
float: right;
|
|
210
217
|
}
|
|
211
218
|
|
|
212
219
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField .sapMText,
|
|
213
220
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField .sapMLnk,
|
|
214
221
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField.sapMLnk,
|
|
215
222
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormLabel {
|
|
216
|
-
|
|
223
|
+
line-height: 1.320rem;
|
|
217
224
|
}
|
|
218
225
|
|
|
219
226
|
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal{
|
|
220
|
-
|
|
227
|
+
line-height: 1.420rem;
|
|
221
228
|
}
|
|
222
229
|
|
|
223
|
-
html[dir=
|
|
224
|
-
|
|
225
|
-
|
|
230
|
+
html[dir='rtl'] .sapUiMedia-Std-Tablet .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent {
|
|
231
|
+
padding-right: 3rem;
|
|
232
|
+
padding-left: 0;
|
|
226
233
|
}
|
|
227
234
|
|
|
228
|
-
html[dir=
|
|
229
|
-
|
|
230
|
-
|
|
235
|
+
html[dir='rtl'] .sapUiMedia-Std-Desktop .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent {
|
|
236
|
+
padding-right: 3rem;
|
|
237
|
+
padding-left: 0;
|
|
231
238
|
}
|
|
232
239
|
|
|
233
|
-
html[dir=
|
|
234
|
-
|
|
235
|
-
|
|
240
|
+
html[dir='rtl'] .sapUiMedia-Std-Tablet .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier {
|
|
241
|
+
padding-right: 3rem;
|
|
242
|
+
padding-left: 0;
|
|
236
243
|
}
|
|
237
244
|
|
|
238
|
-
html[dir=
|
|
239
|
-
|
|
240
|
-
|
|
245
|
+
html[dir='rtl'] .sapUiMedia-Std-Desktop .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier {
|
|
246
|
+
padding-right: 3rem;
|
|
247
|
+
padding-left: 0;
|
|
241
248
|
}
|
|
242
249
|
|
|
243
250
|
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapSmartTemplatesShareMenuButton .sapMBtnInner.sapMBtnIconFirst,
|
|
244
|
-
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapSmartTemplatesUpAndDownNavigation .sapMBtnInner.sapMBtnIconFirst{
|
|
245
|
-
|
|
251
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapSmartTemplatesUpAndDownNavigation .sapMBtnInner.sapMBtnIconFirst {
|
|
252
|
+
padding: 0;
|
|
246
253
|
}
|
|
247
254
|
|
|
248
255
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid {
|
|
249
|
-
|
|
256
|
+
margin-right: -1rem;
|
|
250
257
|
}
|
|
251
258
|
|
|
252
|
-
html[dir=
|
|
253
|
-
|
|
254
|
-
|
|
259
|
+
html[dir='rtl'] .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid {
|
|
260
|
+
margin-left: -1rem;
|
|
261
|
+
margin-right: 0;
|
|
255
262
|
}
|
|
256
263
|
|
|
257
|
-
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid>div
|
|
258
|
-
|
|
264
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid > div > * {
|
|
265
|
+
padding-right: 1rem;
|
|
259
266
|
}
|
|
260
267
|
|
|
261
|
-
html[dir=
|
|
262
|
-
|
|
263
|
-
|
|
268
|
+
html[dir='rtl'] .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid > div > * {
|
|
269
|
+
padding-left: 1rem;
|
|
270
|
+
padding-right: 0;
|
|
264
271
|
}
|
|
265
272
|
|
|
266
273
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSection .sapSmartTemplatesObjectPageSubSectionDummyBlock {
|
|
267
274
|
width: 1px;
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
275
|
+
margin: 0;
|
|
276
|
+
height: 1px !important;
|
|
277
|
+
min-height: 1rem;
|
|
271
278
|
}
|
|
272
279
|
|
|
273
280
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataFieldVBoxLabel {
|
|
274
|
-
|
|
275
|
-
|
|
281
|
+
padding-top: 0.625rem;
|
|
282
|
+
padding-bottom: 0.125rem;
|
|
276
283
|
}
|
|
277
284
|
|
|
278
285
|
.sapSLIPositive > .sapMLIBContent > .sapMSLIImgIcon {
|
|
279
|
-
|
|
286
|
+
color: var(--sapPositiveElementColor);
|
|
280
287
|
}
|
|
288
|
+
|
|
281
289
|
.sapSLINeutral > .sapMLIBContent > .sapMSLIImgIcon {
|
|
282
|
-
|
|
290
|
+
color: var(--sapNeutralElementColor);
|
|
283
291
|
}
|
|
292
|
+
|
|
284
293
|
.sapSLINegative > .sapMLIBContent > .sapMSLIImgIcon {
|
|
285
|
-
|
|
294
|
+
color: var(--sapNegativeElementColor);
|
|
286
295
|
}
|
|
296
|
+
|
|
287
297
|
.sapSLICritical > .sapMLIBContent > .sapMSLIImgIcon {
|
|
288
|
-
|
|
298
|
+
color: var(--sapCriticalElementColor);
|
|
289
299
|
}
|
|
290
300
|
|
|
291
|
-
/*for NavPopover QuickView*/
|
|
292
|
-
.sapMQuickViewPage.sapSmartTemplatesSmartLinkNavPopoverContentTitleAreaTrunc{
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
301
|
+
/* for NavPopover QuickView */
|
|
302
|
+
.sapMQuickViewPage.sapSmartTemplatesSmartLinkNavPopoverContentTitleAreaTrunc {
|
|
303
|
+
display: block !important; /* a long text in the title or description gets truncated and ... are set at the end */
|
|
304
|
+
padding-left: 0;
|
|
305
|
+
padding-right: 0;
|
|
296
306
|
}
|
|
297
|
-
|
|
307
|
+
|
|
308
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentIcon {
|
|
298
309
|
margin-right: .75rem !important;
|
|
299
|
-
|
|
300
|
-
font-size:
|
|
310
|
+
line-height: 3rem !important;
|
|
311
|
+
font-size: var(--sapFontHeader2Size) !important;
|
|
301
312
|
}
|
|
313
|
+
|
|
302
314
|
.sapSmartTemplatesSmartLinkNavPopoverContentTitleDecreaseFirstMargin > div:first-child {
|
|
303
|
-
margin-bottom: .125rem !important;
|
|
315
|
+
margin-bottom: .125rem !important;
|
|
304
316
|
}
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
font-size: 20px !important;
|
|
311
|
-
padding-bottom: 6px !important;
|
|
312
|
-
*/
|
|
317
|
+
|
|
318
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentTitleIncrease {
|
|
319
|
+
white-space: nowrap !important;
|
|
320
|
+
font-size: var(--sapFontHeader4Size) !important;
|
|
321
|
+
padding-bottom: .0625rem !important;
|
|
313
322
|
}
|
|
314
|
-
|
|
315
|
-
|
|
323
|
+
|
|
324
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactLabelBoxOuter {
|
|
325
|
+
padding-top: 0.75rem !important;
|
|
316
326
|
}
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
327
|
+
|
|
328
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactLabelBoxInner {
|
|
329
|
+
padding-top: 0.25rem !important;
|
|
330
|
+
padding-bottom: 0.25rem !important;
|
|
320
331
|
}
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
332
|
+
|
|
333
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactLabel {
|
|
334
|
+
height: 2rem !important;
|
|
335
|
+
line-height: 2rem !important;
|
|
336
|
+
margin-bottom: .375rem !important;
|
|
337
|
+
border-bottom-width: 0 !important;
|
|
338
|
+
overflow-y: hidden; /* suppress that for the label a vertical scrollbar is shown */
|
|
327
339
|
}
|
|
328
|
-
.sapSmartTemplatesSmartLinkNavPopoverContentContactContent{
|
|
329
|
-
margin-top: -0.625rem !important;
|
|
330
340
|
|
|
341
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactContent {
|
|
342
|
+
margin-top: -0.625rem !important;
|
|
331
343
|
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
344
|
+
|
|
345
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactFieldGroup {
|
|
346
|
+
display: block; /* a long text in the title or description gets truncated and ... are set at the end */
|
|
347
|
+
padding-top: .625rem !important;
|
|
348
|
+
padding-bottom: 1.375rem !important;
|
|
336
349
|
}
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
350
|
+
|
|
351
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactTitleIncrease {
|
|
352
|
+
font-size: var(--sapFontHeader5Size) !important;
|
|
353
|
+
padding-bottom: .375rem !important;
|
|
340
354
|
}
|
|
341
|
-
|
|
355
|
+
|
|
356
|
+
/* CSS for message dialog for transient message dialog */
|
|
342
357
|
.sapSmartTemplatesSLIPositive > .sapMLIBContent > .sapMGHLITitle {
|
|
343
|
-
color:
|
|
358
|
+
color: var(--sapPositiveElementColor);
|
|
344
359
|
}
|
|
360
|
+
|
|
345
361
|
.sapSmartTemplatesSLINeutral > .sapMLIBContent > .sapMGHLITitle {
|
|
346
|
-
color:
|
|
362
|
+
color: var(--sapNeutralElementColor);
|
|
347
363
|
}
|
|
364
|
+
|
|
348
365
|
.sapSmartTemplatesSLINegative > .sapMLIBContent > .sapMGHLITitle {
|
|
349
|
-
color:
|
|
366
|
+
color: var(--sapNegativeElementColor);
|
|
350
367
|
}
|
|
368
|
+
|
|
351
369
|
.sapSmartTemplatesSLICritical > .sapMLIBContent > .sapMGHLITitle {
|
|
352
|
-
color:
|
|
370
|
+
color: var(--sapCriticalElementColor);
|
|
353
371
|
}
|
|
354
372
|
|
|
355
373
|
.sapSmartTemplatesSLIBold > .sapMLIBContent > .sapMSLITitleDiv > .sapMSLITitleOnly {
|
|
356
|
-
font-family:
|
|
374
|
+
font-family: var(--sapFontBoldFamily);
|
|
357
375
|
}
|
|
358
376
|
|
|
359
|
-
|
|
360
|
-
.sapUiSizeCompact .sapSmartTemplatesObjectPageRelatedAppsPopover .sapMBtn{
|
|
377
|
+
.sapUiSizeCompact .sapSmartTemplatesObjectPageRelatedAppsPopover .sapMBtn {
|
|
361
378
|
padding: 0.250rem 1rem;
|
|
362
379
|
}
|
|
363
380
|
|
|
364
|
-
.sapSmartTemplatesObjectPageRelatedAppsPopover > .sapMBtn{
|
|
381
|
+
.sapSmartTemplatesObjectPageRelatedAppsPopover > .sapMBtn {
|
|
365
382
|
padding: 0.250rem 0.350rem;
|
|
366
383
|
}
|
|
367
384
|
|
|
368
385
|
.sapSmartTemplatesObjectPageSubSectionGridExpand {
|
|
369
|
-
|
|
370
|
-
|
|
386
|
+
height: 100%;
|
|
387
|
+
display:flex;
|
|
371
388
|
}
|
|
372
389
|
|
|
373
|
-
.sapSmartTemplatesObjectPageHeaderFormObjectStatus{
|
|
374
|
-
|
|
390
|
+
.sapSmartTemplatesObjectPageHeaderFormObjectStatus {
|
|
391
|
+
line-height: 1.320rem !important;
|
|
375
392
|
}
|
|
376
393
|
|
|
377
394
|
.sapSmartTemplatesObjectPageHeaderFormField .sapMObjStatusText {
|
|
378
|
-
|
|
395
|
+
line-height: 1.320rem !important;
|
|
379
396
|
}
|
|
380
397
|
|
|
381
398
|
.sapSmartTemplatesObjectPageEasyFill {
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
399
|
+
box-sizing: border-box;
|
|
400
|
+
width: 69.4375rem;
|
|
401
|
+
|
|
402
|
+
.sapMDialogScroll {
|
|
403
|
+
height: 100%;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.sapSmartTemplatesObjectPageEasyFillInputArea {
|
|
407
|
+
margin-right: 2rem;
|
|
408
|
+
|
|
409
|
+
.sapSmartTemplatesObjectPageEasyFillInputAreaLabel {
|
|
410
|
+
margin-top: 1rem;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.sapSmartTemplatesObjectPageEasyFillReviewArea {
|
|
415
|
+
background-color: var(--sapShell_Background);
|
|
416
|
+
padding-left: 2rem;
|
|
417
|
+
|
|
418
|
+
.sapSmartTemplatesObjectPageEasyFillReviewAreaTitleUpdatable {
|
|
419
|
+
bottom: 1.5rem;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.sapSmartTemplatesObjectPageEasyFillReviewAreaSmartFormWrapper {
|
|
423
|
+
margin-bottom: 2rem;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.sapSmartTemplatesObjectPageEasyFillReviewAreaSmartForm {
|
|
427
|
+
width: 38.1875rem;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.sapSmartTemplatesObjectPageEasyFillReviewAreaBanner {
|
|
431
|
+
position: relative;
|
|
432
|
+
margin-right: 2rem;
|
|
433
|
+
z-index: 100;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.sapMMsgStrip {
|
|
437
|
+
margin: 0 2rem 2rem 0;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.sapSmartTemplatesObjectPageEasyFillReviewAreaSmartFormNonUpdatable {
|
|
441
|
+
margin-bottom: 1.25rem;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.sapSmartTemplatesObjectPageEasyFillReviewAreaSmartFormNonUpdatableTitle {
|
|
445
|
+
margin-bottom: 1rem;
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.sapMDialogScrollCont {
|
|
450
|
+
padding: 0 0 0 2rem;
|
|
451
|
+
height: 100%;
|
|
452
|
+
}
|
|
424
453
|
}
|
|
454
|
+
|
|
425
455
|
.sapSmartTemplatesObjectPageEasyFillAINoticePopover {
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
456
|
+
width: 22.8125rem;
|
|
457
|
+
|
|
458
|
+
.sapSmartTemplatesObjectPageEasyFillAINotice {
|
|
459
|
+
padding: 1rem 1rem 0.5rem 1rem;
|
|
460
|
+
}
|
|
430
461
|
}
|