@openui5/sap.ui.core 1.108.19 → 1.108.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +0 -5
- package/THIRDPARTY.txt +1 -7
- package/package.json +1 -1
- package/src/jquery.sap.global.js +1 -1
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +1 -7
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +60 -42
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +1 -1
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +1 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +1 -1
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +1 -1
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +1 -1
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +15 -19
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +1 -1
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +3 -3
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle_ar.properties +6 -6
- package/src/sap/ui/core/messagebundle_bg.properties +13 -13
- package/src/sap/ui/core/messagebundle_ca.properties +6 -6
- package/src/sap/ui/core/messagebundle_cs.properties +2 -2
- package/src/sap/ui/core/messagebundle_cy.properties +2 -2
- package/src/sap/ui/core/messagebundle_da.properties +4 -4
- package/src/sap/ui/core/messagebundle_de.properties +2 -2
- package/src/sap/ui/core/messagebundle_el.properties +9 -9
- package/src/sap/ui/core/messagebundle_es.properties +8 -8
- package/src/sap/ui/core/messagebundle_et.properties +9 -9
- package/src/sap/ui/core/messagebundle_fi.properties +2 -2
- package/src/sap/ui/core/messagebundle_fr.properties +43 -43
- package/src/sap/ui/core/messagebundle_hi.properties +1 -1
- package/src/sap/ui/core/messagebundle_hr.properties +11 -11
- package/src/sap/ui/core/messagebundle_hu.properties +7 -7
- package/src/sap/ui/core/messagebundle_id.properties +4 -4
- package/src/sap/ui/core/messagebundle_it.properties +30 -30
- package/src/sap/ui/core/messagebundle_ja.properties +31 -31
- package/src/sap/ui/core/messagebundle_kk.properties +15 -15
- package/src/sap/ui/core/messagebundle_ko.properties +25 -25
- package/src/sap/ui/core/messagebundle_lt.properties +3 -3
- package/src/sap/ui/core/messagebundle_lv.properties +13 -13
- package/src/sap/ui/core/messagebundle_ms.properties +23 -23
- package/src/sap/ui/core/messagebundle_nl.properties +22 -22
- package/src/sap/ui/core/messagebundle_no.properties +9 -9
- package/src/sap/ui/core/messagebundle_pl.properties +6 -6
- package/src/sap/ui/core/messagebundle_pt.properties +8 -8
- package/src/sap/ui/core/messagebundle_ro.properties +11 -11
- package/src/sap/ui/core/messagebundle_ru.properties +24 -24
- package/src/sap/ui/core/messagebundle_sk.properties +1 -1
- package/src/sap/ui/core/messagebundle_sl.properties +12 -12
- package/src/sap/ui/core/messagebundle_sv.properties +4 -4
- package/src/sap/ui/core/messagebundle_th.properties +8 -8
- package/src/sap/ui/core/messagebundle_tr.properties +4 -4
- package/src/sap/ui/core/messagebundle_uk.properties +6 -6
- package/src/sap/ui/core/messagebundle_vi.properties +3 -3
- package/src/sap/ui/core/messagebundle_zh_TW.properties +49 -49
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +1 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +1 -1
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/base.less +275 -269
- package/src/sap/ui/core/themes/base/global.less +16 -16
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +1 -1
- package/src/sap/ui/core/util/PasteHelper.js +1 -1
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +15 -6
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +1 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/json/JSONModel.js +1 -1
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +78 -44
- package/src/sap/ui/model/odata/v2/ODataModel.js +2 -3
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataBinding.js +17 -2
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +9 -5
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +4 -7
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/performance/BeaconRequest.js +8 -10
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/generic/TestBase.js +1 -1
- package/src/sap/ui/util/Storage.js +1 -1
- package/src/ui5loader-autoconfig.js +0 -4
- package/src/sap/ui/thirdparty/mobify-carousel.js +0 -733
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"2023-
|
|
2
|
+
// * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
3
|
+
// * Theming Engine 1.23061.0
|
|
4
|
+
// * data:{"sModified":"2023-09-11T07:13:37Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.6.8) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Label "Brand Color"]
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
// [Tags "Quick", "Base", "URI", "Image", "Mobile", "Protected"]
|
|
86
86
|
// [Protected "true"]
|
|
87
87
|
// [Category "Image"]
|
|
88
|
-
// [Type "
|
|
88
|
+
// [Type "image"]
|
|
89
89
|
@sapCompanyLogo: @sapDefault_URI;
|
|
90
90
|
|
|
91
91
|
// [Label "Background Image/Gradient"]
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
// [Tags "Quick", "Base", "URI", "Image", "Protected"]
|
|
94
94
|
// [Protected "true"]
|
|
95
95
|
// [Category "Image"]
|
|
96
|
-
// [Type "
|
|
96
|
+
// [Type "image"]
|
|
97
97
|
@sapBackgroundImage: @sapDefault_URI;
|
|
98
98
|
|
|
99
99
|
// [Label "Background Opacity"]
|
|
@@ -593,15 +593,15 @@
|
|
|
593
593
|
|
|
594
594
|
// [Label "Focus Style"]
|
|
595
595
|
// [Description "The style of the focus."]
|
|
596
|
-
// [Tags "Base", "Content", "
|
|
596
|
+
// [Tags "Base", "Content", "Protected"]
|
|
597
597
|
// [Protected "true"]
|
|
598
598
|
// [Category "Focus"]
|
|
599
|
-
// [Type "
|
|
599
|
+
// [Type "borderStyle"]
|
|
600
600
|
@sapContent_FocusStyle: @sapDefault_BorderStyle;
|
|
601
601
|
|
|
602
602
|
// [Label "Focus Width"]
|
|
603
603
|
// [Description "The width of the focus."]
|
|
604
|
-
// [Tags "Base", "Content", "
|
|
604
|
+
// [Tags "Base", "Content", "Protected"]
|
|
605
605
|
// [Protected "true"]
|
|
606
606
|
// [Category "Focus"]
|
|
607
607
|
// [Type "borderWidth"]
|
|
@@ -1266,7 +1266,7 @@
|
|
|
1266
1266
|
// [Tags "Base", "Shell", "URI", "Image", "Protected"]
|
|
1267
1267
|
// [Protected "true"]
|
|
1268
1268
|
// [Category "Image"]
|
|
1269
|
-
// [Type "
|
|
1269
|
+
// [Type "image"]
|
|
1270
1270
|
@sapShell_BackgroundImage: @sapDefault_URI;
|
|
1271
1271
|
|
|
1272
1272
|
// [Label "Shell Background Opacity"]
|
|
@@ -1396,7 +1396,7 @@
|
|
|
1396
1396
|
// [Tags "Base", "Shell", "URI", "Image", "Protected"]
|
|
1397
1397
|
// [Protected "true"]
|
|
1398
1398
|
// [Category "Image"]
|
|
1399
|
-
// [Type "
|
|
1399
|
+
// [Type "image"]
|
|
1400
1400
|
@sapShell_Favicon: @sapDefault_URI;
|
|
1401
1401
|
|
|
1402
1402
|
// [Label "Shell Navigation Area Background"]
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
// [Tags "Base", "Shell", "Protected"]
|
|
1545
1545
|
// [Protected "true"]
|
|
1546
1546
|
// [Category "Shell", "Category"]
|
|
1547
|
-
// [Type "
|
|
1547
|
+
// [Type "boxShadow"]
|
|
1548
1548
|
@sapShell_Category_1_TextShadow: @sapDefault_Color;
|
|
1549
1549
|
|
|
1550
1550
|
// [Label "Shell Category 2 Background Color"]
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
// [Tags "Base", "Shell", "Protected"]
|
|
1579
1579
|
// [Protected "true"]
|
|
1580
1580
|
// [Category "Shell", "Category"]
|
|
1581
|
-
// [Type "
|
|
1581
|
+
// [Type "boxShadow"]
|
|
1582
1582
|
@sapShell_Category_2_TextShadow: @sapDefault_Color;
|
|
1583
1583
|
|
|
1584
1584
|
// [Label "Shell Category 3 Background Color"]
|
|
@@ -1612,7 +1612,7 @@
|
|
|
1612
1612
|
// [Tags "Base", "Shell", "Protected"]
|
|
1613
1613
|
// [Protected "true"]
|
|
1614
1614
|
// [Category "Shell", "Category"]
|
|
1615
|
-
// [Type "
|
|
1615
|
+
// [Type "boxShadow"]
|
|
1616
1616
|
@sapShell_Category_3_TextShadow: @sapDefault_Color;
|
|
1617
1617
|
|
|
1618
1618
|
// [Label "Shell Category 4 Background Color"]
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
// [Tags "Base", "Shell", "Protected"]
|
|
1647
1647
|
// [Protected "true"]
|
|
1648
1648
|
// [Category "Shell", "Category"]
|
|
1649
|
-
// [Type "
|
|
1649
|
+
// [Type "boxShadow"]
|
|
1650
1650
|
@sapShell_Category_4_TextShadow: @sapDefault_Color;
|
|
1651
1651
|
|
|
1652
1652
|
// [Label "Shell Category 5 Background Color"]
|
|
@@ -1680,7 +1680,7 @@
|
|
|
1680
1680
|
// [Tags "Base", "Shell", "Protected"]
|
|
1681
1681
|
// [Protected "true"]
|
|
1682
1682
|
// [Category "Shell", "Category"]
|
|
1683
|
-
// [Type "
|
|
1683
|
+
// [Type "boxShadow"]
|
|
1684
1684
|
@sapShell_Category_5_TextShadow: @sapDefault_Color;
|
|
1685
1685
|
|
|
1686
1686
|
// [Label "Shell Category 6 Background Color"]
|
|
@@ -1714,7 +1714,7 @@
|
|
|
1714
1714
|
// [Tags "Base", "Shell", "Protected"]
|
|
1715
1715
|
// [Protected "true"]
|
|
1716
1716
|
// [Category "Shell", "Category"]
|
|
1717
|
-
// [Type "
|
|
1717
|
+
// [Type "boxShadow"]
|
|
1718
1718
|
@sapShell_Category_6_TextShadow: @sapDefault_Color;
|
|
1719
1719
|
|
|
1720
1720
|
// [Label "Shell Category 7 Background Color"]
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
// [Tags "Base", "Shell", "Protected"]
|
|
1749
1749
|
// [Protected "true"]
|
|
1750
1750
|
// [Category "Shell", "Category"]
|
|
1751
|
-
// [Type "
|
|
1751
|
+
// [Type "boxShadow"]
|
|
1752
1752
|
@sapShell_Category_7_TextShadow: @sapDefault_Color;
|
|
1753
1753
|
|
|
1754
1754
|
// [Label "Shell Category 8 Background Color"]
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
// [Tags "Base", "Shell", "Protected"]
|
|
1783
1783
|
// [Protected "true"]
|
|
1784
1784
|
// [Category "Shell", "Category"]
|
|
1785
|
-
// [Type "
|
|
1785
|
+
// [Type "boxShadow"]
|
|
1786
1786
|
@sapShell_Category_8_TextShadow: @sapDefault_Color;
|
|
1787
1787
|
|
|
1788
1788
|
// [Label "Shell Category 9 Background Color"]
|
|
@@ -1816,7 +1816,7 @@
|
|
|
1816
1816
|
// [Tags "Base", "Shell", "Protected"]
|
|
1817
1817
|
// [Protected "true"]
|
|
1818
1818
|
// [Category "Shell", "Category"]
|
|
1819
|
-
// [Type "
|
|
1819
|
+
// [Type "boxShadow"]
|
|
1820
1820
|
@sapShell_Category_9_TextShadow: @sapDefault_Color;
|
|
1821
1821
|
|
|
1822
1822
|
// [Label "Shell Category 10 Background Color"]
|
|
@@ -1850,7 +1850,7 @@
|
|
|
1850
1850
|
// [Tags "Base", "Shell", "Protected"]
|
|
1851
1851
|
// [Protected "true"]
|
|
1852
1852
|
// [Category "Shell", "Category"]
|
|
1853
|
-
// [Type "
|
|
1853
|
+
// [Type "boxShadow"]
|
|
1854
1854
|
@sapShell_Category_10_TextShadow: @sapDefault_Color;
|
|
1855
1855
|
|
|
1856
1856
|
// [Label "Shell Category 11 Background Color"]
|
|
@@ -1884,7 +1884,7 @@
|
|
|
1884
1884
|
// [Tags "Base", "Shell", "Protected"]
|
|
1885
1885
|
// [Protected "true"]
|
|
1886
1886
|
// [Category "Shell", "Category"]
|
|
1887
|
-
// [Type "
|
|
1887
|
+
// [Type "boxShadow"]
|
|
1888
1888
|
@sapShell_Category_11_TextShadow: @sapDefault_Color;
|
|
1889
1889
|
|
|
1890
1890
|
// [Label "Shell Category 12 Background Color"]
|
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
// [Tags "Base", "Shell", "Protected"]
|
|
1919
1919
|
// [Protected "true"]
|
|
1920
1920
|
// [Category "Shell", "Category"]
|
|
1921
|
-
// [Type "
|
|
1921
|
+
// [Type "boxShadow"]
|
|
1922
1922
|
@sapShell_Category_12_TextShadow: @sapDefault_Color;
|
|
1923
1923
|
|
|
1924
1924
|
// [Label "Shell Category 13 Background Color"]
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
// [Tags "Base", "Shell", "Protected"]
|
|
1953
1953
|
// [Protected "true"]
|
|
1954
1954
|
// [Category "Shell", "Category"]
|
|
1955
|
-
// [Type "
|
|
1955
|
+
// [Type "boxShadow"]
|
|
1956
1956
|
@sapShell_Category_13_TextShadow: @sapDefault_Color;
|
|
1957
1957
|
|
|
1958
1958
|
// [Label "Shell Category 14 Background Color"]
|
|
@@ -1986,7 +1986,7 @@
|
|
|
1986
1986
|
// [Tags "Base", "Shell", "Protected"]
|
|
1987
1987
|
// [Protected "true"]
|
|
1988
1988
|
// [Category "Shell", "Category"]
|
|
1989
|
-
// [Type "
|
|
1989
|
+
// [Type "boxShadow"]
|
|
1990
1990
|
@sapShell_Category_14_TextShadow: @sapDefault_Color;
|
|
1991
1991
|
|
|
1992
1992
|
// [Label "Shell Category 15 Background Color"]
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
// [Tags "Base", "Shell", "Protected"]
|
|
2021
2021
|
// [Protected "true"]
|
|
2022
2022
|
// [Category "Shell", "Category"]
|
|
2023
|
-
// [Type "
|
|
2023
|
+
// [Type "boxShadow"]
|
|
2024
2024
|
@sapShell_Category_15_TextShadow: @sapDefault_Color;
|
|
2025
2025
|
|
|
2026
2026
|
// [Label "Shell Category 16 Background Color"]
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
// [Tags "Base", "Shell", "Protected"]
|
|
2055
2055
|
// [Protected "true"]
|
|
2056
2056
|
// [Category "Shell", "Category"]
|
|
2057
|
-
// [Type "
|
|
2057
|
+
// [Type "boxShadow"]
|
|
2058
2058
|
@sapShell_Category_16_TextShadow: @sapDefault_Color;
|
|
2059
2059
|
|
|
2060
2060
|
// [Label "Avatar 1 Background Color"]
|
|
@@ -3794,7 +3794,7 @@
|
|
|
3794
3794
|
// [Tags "Base", "Field", "Protected"]
|
|
3795
3795
|
// [Protected "true"]
|
|
3796
3796
|
// [Category "Input", "Standard"]
|
|
3797
|
-
// [Type "
|
|
3797
|
+
// [Type "borderStyle"]
|
|
3798
3798
|
@sapField_BorderStyle: @sapDefault_BorderStyle;
|
|
3799
3799
|
|
|
3800
3800
|
// [Label "Field Corner Radius"]
|
|
@@ -3948,7 +3948,7 @@
|
|
|
3948
3948
|
// [Tags "Base", "Field", "Protected"]
|
|
3949
3949
|
// [Protected "true"]
|
|
3950
3950
|
// [Category "Input", "Readonly"]
|
|
3951
|
-
// [Type "
|
|
3951
|
+
// [Type "borderStyle"]
|
|
3952
3952
|
@sapField_ReadOnly_BorderStyle: @sapDefault_BorderStyle;
|
|
3953
3953
|
|
|
3954
3954
|
// [Label "Read Only Field Help Color"]
|
|
@@ -4006,7 +4006,7 @@
|
|
|
4006
4006
|
// [Tags "Base", "Field", "Protected"]
|
|
4007
4007
|
// [Protected "true"]
|
|
4008
4008
|
// [Category "Input", "Invalid"]
|
|
4009
|
-
// [Type "
|
|
4009
|
+
// [Type "borderStyle"]
|
|
4010
4010
|
@sapField_InvalidBorderStyle: @sapDefault_BorderStyle;
|
|
4011
4011
|
|
|
4012
4012
|
// [Label "Invalid Field Shadow"]
|
|
@@ -4055,7 +4055,7 @@
|
|
|
4055
4055
|
// [Tags "Base", "Field", "Protected"]
|
|
4056
4056
|
// [Protected "true"]
|
|
4057
4057
|
// [Category "Input", "Warning"]
|
|
4058
|
-
// [Type "
|
|
4058
|
+
// [Type "borderStyle"]
|
|
4059
4059
|
@sapField_WarningBorderStyle: @sapDefault_BorderStyle;
|
|
4060
4060
|
|
|
4061
4061
|
// [Label "Warning Field Shadow"]
|
|
@@ -4104,7 +4104,7 @@
|
|
|
4104
4104
|
// [Tags "Base", "Field", "Protected"]
|
|
4105
4105
|
// [Protected "true"]
|
|
4106
4106
|
// [Category "Input", "Success"]
|
|
4107
|
-
// [Type "
|
|
4107
|
+
// [Type "borderStyle"]
|
|
4108
4108
|
@sapField_SuccessBorderStyle: @sapDefault_BorderStyle;
|
|
4109
4109
|
|
|
4110
4110
|
// [Label "Success Field Shadow"]
|
|
@@ -4155,7 +4155,7 @@
|
|
|
4155
4155
|
// [Tags "Base", "Field", "Protected"]
|
|
4156
4156
|
// [Protected "true"]
|
|
4157
4157
|
// [Category "Input", "Information"]
|
|
4158
|
-
// [Type "
|
|
4158
|
+
// [Type "borderStyle"]
|
|
4159
4159
|
@sapField_InformationBorderStyle: @sapDefault_BorderStyle;
|
|
4160
4160
|
|
|
4161
4161
|
// [Label "Information Field Shadow"]
|
|
@@ -7611,7 +7611,7 @@
|
|
|
7611
7611
|
// [Deprecated "true"]
|
|
7612
7612
|
// [Protected "true"]
|
|
7613
7613
|
// [Category "Shell"]
|
|
7614
|
-
// [Type "
|
|
7614
|
+
// [Type "image"]
|
|
7615
7615
|
@sapShell_BackgroundGradient: @sapShell_BackgroundImage;
|
|
7616
7616
|
|
|
7617
7617
|
// [Tags "SapInternal", "Base", "Color", "Protected"]
|
|
@@ -7671,7 +7671,7 @@
|
|
|
7671
7671
|
// [Tags "SapInternal", "Base", "Protected"]
|
|
7672
7672
|
// [Protected "true"]
|
|
7673
7673
|
// [Category "Internal"]
|
|
7674
|
-
// [Type "
|
|
7674
|
+
// [Type "borderStyle"]
|
|
7675
7675
|
@sapDefault_BorderStyle: solid;
|
|
7676
7676
|
|
|
7677
7677
|
// [Tags "SapInternal", "Base", "Protected"]
|
|
@@ -7685,279 +7685,285 @@
|
|
|
7685
7685
|
// [Category "Internal"]
|
|
7686
7686
|
// [Type "string"]
|
|
7687
7687
|
@sapToBeDefined: ~"To Be Defined";
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
|
|
7691
|
-
|
|
7692
|
-
|
|
7693
|
-
|
|
7688
|
+
@sapCss_SAP-icons: true;
|
|
7689
|
+
@sapCss_72: true;
|
|
7690
|
+
@sapCss_72full: @sapCss_72;
|
|
7691
|
+
@sapCss_72Bold: @sapCss_72;
|
|
7692
|
+
@sapCss_72Boldfull: @sapCss_72Bold;
|
|
7693
|
+
@sapCss_72Semibold: @sapCss_72;
|
|
7694
|
+
@sapCss_72Semiboldfull: @sapCss_72Semibold;
|
|
7695
|
+
@sapCss_72SemiboldDuplex: @sapCss_72;
|
|
7696
|
+
@sapCss_72SemiboldDuplexfull: @sapCss_72SemiboldDuplex;
|
|
7697
|
+
@sapCss_72Light: @sapCss_72;
|
|
7698
|
+
@sapCss_72Lightfull: @sapCss_72Light;
|
|
7699
|
+
@sapCss_72Black: @sapCss_72;
|
|
7700
|
+
@sapCss_72Blackfull: @sapCss_72Black;
|
|
7701
|
+
@sapCss_72BoldItalic: @sapCss_72;
|
|
7702
|
+
@sapCss_72BoldItalicfull: @sapCss_72BoldItalic;
|
|
7703
|
+
@sapCss_72Condensed: @sapCss_72;
|
|
7704
|
+
@sapCss_72Condensedfull: @sapCss_72Condensed;
|
|
7705
|
+
@sapCss_72CondensedBold: @sapCss_72;
|
|
7706
|
+
@sapCss_72CondensedBoldfull: @sapCss_72CondensedBold;
|
|
7707
|
+
@sapCss_72Italic: @sapCss_72;
|
|
7708
|
+
@sapCss_72Italicfull: @sapCss_72Italic;
|
|
7709
|
+
@sapCss_72Mono: @sapCss_72;
|
|
7710
|
+
@sapCss_72Monofull: @sapCss_72Mono;
|
|
7711
|
+
@sapCss_72MonoBold: @sapCss_72Mono;
|
|
7712
|
+
@sapCss_72MonoBoldfull: @sapCss_72MonoBold;
|
|
7713
|
+
@sapCss_SvgIconBase: true;
|
|
7714
|
+
@sapCss_SvgIconCritical: @sapCss_SvgIconBase;
|
|
7715
|
+
@sapCss_SvgIconPositive: @sapCss_SvgIconBase;
|
|
7716
|
+
@sapCss_SvgIconNegative: @sapCss_SvgIconBase;
|
|
7717
|
+
/*<SAP_FREETEXT_LESS>*/
|
|
7718
|
+
// .sapCss_SAP-icons() when (@sapCss_SAP-icons) {@font-face {font-family: 'SAP-icons';
|
|
7719
|
+
// src: @sapFontUrl_SAP-icons_woff2 format('woff2'), @sapFontUrl_SAP-icons_woff format('woff'), @sapFontUrl_SAP-icons_ttf format('truetype'), local('SAP-icons');
|
|
7720
|
+
// font-weight: normal;
|
|
7721
|
+
// font-style: normal;
|
|
7694
7722
|
// }
|
|
7695
|
-
|
|
7696
|
-
// @font-face {
|
|
7697
|
-
// font-family: '72';
|
|
7698
|
-
// font-style: normal;
|
|
7699
|
-
// font-weight: 400;
|
|
7700
|
-
// src: @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff'), local('72');
|
|
7701
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7702
7723
|
// }
|
|
7703
|
-
|
|
7704
|
-
// @font-face {
|
|
7705
|
-
//
|
|
7706
|
-
//
|
|
7707
|
-
//
|
|
7708
|
-
//
|
|
7724
|
+
// .sapCss_SAP-icons();
|
|
7725
|
+
// .sapCss_72() when (@sapCss_72) {@font-face {font-family: '72';
|
|
7726
|
+
// font-style: normal;
|
|
7727
|
+
// font-weight: 400;
|
|
7728
|
+
// src: @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff'), local('72');
|
|
7729
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7709
7730
|
// }
|
|
7710
|
-
|
|
7711
|
-
// @font-face {
|
|
7712
|
-
// font-family: '72-Bold';
|
|
7713
|
-
// src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
|
|
7714
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7715
7731
|
// }
|
|
7716
|
-
|
|
7717
|
-
// @font-face {
|
|
7718
|
-
//
|
|
7719
|
-
//
|
|
7720
|
-
//
|
|
7721
|
-
// src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
|
|
7722
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7732
|
+
// .sapCss_72();
|
|
7733
|
+
// .sapCss_72full() when (@sapCss_72full) {@font-face {font-family: '72full';
|
|
7734
|
+
// font-style: normal;
|
|
7735
|
+
// font-weight: 400;
|
|
7736
|
+
// src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
|
|
7723
7737
|
// }
|
|
7724
|
-
|
|
7725
|
-
// @font-face {
|
|
7726
|
-
// font-family: '72-Boldfull';
|
|
7727
|
-
// src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
|
|
7728
7738
|
// }
|
|
7729
|
-
|
|
7730
|
-
// @font-face {
|
|
7731
|
-
//
|
|
7732
|
-
//
|
|
7733
|
-
// font-weight: 700;
|
|
7734
|
-
// src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
|
|
7739
|
+
// .sapCss_72full();
|
|
7740
|
+
// .sapCss_72Bold() when (@sapCss_72Bold) {@font-face {font-family: '72-Bold';
|
|
7741
|
+
// src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
|
|
7742
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7735
7743
|
// }
|
|
7736
|
-
|
|
7737
|
-
//
|
|
7738
|
-
//
|
|
7739
|
-
//
|
|
7740
|
-
//
|
|
7744
|
+
// @font-face {font-family: '72';
|
|
7745
|
+
// font-style: normal;
|
|
7746
|
+
// font-weight: 700;
|
|
7747
|
+
// src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
|
|
7748
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7741
7749
|
// }
|
|
7742
|
-
|
|
7743
|
-
// @font-face {
|
|
7744
|
-
// font-family: '72';
|
|
7745
|
-
// font-style: normal;
|
|
7746
|
-
// font-weight: 600;
|
|
7747
|
-
// src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
|
|
7748
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7749
7750
|
// }
|
|
7750
|
-
|
|
7751
|
-
// @font-face {
|
|
7752
|
-
//
|
|
7753
|
-
// src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
7751
|
+
// .sapCss_72Bold();
|
|
7752
|
+
// .sapCss_72Boldfull() when (@sapCss_72Boldfull) {@font-face {font-family: '72-Boldfull';
|
|
7753
|
+
// src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
|
|
7754
7754
|
// }
|
|
7755
|
-
|
|
7756
|
-
//
|
|
7757
|
-
//
|
|
7758
|
-
//
|
|
7759
|
-
// font-weight: 600;
|
|
7760
|
-
// src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
7755
|
+
// @font-face {font-family: '72full';
|
|
7756
|
+
// font-style: normal;
|
|
7757
|
+
// font-weight: 700;
|
|
7758
|
+
// src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
|
|
7761
7759
|
// }
|
|
7762
|
-
|
|
7763
|
-
// @font-face {
|
|
7764
|
-
// font-family: '72-SemiboldDuplex';
|
|
7765
|
-
// src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
|
|
7766
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7767
7760
|
// }
|
|
7768
|
-
|
|
7769
|
-
// @font-face {
|
|
7770
|
-
//
|
|
7771
|
-
//
|
|
7761
|
+
// .sapCss_72Boldfull();
|
|
7762
|
+
// .sapCss_72Semibold() when (@sapCss_72Semibold) {@font-face {font-family: '72-Semibold';
|
|
7763
|
+
// src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
|
|
7764
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7772
7765
|
// }
|
|
7773
|
-
|
|
7774
|
-
//
|
|
7775
|
-
//
|
|
7776
|
-
//
|
|
7777
|
-
//
|
|
7766
|
+
// @font-face {font-family: '72';
|
|
7767
|
+
// font-style: normal;
|
|
7768
|
+
// font-weight: 600;
|
|
7769
|
+
// src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
|
|
7770
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7778
7771
|
// }
|
|
7779
|
-
|
|
7780
|
-
// @font-face {
|
|
7781
|
-
// font-family: '72';
|
|
7782
|
-
// font-style: normal;
|
|
7783
|
-
// font-weight: 300;
|
|
7784
|
-
// src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
|
|
7785
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7786
7772
|
// }
|
|
7787
|
-
|
|
7788
|
-
// @font-face {
|
|
7789
|
-
//
|
|
7790
|
-
// src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
|
|
7773
|
+
// .sapCss_72Semibold();
|
|
7774
|
+
// .sapCss_72Semiboldfull() when (@sapCss_72Semiboldfull) {@font-face {font-family: '72-Semiboldfull';
|
|
7775
|
+
// src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
7791
7776
|
// }
|
|
7792
|
-
|
|
7793
|
-
//
|
|
7794
|
-
//
|
|
7795
|
-
//
|
|
7796
|
-
// font-weight: 300;
|
|
7797
|
-
// src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
|
|
7777
|
+
// @font-face {font-family: '72full';
|
|
7778
|
+
// font-style: normal;
|
|
7779
|
+
// font-weight: 600;
|
|
7780
|
+
// src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
7798
7781
|
// }
|
|
7799
|
-
|
|
7800
|
-
// @font-face {
|
|
7801
|
-
// font-family: '72Black';
|
|
7802
|
-
// src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
|
|
7803
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+237, U+2C6-2C7, U+2DC, U+30A, U+3BC, U+1E0E, U+2013-2014, U+2018-2019, U+201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7804
7782
|
// }
|
|
7805
|
-
|
|
7806
|
-
// @font-face {
|
|
7807
|
-
//
|
|
7808
|
-
//
|
|
7809
|
-
// font-weight: 900;
|
|
7810
|
-
// src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
|
|
7811
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+237, U+2C6-2C7, U+2DC, U+30A, U+3BC, U+1E0E, U+2013-2014, U+2018-2019, U+201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7783
|
+
// .sapCss_72Semiboldfull();
|
|
7784
|
+
// .sapCss_72SemiboldDuplex() when (@sapCss_72SemiboldDuplex) {@font-face {font-family: '72-SemiboldDuplex';
|
|
7785
|
+
// src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
|
|
7786
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7812
7787
|
// }
|
|
7813
|
-
|
|
7814
|
-
// @font-face {
|
|
7815
|
-
// font-family: '72Blackfull';
|
|
7816
|
-
// src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
|
|
7817
7788
|
// }
|
|
7818
|
-
|
|
7819
|
-
// @font-face {
|
|
7820
|
-
//
|
|
7821
|
-
// font-style: normal;
|
|
7822
|
-
// font-weight: 900;
|
|
7823
|
-
// src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
|
|
7789
|
+
// .sapCss_72SemiboldDuplex();
|
|
7790
|
+
// .sapCss_72SemiboldDuplexfull() when (@sapCss_72SemiboldDuplexfull) {@font-face {font-family: '72-SemiboldDuplexfull';
|
|
7791
|
+
// src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
|
|
7824
7792
|
// }
|
|
7825
|
-
|
|
7826
|
-
// @font-face {
|
|
7827
|
-
// font-family: '72-BoldItalic';
|
|
7828
|
-
// src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
|
|
7829
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7830
7793
|
// }
|
|
7831
|
-
|
|
7832
|
-
// @font-face {
|
|
7833
|
-
//
|
|
7834
|
-
//
|
|
7835
|
-
// font-weight: 700;
|
|
7836
|
-
// src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
|
|
7837
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7794
|
+
// .sapCss_72SemiboldDuplexfull();
|
|
7795
|
+
// .sapCss_72Light() when (@sapCss_72Light) {@font-face {font-family: '72-Light';
|
|
7796
|
+
// src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
|
|
7797
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7838
7798
|
// }
|
|
7839
|
-
|
|
7840
|
-
//
|
|
7841
|
-
//
|
|
7842
|
-
//
|
|
7843
|
-
//
|
|
7844
|
-
// src: @sapFontUrl_72_BoldItalic_full_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_full_woff format('woff');
|
|
7799
|
+
// @font-face {font-family: '72';
|
|
7800
|
+
// font-style: normal;
|
|
7801
|
+
// font-weight: 300;
|
|
7802
|
+
// src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
|
|
7803
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7845
7804
|
// }
|
|
7846
|
-
|
|
7847
|
-
// @font-face {
|
|
7848
|
-
// font-family: '72-Condensed';
|
|
7849
|
-
// src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
|
|
7850
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7851
7805
|
// }
|
|
7852
|
-
|
|
7853
|
-
// @font-face {
|
|
7854
|
-
//
|
|
7855
|
-
// font-style: normal;
|
|
7856
|
-
// font-weight: 400;
|
|
7857
|
-
// font-stretch: condensed;
|
|
7858
|
-
// src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
|
|
7859
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7806
|
+
// .sapCss_72Light();
|
|
7807
|
+
// .sapCss_72Lightfull() when (@sapCss_72Lightfull) {@font-face {font-family: '72-Lightfull';
|
|
7808
|
+
// src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
|
|
7860
7809
|
// }
|
|
7861
|
-
|
|
7862
|
-
//
|
|
7863
|
-
//
|
|
7864
|
-
//
|
|
7865
|
-
// font-weight: 400;
|
|
7866
|
-
// font-stretch: condensed;
|
|
7867
|
-
// src: @sapFontUrl_72_Condensed_full_woff2 format('woff2'), @sapFontUrl_72_Condensed_full_woff format('woff');
|
|
7868
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7810
|
+
// @font-face {font-family: '72full';
|
|
7811
|
+
// font-style: normal;
|
|
7812
|
+
// font-weight: 300;
|
|
7813
|
+
// src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
|
|
7869
7814
|
// }
|
|
7870
|
-
|
|
7871
|
-
// @font-face {
|
|
7872
|
-
// font-family: '72-CondensedBold';
|
|
7873
|
-
// src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
|
|
7874
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7875
7815
|
// }
|
|
7876
|
-
|
|
7877
|
-
// @font-face {
|
|
7878
|
-
//
|
|
7879
|
-
//
|
|
7880
|
-
// font-weight: 700;
|
|
7881
|
-
// font-stretch: condensed;
|
|
7882
|
-
// src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
|
|
7883
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7816
|
+
// .sapCss_72Lightfull();
|
|
7817
|
+
// .sapCss_72Black() when (@sapCss_72Black) {@font-face {font-family: '72Black';
|
|
7818
|
+
// src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
|
|
7819
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+237, U+2C6-2C7, U+2DC, U+3BC, U+1E0E, U+2013-2014, U+2018-2019, U+201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7884
7820
|
// }
|
|
7885
|
-
|
|
7886
|
-
//
|
|
7887
|
-
//
|
|
7888
|
-
//
|
|
7889
|
-
//
|
|
7890
|
-
// font-stretch: condensed;
|
|
7891
|
-
// src: @sapFontUrl_72_CondensedBold_full_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_full_woff format('woff');
|
|
7821
|
+
// @font-face {font-family: '72';
|
|
7822
|
+
// font-style: normal;
|
|
7823
|
+
// font-weight: 900;
|
|
7824
|
+
// src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
|
|
7825
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+160-161, U+178, U+17D-17E, U+192, U+237, U+2C6-2C7, U+2DC, U+3BC, U+1E0E, U+2013-2014, U+2018-2019, U+201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7892
7826
|
// }
|
|
7893
|
-
|
|
7894
|
-
// @font-face {
|
|
7895
|
-
// font-family: '72-Italic';
|
|
7896
|
-
// src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
|
|
7897
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7898
7827
|
// }
|
|
7899
|
-
|
|
7900
|
-
// @font-face {
|
|
7901
|
-
//
|
|
7902
|
-
// font-style: italic;
|
|
7903
|
-
// font-weight: 400;
|
|
7904
|
-
// src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
|
|
7905
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7828
|
+
// .sapCss_72Black();
|
|
7829
|
+
// .sapCss_72Blackfull() when (@sapCss_72Blackfull) {@font-face {font-family: '72Blackfull';
|
|
7830
|
+
// src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
|
|
7906
7831
|
// }
|
|
7907
|
-
|
|
7908
|
-
//
|
|
7909
|
-
//
|
|
7910
|
-
//
|
|
7911
|
-
// font-weight: 400;
|
|
7912
|
-
// src: @sapFontUrl_72_Italic_full_woff2 format('woff2'), @sapFontUrl_72_Italic_full_woff format('woff');
|
|
7832
|
+
// @font-face {font-family: '72full';
|
|
7833
|
+
// font-style: normal;
|
|
7834
|
+
// font-weight: 900;
|
|
7835
|
+
// src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
|
|
7913
7836
|
// }
|
|
7914
|
-
|
|
7915
|
-
// @font-face {
|
|
7916
|
-
// font-family: '72Mono';
|
|
7917
|
-
// src: @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff'), local('72Mono');
|
|
7918
|
-
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+300-303, U+308, U+30A, U+30C, U+327, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7919
7837
|
// }
|
|
7920
|
-
|
|
7921
|
-
// @font-face {
|
|
7922
|
-
//
|
|
7923
|
-
//
|
|
7838
|
+
// .sapCss_72Blackfull();
|
|
7839
|
+
// .sapCss_72BoldItalic() when (@sapCss_72BoldItalic) {@font-face {font-family: '72-BoldItalic';
|
|
7840
|
+
// src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
|
|
7841
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7924
7842
|
// }
|
|
7925
|
-
|
|
7926
|
-
//
|
|
7927
|
-
//
|
|
7928
|
-
//
|
|
7929
|
-
//
|
|
7843
|
+
// @font-face {font-family: '72';
|
|
7844
|
+
// font-style: italic;
|
|
7845
|
+
// font-weight: 700;
|
|
7846
|
+
// src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
|
|
7847
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7930
7848
|
// }
|
|
7931
|
-
|
|
7932
|
-
// @font-face {
|
|
7933
|
-
// font-family: '72Mono-Boldfull';
|
|
7934
|
-
// src: @sapFontUrl_72Mono_Bold_full_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_full_woff format('woff');
|
|
7935
7849
|
// }
|
|
7936
|
-
|
|
7937
|
-
// .
|
|
7938
|
-
//
|
|
7850
|
+
// .sapCss_72BoldItalic();
|
|
7851
|
+
// .sapCss_72BoldItalicfull() when (@sapCss_72BoldItalicfull) {@font-face {font-family: '72full';
|
|
7852
|
+
// font-style: italic;
|
|
7853
|
+
// font-weight: 700;
|
|
7854
|
+
// src: @sapFontUrl_72_BoldItalic_full_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_full_woff format('woff');
|
|
7939
7855
|
// }
|
|
7940
|
-
|
|
7941
|
-
// .sapSvgIconCritical {
|
|
7942
|
-
// fill: @sapCriticalElementColor !important;
|
|
7943
7856
|
// }
|
|
7944
|
-
|
|
7945
|
-
// .
|
|
7946
|
-
//
|
|
7857
|
+
// .sapCss_72BoldItalicfull();
|
|
7858
|
+
// .sapCss_72Condensed() when (@sapCss_72Condensed) {@font-face {font-family: '72-Condensed';
|
|
7859
|
+
// src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
|
|
7860
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7947
7861
|
// }
|
|
7948
|
-
|
|
7949
|
-
//
|
|
7950
|
-
//
|
|
7862
|
+
// @font-face {font-family: '72';
|
|
7863
|
+
// font-style: normal;
|
|
7864
|
+
// font-weight: 400;
|
|
7865
|
+
// font-stretch: condensed;
|
|
7866
|
+
// src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
|
|
7867
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7951
7868
|
// }
|
|
7952
|
-
|
|
7869
|
+
// }
|
|
7870
|
+
// .sapCss_72Condensed();
|
|
7871
|
+
// .sapCss_72Condensedfull() when (@sapCss_72Condensedfull) {@font-face {font-family: '72';
|
|
7872
|
+
// font-style: normal;
|
|
7873
|
+
// font-weight: 400;
|
|
7874
|
+
// font-stretch: condensed;
|
|
7875
|
+
// src: @sapFontUrl_72_Condensed_full_woff2 format('woff2'), @sapFontUrl_72_Condensed_full_woff format('woff');
|
|
7876
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7877
|
+
// }
|
|
7878
|
+
// }
|
|
7879
|
+
// .sapCss_72Condensedfull();
|
|
7880
|
+
// .sapCss_72CondensedBold() when (@sapCss_72CondensedBold) {@font-face {font-family: '72-CondensedBold';
|
|
7881
|
+
// src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
|
|
7882
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7883
|
+
// }
|
|
7884
|
+
// @font-face {font-family: '72';
|
|
7885
|
+
// font-style: normal;
|
|
7886
|
+
// font-weight: 700;
|
|
7887
|
+
// font-stretch: condensed;
|
|
7888
|
+
// src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
|
|
7889
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7890
|
+
// }
|
|
7891
|
+
// }
|
|
7892
|
+
// .sapCss_72CondensedBold();
|
|
7893
|
+
// .sapCss_72CondensedBoldfull() when (@sapCss_72CondensedBoldfull) {@font-face {font-family: '72full';
|
|
7894
|
+
// font-style: normal;
|
|
7895
|
+
// font-weight: 700;
|
|
7896
|
+
// font-stretch: condensed;
|
|
7897
|
+
// src: @sapFontUrl_72_CondensedBold_full_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_full_woff format('woff');
|
|
7898
|
+
// }
|
|
7899
|
+
// }
|
|
7900
|
+
// .sapCss_72CondensedBoldfull();
|
|
7901
|
+
// .sapCss_72Italic() when (@sapCss_72Italic) {@font-face {font-family: '72-Italic';
|
|
7902
|
+
// src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
|
|
7903
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7904
|
+
// }
|
|
7905
|
+
// @font-face {font-family: '72';
|
|
7906
|
+
// font-style: italic;
|
|
7907
|
+
// font-weight: 400;
|
|
7908
|
+
// src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
|
|
7909
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7910
|
+
// }
|
|
7911
|
+
// }
|
|
7912
|
+
// .sapCss_72Italic();
|
|
7913
|
+
// .sapCss_72Italicfull() when (@sapCss_72Italicfull) {@font-face {font-family: '72full';
|
|
7914
|
+
// font-style: italic;
|
|
7915
|
+
// font-weight: 400;
|
|
7916
|
+
// src: @sapFontUrl_72_Italic_full_woff2 format('woff2'), @sapFontUrl_72_Italic_full_woff format('woff');
|
|
7917
|
+
// }
|
|
7918
|
+
// }
|
|
7919
|
+
// .sapCss_72Italicfull();
|
|
7920
|
+
// .sapCss_72Mono() when (@sapCss_72Mono) {@font-face {font-family: '72Mono';
|
|
7921
|
+
// src: @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff'), local('72Mono');
|
|
7922
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7923
|
+
// }
|
|
7924
|
+
// }
|
|
7925
|
+
// .sapCss_72Mono();
|
|
7926
|
+
// .sapCss_72Monofull() when (@sapCss_72Monofull) {@font-face {font-family: '72Monofull';
|
|
7927
|
+
// src: @sapFontUrl_72Mono_Regular_full_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_full_woff format('woff');
|
|
7928
|
+
// }
|
|
7929
|
+
// }
|
|
7930
|
+
// .sapCss_72Monofull();
|
|
7931
|
+
// .sapCss_72MonoBold() when (@sapCss_72MonoBold) {@font-face {font-family: '72Mono-Bold';
|
|
7932
|
+
// src: @sapFontUrl_72Mono_Bold_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_woff format('woff'), local('72Mono-Bold');
|
|
7933
|
+
// unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
7934
|
+
// }
|
|
7935
|
+
// }
|
|
7936
|
+
// .sapCss_72MonoBold();
|
|
7937
|
+
// .sapCss_72MonoBoldfull() when (@sapCss_72MonoBoldfull) {@font-face {font-family: '72Mono-Boldfull';
|
|
7938
|
+
// src: @sapFontUrl_72Mono_Bold_full_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_full_woff format('woff');
|
|
7939
|
+
// }
|
|
7940
|
+
// }
|
|
7941
|
+
// .sapCss_72MonoBoldfull();
|
|
7942
|
+
// .sapCss_SvgIconNegative() when (@sapCss_SvgIconNegative) {.sapSvgIconNegative {fill: @sapNegativeElementColor !important;
|
|
7943
|
+
// }
|
|
7944
|
+
// }
|
|
7945
|
+
// .sapCss_SvgIconNegative();
|
|
7946
|
+
// .sapCss_SvgIconCritical() when (@sapCss_SvgIconCritical) {.sapSvgIconCritical {fill: @sapCriticalElementColor !important;
|
|
7947
|
+
// }
|
|
7948
|
+
// }
|
|
7949
|
+
// .sapCss_SvgIconCritical();
|
|
7950
|
+
// .sapCss_SvgIconPositive() when (@sapCss_SvgIconPositive) {.sapSvgIconPositive {fill: @sapPositiveElementColor !important;
|
|
7951
|
+
// }
|
|
7952
|
+
// }
|
|
7953
|
+
// .sapCss_SvgIconPositive();
|
|
7954
|
+
// .sapCss_SvgIconBase() when (@sapCss_SvgIconBase) {.sapSvgIconBase {fill: @sapBaseColor !important;
|
|
7955
|
+
// }
|
|
7956
|
+
// }
|
|
7957
|
+
// .sapCss_SvgIconBase();
|
|
7958
|
+
/*</SAP_FREETEXT_LESS>*/
|
|
7953
7959
|
// /**
|
|
7954
|
-
// * Copyright (c) 2012-
|
|
7955
|
-
// * Theming Engine 1.
|
|
7956
|
-
// * data:{"sModified":"2023-
|
|
7960
|
+
// * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
7961
|
+
// * Theming Engine 1.23061.0
|
|
7962
|
+
// * data:{"sModified":"2023-09-11T07:13:37Z"}
|
|
7957
7963
|
// */
|
|
7958
7964
|
|
|
7959
7965
|
|
|
7960
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.
|
|
7966
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.6.8) *******************/
|
|
7961
7967
|
|
|
7962
7968
|
|
|
7963
7969
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -9744,10 +9750,10 @@
|
|
|
9744
9750
|
// [Protected "!true"]
|
|
9745
9751
|
@sapField_Hover_HelpBackground: @sapField_Background;
|
|
9746
9752
|
@sapField_Hover_Shadow: none;
|
|
9747
|
-
@sapField_Hover_InvalidShadow:
|
|
9748
|
-
@sapField_Hover_WarningShadow:
|
|
9749
|
-
@sapField_Hover_SuccessShadow:
|
|
9750
|
-
@sapField_Hover_InformationShadow:
|
|
9753
|
+
@sapField_Hover_InvalidShadow: @sapField_InvalidShadow;
|
|
9754
|
+
@sapField_Hover_WarningShadow: @sapField_WarningShadow;
|
|
9755
|
+
@sapField_Hover_SuccessShadow: @sapField_SuccessShadow;
|
|
9756
|
+
@sapField_Hover_InformationShadow: @sapField_InformationShadow;
|
|
9751
9757
|
|
|
9752
9758
|
// [Tags "!Protected"]
|
|
9753
9759
|
// [Protected "!true"]
|
|
@@ -9967,7 +9973,7 @@
|
|
|
9967
9973
|
|
|
9968
9974
|
// [Tags "!Protected"]
|
|
9969
9975
|
// [Protected "!true"]
|
|
9970
|
-
@sapList_Hover_Background: @
|
|
9976
|
+
@sapList_Hover_Background: @sapHoverColor;
|
|
9971
9977
|
|
|
9972
9978
|
// [Tags "!Protected"]
|
|
9973
9979
|
// [Protected "!true"]
|
|
@@ -10283,7 +10289,7 @@
|
|
|
10283
10289
|
|
|
10284
10290
|
// [Tags "!Protected"]
|
|
10285
10291
|
// [Protected "!true"]
|
|
10286
|
-
@sapObjectHeader_Hover_Background: @
|
|
10292
|
+
@sapObjectHeader_Hover_Background: @sapHoverColor;
|
|
10287
10293
|
|
|
10288
10294
|
// [Tags "!Protected"]
|
|
10289
10295
|
// [Protected "!true"]
|