@openui5/sap.ui.core 1.120.28 → 1.120.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -1
- package/package.json +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/Event.js +1 -1
- package/src/sap/base/Eventing.js +1 -1
- package/src/sap/base/config.js +1 -1
- package/src/sap/base/i18n/LanguageTag.js +1 -1
- package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
- 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 -1
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- 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/IconPool.js +11 -12
- 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 +1 -1
- 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/date/UI5Date.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/getCompatibilityVersion.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_ro.properties +2 -2
- package/src/sap/ui/core/messagebundle_vi.properties +2 -2
- 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 +359 -360
- 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/webc/WebComponent.js +1 -1
- package/src/sap/ui/core/webc/WebComponentMetadata.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 +1 -1
- 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/ODataModel.js +1 -1
- 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/ODataContextBinding.js +1 -1
- 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 +1 -1
- 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/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
|
@@ -12386,361 +12386,361 @@
|
|
|
12386
12386
|
// [Protected "true"]
|
|
12387
12387
|
// [Category "Internal"]
|
|
12388
12388
|
// [Type "asset"]
|
|
12389
|
-
|
|
12389
|
+
@sapFontUrl_SAP-icons_ttf: none;
|
|
12390
12390
|
|
|
12391
12391
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12392
12392
|
// [Protected "true"]
|
|
12393
12393
|
// [Category "Internal"]
|
|
12394
12394
|
// [Type "asset"]
|
|
12395
|
-
|
|
12395
|
+
@sapFontUrl_SAP-icons_woff: none;
|
|
12396
12396
|
|
|
12397
12397
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12398
12398
|
// [Protected "true"]
|
|
12399
12399
|
// [Category "Internal"]
|
|
12400
12400
|
// [Type "asset"]
|
|
12401
|
-
|
|
12401
|
+
@sapFontUrl_SAP-icons_woff2: none;
|
|
12402
12402
|
|
|
12403
12403
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12404
12404
|
// [Protected "true"]
|
|
12405
12405
|
// [Category "Internal"]
|
|
12406
12406
|
// [Type "asset"]
|
|
12407
|
-
|
|
12407
|
+
@sapFontUrl_SAP-icons-TNT_ttf: none;
|
|
12408
12408
|
|
|
12409
12409
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12410
12410
|
// [Protected "true"]
|
|
12411
12411
|
// [Category "Internal"]
|
|
12412
12412
|
// [Type "asset"]
|
|
12413
|
-
|
|
12413
|
+
@sapFontUrl_SAP-icons-TNT_woff: none;
|
|
12414
12414
|
|
|
12415
12415
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12416
12416
|
// [Protected "true"]
|
|
12417
12417
|
// [Category "Internal"]
|
|
12418
12418
|
// [Type "asset"]
|
|
12419
|
-
|
|
12419
|
+
@sapFontUrl_SAP-icons-TNT_woff2: none;
|
|
12420
12420
|
|
|
12421
12421
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12422
12422
|
// [Protected "true"]
|
|
12423
12423
|
// [Category "Internal"]
|
|
12424
12424
|
// [Type "asset"]
|
|
12425
|
-
|
|
12425
|
+
@sapFontUrl_SAP-icons-Business-Suite_ttf: none;
|
|
12426
12426
|
|
|
12427
12427
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12428
12428
|
// [Protected "true"]
|
|
12429
12429
|
// [Category "Internal"]
|
|
12430
12430
|
// [Type "asset"]
|
|
12431
|
-
|
|
12431
|
+
@sapFontUrl_SAP-icons-Business-Suite_woff: none;
|
|
12432
12432
|
|
|
12433
12433
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12434
12434
|
// [Protected "true"]
|
|
12435
12435
|
// [Category "Internal"]
|
|
12436
12436
|
// [Type "asset"]
|
|
12437
|
-
|
|
12437
|
+
@sapFontUrl_SAP-icons-Business-Suite_woff2: none;
|
|
12438
12438
|
|
|
12439
12439
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12440
12440
|
// [Protected "true"]
|
|
12441
12441
|
// [Category "Internal"]
|
|
12442
12442
|
// [Type "asset"]
|
|
12443
|
-
|
|
12443
|
+
@sapFontUrl_72_Regular_woff2: none;
|
|
12444
12444
|
|
|
12445
12445
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12446
12446
|
// [Protected "true"]
|
|
12447
12447
|
// [Category "Internal"]
|
|
12448
12448
|
// [Type "asset"]
|
|
12449
|
-
|
|
12449
|
+
@sapFontUrl_72_Regular_woff: none;
|
|
12450
12450
|
|
|
12451
12451
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12452
12452
|
// [Protected "true"]
|
|
12453
12453
|
// [Category "Internal"]
|
|
12454
12454
|
// [Type "asset"]
|
|
12455
|
-
|
|
12455
|
+
@sapFontUrl_72_Regular_full_woff2: none;
|
|
12456
12456
|
|
|
12457
12457
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12458
12458
|
// [Protected "true"]
|
|
12459
12459
|
// [Category "Internal"]
|
|
12460
12460
|
// [Type "asset"]
|
|
12461
|
-
|
|
12461
|
+
@sapFontUrl_72_Regular_full_woff: none;
|
|
12462
12462
|
|
|
12463
12463
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12464
12464
|
// [Protected "true"]
|
|
12465
12465
|
// [Category "Internal"]
|
|
12466
12466
|
// [Type "asset"]
|
|
12467
|
-
|
|
12467
|
+
@sapFontUrl_72_Bold_woff2: none;
|
|
12468
12468
|
|
|
12469
12469
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12470
12470
|
// [Protected "true"]
|
|
12471
12471
|
// [Category "Internal"]
|
|
12472
12472
|
// [Type "asset"]
|
|
12473
|
-
|
|
12473
|
+
@sapFontUrl_72_Bold_woff: none;
|
|
12474
12474
|
|
|
12475
12475
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12476
12476
|
// [Protected "true"]
|
|
12477
12477
|
// [Category "Internal"]
|
|
12478
12478
|
// [Type "asset"]
|
|
12479
|
-
|
|
12479
|
+
@sapFontUrl_72_Bold_full_woff2: none;
|
|
12480
12480
|
|
|
12481
12481
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12482
12482
|
// [Protected "true"]
|
|
12483
12483
|
// [Category "Internal"]
|
|
12484
12484
|
// [Type "asset"]
|
|
12485
|
-
|
|
12485
|
+
@sapFontUrl_72_Bold_full_woff: none;
|
|
12486
12486
|
|
|
12487
12487
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12488
12488
|
// [Protected "true"]
|
|
12489
12489
|
// [Category "Internal"]
|
|
12490
12490
|
// [Type "asset"]
|
|
12491
|
-
|
|
12491
|
+
@sapFontUrl_72_Semibold_woff2: none;
|
|
12492
12492
|
|
|
12493
12493
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12494
12494
|
// [Protected "true"]
|
|
12495
12495
|
// [Category "Internal"]
|
|
12496
12496
|
// [Type "asset"]
|
|
12497
|
-
|
|
12497
|
+
@sapFontUrl_72_Semibold_woff: none;
|
|
12498
12498
|
|
|
12499
12499
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12500
12500
|
// [Protected "true"]
|
|
12501
12501
|
// [Category "Internal"]
|
|
12502
12502
|
// [Type "asset"]
|
|
12503
|
-
|
|
12503
|
+
@sapFontUrl_72_Semibold_full_woff2: none;
|
|
12504
12504
|
|
|
12505
12505
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12506
12506
|
// [Protected "true"]
|
|
12507
12507
|
// [Category "Internal"]
|
|
12508
12508
|
// [Type "asset"]
|
|
12509
|
-
|
|
12509
|
+
@sapFontUrl_72_Semibold_full_woff: none;
|
|
12510
12510
|
|
|
12511
12511
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12512
12512
|
// [Protected "true"]
|
|
12513
12513
|
// [Category "Internal"]
|
|
12514
12514
|
// [Type "asset"]
|
|
12515
|
-
|
|
12515
|
+
@sapFontUrl_72_SemiboldDuplex_woff2: none;
|
|
12516
12516
|
|
|
12517
12517
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12518
12518
|
// [Protected "true"]
|
|
12519
12519
|
// [Category "Internal"]
|
|
12520
12520
|
// [Type "asset"]
|
|
12521
|
-
|
|
12521
|
+
@sapFontUrl_72_SemiboldDuplex_woff: none;
|
|
12522
12522
|
|
|
12523
12523
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12524
12524
|
// [Protected "true"]
|
|
12525
12525
|
// [Category "Internal"]
|
|
12526
12526
|
// [Type "asset"]
|
|
12527
|
-
|
|
12527
|
+
@sapFontUrl_72_SemiboldDuplex_full_woff2: none;
|
|
12528
12528
|
|
|
12529
12529
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12530
12530
|
// [Protected "true"]
|
|
12531
12531
|
// [Category "Internal"]
|
|
12532
12532
|
// [Type "asset"]
|
|
12533
|
-
|
|
12533
|
+
@sapFontUrl_72_SemiboldDuplex_full_woff: none;
|
|
12534
12534
|
|
|
12535
12535
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12536
12536
|
// [Protected "true"]
|
|
12537
12537
|
// [Category "Internal"]
|
|
12538
12538
|
// [Type "asset"]
|
|
12539
|
-
|
|
12539
|
+
@sapFontUrl_72_Light_woff2: none;
|
|
12540
12540
|
|
|
12541
12541
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12542
12542
|
// [Protected "true"]
|
|
12543
12543
|
// [Category "Internal"]
|
|
12544
12544
|
// [Type "asset"]
|
|
12545
|
-
|
|
12545
|
+
@sapFontUrl_72_Light_woff: none;
|
|
12546
12546
|
|
|
12547
12547
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12548
12548
|
// [Protected "true"]
|
|
12549
12549
|
// [Category "Internal"]
|
|
12550
12550
|
// [Type "asset"]
|
|
12551
|
-
|
|
12551
|
+
@sapFontUrl_72_Light_full_woff2: none;
|
|
12552
12552
|
|
|
12553
12553
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12554
12554
|
// [Protected "true"]
|
|
12555
12555
|
// [Category "Internal"]
|
|
12556
12556
|
// [Type "asset"]
|
|
12557
|
-
|
|
12557
|
+
@sapFontUrl_72_Light_full_woff: none;
|
|
12558
12558
|
|
|
12559
12559
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12560
12560
|
// [Protected "true"]
|
|
12561
12561
|
// [Category "Internal"]
|
|
12562
12562
|
// [Type "asset"]
|
|
12563
|
-
|
|
12563
|
+
@sapFontUrl_72_Black_woff2: none;
|
|
12564
12564
|
|
|
12565
12565
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12566
12566
|
// [Protected "true"]
|
|
12567
12567
|
// [Category "Internal"]
|
|
12568
12568
|
// [Type "asset"]
|
|
12569
|
-
|
|
12569
|
+
@sapFontUrl_72_Black_woff: none;
|
|
12570
12570
|
|
|
12571
12571
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12572
12572
|
// [Protected "true"]
|
|
12573
12573
|
// [Category "Internal"]
|
|
12574
12574
|
// [Type "asset"]
|
|
12575
|
-
|
|
12575
|
+
@sapFontUrl_72_Black_full_woff2: none;
|
|
12576
12576
|
|
|
12577
12577
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12578
12578
|
// [Protected "true"]
|
|
12579
12579
|
// [Category "Internal"]
|
|
12580
12580
|
// [Type "asset"]
|
|
12581
|
-
|
|
12581
|
+
@sapFontUrl_72_Black_full_woff: none;
|
|
12582
12582
|
|
|
12583
12583
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12584
12584
|
// [Protected "true"]
|
|
12585
12585
|
// [Category "Internal"]
|
|
12586
12586
|
// [Type "asset"]
|
|
12587
|
-
|
|
12587
|
+
@sapFontUrl_72_BoldItalic_woff2: none;
|
|
12588
12588
|
|
|
12589
12589
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12590
12590
|
// [Protected "true"]
|
|
12591
12591
|
// [Category "Internal"]
|
|
12592
12592
|
// [Type "asset"]
|
|
12593
|
-
|
|
12593
|
+
@sapFontUrl_72_BoldItalic_woff: none;
|
|
12594
12594
|
|
|
12595
12595
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12596
12596
|
// [Protected "true"]
|
|
12597
12597
|
// [Category "Internal"]
|
|
12598
12598
|
// [Type "asset"]
|
|
12599
|
-
|
|
12599
|
+
@sapFontUrl_72_BoldItalic_full_woff2: none;
|
|
12600
12600
|
|
|
12601
12601
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12602
12602
|
// [Protected "true"]
|
|
12603
12603
|
// [Category "Internal"]
|
|
12604
12604
|
// [Type "asset"]
|
|
12605
|
-
|
|
12605
|
+
@sapFontUrl_72_BoldItalic_full_woff: none;
|
|
12606
12606
|
|
|
12607
12607
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12608
12608
|
// [Protected "true"]
|
|
12609
12609
|
// [Category "Internal"]
|
|
12610
12610
|
// [Type "asset"]
|
|
12611
|
-
|
|
12611
|
+
@sapFontUrl_72_Condensed_woff2: none;
|
|
12612
12612
|
|
|
12613
12613
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12614
12614
|
// [Protected "true"]
|
|
12615
12615
|
// [Category "Internal"]
|
|
12616
12616
|
// [Type "asset"]
|
|
12617
|
-
|
|
12617
|
+
@sapFontUrl_72_Condensed_woff: none;
|
|
12618
12618
|
|
|
12619
12619
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12620
12620
|
// [Protected "true"]
|
|
12621
12621
|
// [Category "Internal"]
|
|
12622
12622
|
// [Type "asset"]
|
|
12623
|
-
|
|
12623
|
+
@sapFontUrl_72_Condensed_full_woff2: none;
|
|
12624
12624
|
|
|
12625
12625
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12626
12626
|
// [Protected "true"]
|
|
12627
12627
|
// [Category "Internal"]
|
|
12628
12628
|
// [Type "asset"]
|
|
12629
|
-
|
|
12629
|
+
@sapFontUrl_72_Condensed_full_woff: none;
|
|
12630
12630
|
|
|
12631
12631
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12632
12632
|
// [Protected "true"]
|
|
12633
12633
|
// [Category "Internal"]
|
|
12634
12634
|
// [Type "asset"]
|
|
12635
|
-
|
|
12635
|
+
@sapFontUrl_72_CondensedBold_woff2: none;
|
|
12636
12636
|
|
|
12637
12637
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12638
12638
|
// [Protected "true"]
|
|
12639
12639
|
// [Category "Internal"]
|
|
12640
12640
|
// [Type "asset"]
|
|
12641
|
-
|
|
12641
|
+
@sapFontUrl_72_CondensedBold_woff: none;
|
|
12642
12642
|
|
|
12643
12643
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12644
12644
|
// [Protected "true"]
|
|
12645
12645
|
// [Category "Internal"]
|
|
12646
12646
|
// [Type "asset"]
|
|
12647
|
-
|
|
12647
|
+
@sapFontUrl_72_CondensedBold_full_woff2: none;
|
|
12648
12648
|
|
|
12649
12649
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12650
12650
|
// [Protected "true"]
|
|
12651
12651
|
// [Category "Internal"]
|
|
12652
12652
|
// [Type "asset"]
|
|
12653
|
-
|
|
12653
|
+
@sapFontUrl_72_CondensedBold_full_woff: none;
|
|
12654
12654
|
|
|
12655
12655
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12656
12656
|
// [Protected "true"]
|
|
12657
12657
|
// [Category "Internal"]
|
|
12658
12658
|
// [Type "asset"]
|
|
12659
|
-
|
|
12659
|
+
@sapFontUrl_72_Italic_woff2: none;
|
|
12660
12660
|
|
|
12661
12661
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12662
12662
|
// [Protected "true"]
|
|
12663
12663
|
// [Category "Internal"]
|
|
12664
12664
|
// [Type "asset"]
|
|
12665
|
-
|
|
12665
|
+
@sapFontUrl_72_Italic_woff: none;
|
|
12666
12666
|
|
|
12667
12667
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12668
12668
|
// [Protected "true"]
|
|
12669
12669
|
// [Category "Internal"]
|
|
12670
12670
|
// [Type "asset"]
|
|
12671
|
-
|
|
12671
|
+
@sapFontUrl_72_Italic_full_woff2: none;
|
|
12672
12672
|
|
|
12673
12673
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12674
12674
|
// [Protected "true"]
|
|
12675
12675
|
// [Category "Internal"]
|
|
12676
12676
|
// [Type "asset"]
|
|
12677
|
-
|
|
12677
|
+
@sapFontUrl_72_Italic_full_woff: none;
|
|
12678
12678
|
|
|
12679
12679
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12680
12680
|
// [Protected "true"]
|
|
12681
12681
|
// [Category "Internal"]
|
|
12682
12682
|
// [Type "asset"]
|
|
12683
|
-
|
|
12683
|
+
@sapFontUrl_72Mono_Regular_woff2: none;
|
|
12684
12684
|
|
|
12685
12685
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12686
12686
|
// [Protected "true"]
|
|
12687
12687
|
// [Category "Internal"]
|
|
12688
12688
|
// [Type "asset"]
|
|
12689
|
-
|
|
12689
|
+
@sapFontUrl_72Mono_Regular_woff: none;
|
|
12690
12690
|
|
|
12691
12691
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12692
12692
|
// [Protected "true"]
|
|
12693
12693
|
// [Category "Internal"]
|
|
12694
12694
|
// [Type "asset"]
|
|
12695
|
-
|
|
12695
|
+
@sapFontUrl_72Mono_Regular_full_woff2: none;
|
|
12696
12696
|
|
|
12697
12697
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12698
12698
|
// [Protected "true"]
|
|
12699
12699
|
// [Category "Internal"]
|
|
12700
12700
|
// [Type "asset"]
|
|
12701
|
-
|
|
12701
|
+
@sapFontUrl_72Mono_Regular_full_woff: none;
|
|
12702
12702
|
|
|
12703
12703
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12704
12704
|
// [Protected "true"]
|
|
12705
12705
|
// [Category "Internal"]
|
|
12706
12706
|
// [Type "asset"]
|
|
12707
|
-
|
|
12707
|
+
@sapFontUrl_72Mono_Bold_woff2: none;
|
|
12708
12708
|
|
|
12709
12709
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12710
12710
|
// [Protected "true"]
|
|
12711
12711
|
// [Category "Internal"]
|
|
12712
12712
|
// [Type "asset"]
|
|
12713
|
-
|
|
12713
|
+
@sapFontUrl_72Mono_Bold_woff: none;
|
|
12714
12714
|
|
|
12715
12715
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12716
12716
|
// [Protected "true"]
|
|
12717
12717
|
// [Category "Internal"]
|
|
12718
12718
|
// [Type "asset"]
|
|
12719
|
-
|
|
12719
|
+
@sapFontUrl_72Mono_Bold_full_woff2: none;
|
|
12720
12720
|
|
|
12721
12721
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
12722
12722
|
// [Protected "true"]
|
|
12723
12723
|
// [Category "Internal"]
|
|
12724
12724
|
// [Type "asset"]
|
|
12725
|
-
|
|
12725
|
+
@sapFontUrl_72Mono_Bold_full_woff: none;
|
|
12726
12726
|
|
|
12727
12727
|
// [Tags "SapInternal", "Base", "URI", "Protected"]
|
|
12728
12728
|
// [Protected "true"]
|
|
12729
12729
|
// [Category "Internal"]
|
|
12730
12730
|
// [Type "asset"]
|
|
12731
|
-
|
|
12731
|
+
@sapSvgLib_SAP-icons: none;
|
|
12732
12732
|
|
|
12733
12733
|
// [Tags "SapInternal", "Base", "URI", "Protected"]
|
|
12734
12734
|
// [Protected "true"]
|
|
12735
12735
|
// [Category "Internal"]
|
|
12736
12736
|
// [Type "asset"]
|
|
12737
|
-
|
|
12737
|
+
@sapSvgLib_SAPGUI-icons: none;
|
|
12738
12738
|
|
|
12739
12739
|
// [Tags "SapInternal", "Base", "URI", "Protected"]
|
|
12740
12740
|
// [Protected "true"]
|
|
12741
12741
|
// [Category "Internal"]
|
|
12742
12742
|
// [Type "asset"]
|
|
12743
|
-
|
|
12743
|
+
@sapSvgLib_SAPWeb-icons: none;
|
|
12744
12744
|
|
|
12745
12745
|
// [Label "SAP Theme Id"]
|
|
12746
12746
|
// [Description "Technical identifier of the SAP-provided theme or of the SAP-provided theme a custom theme is based on."]
|
|
@@ -12962,10 +12962,10 @@
|
|
|
12962
12962
|
// [Category "Internal"]
|
|
12963
12963
|
// [Type "sizing"]
|
|
12964
12964
|
@sapBreakpoint_XL_Min: @sapDefault_Dimension;
|
|
12965
|
-
@sapCss_SAP-icons:
|
|
12965
|
+
@sapCss_SAP-icons: false;
|
|
12966
12966
|
@sapCss_SAP-icons-TNT: false;
|
|
12967
12967
|
@sapCss_SAP-icons-Business-Suite: false;
|
|
12968
|
-
@sapCss_72:
|
|
12968
|
+
@sapCss_72: false;
|
|
12969
12969
|
@sapCss_72full: @sapCss_72;
|
|
12970
12970
|
@sapCss_72Bold: @sapCss_72;
|
|
12971
12971
|
@sapCss_72Boldfull: @sapCss_72Bold;
|
|
@@ -12989,341 +12989,340 @@
|
|
|
12989
12989
|
@sapCss_72Monofull: @sapCss_72Mono;
|
|
12990
12990
|
@sapCss_72MonoBold: @sapCss_72Mono;
|
|
12991
12991
|
@sapCss_72MonoBoldfull: @sapCss_72MonoBold;
|
|
12992
|
-
@sapCss_SvgIconBase:
|
|
12992
|
+
@sapCss_SvgIconBase: false;
|
|
12993
12993
|
@sapCss_SvgIconCritical: @sapCss_SvgIconBase;
|
|
12994
12994
|
@sapCss_SvgIconPositive: @sapCss_SvgIconBase;
|
|
12995
12995
|
@sapCss_SvgIconNegative: @sapCss_SvgIconBase;
|
|
12996
12996
|
/*<SAP_FREETEXT_LESS>*/
|
|
12997
12997
|
.sapCss_SAP-icons() when (@sapCss_SAP-icons) {
|
|
12998
|
-
|
|
12999
|
-
|
|
13000
|
-
|
|
13001
|
-
|
|
13002
|
-
|
|
13003
|
-
|
|
12998
|
+
@font-face {
|
|
12999
|
+
font-family: 'SAP-icons';
|
|
13000
|
+
src: @sapFontUrl_SAP-icons_woff2 format('woff2'), @sapFontUrl_SAP-icons_woff format('woff'), @sapFontUrl_SAP-icons_ttf format('truetype'), local('SAP-icons');
|
|
13001
|
+
font-weight: normal;
|
|
13002
|
+
font-style: normal;
|
|
13003
|
+
}
|
|
13004
13004
|
}
|
|
13005
13005
|
.sapCss_SAP-icons();
|
|
13006
13006
|
.sapCss_SAP-icons-TNT() when (@sapCss_SAP-icons-TNT) {
|
|
13007
|
-
|
|
13008
|
-
|
|
13009
|
-
|
|
13010
|
-
|
|
13011
|
-
|
|
13012
|
-
|
|
13007
|
+
@font-face {
|
|
13008
|
+
font-family: 'SAP-icons-TNT';
|
|
13009
|
+
src: @sapFontUrl_SAP-icons-TNT_woff2 format('woff2'), @sapFontUrl_SAP-icons-TNT_woff format('woff'), @sapFontUrl_SAP-icons-TNT_ttf format('truetype'), local('SAP-icons-TNT');
|
|
13010
|
+
font-weight: normal;
|
|
13011
|
+
font-style: normal;
|
|
13012
|
+
}
|
|
13013
13013
|
}
|
|
13014
13014
|
.sapCss_SAP-icons-TNT();
|
|
13015
13015
|
.sapCss_SAP-icons-Business-Suite() when (@sapCss_SAP-icons-Business-Suite) {
|
|
13016
|
-
|
|
13017
|
-
|
|
13018
|
-
|
|
13019
|
-
|
|
13020
|
-
|
|
13021
|
-
|
|
13016
|
+
@font-face {
|
|
13017
|
+
font-family: 'SAP-icons-Business-Suite';
|
|
13018
|
+
src: @sapFontUrl_SAP-icons-Business-Suite_woff2 format('woff2'), @sapFontUrl_SAP-icons-Business-Suite_woff format('woff'), @sapFontUrl_SAP-icons-Business-Suite_ttf format('truetype'), local('SAP-icons-Business-Suite_woff2');
|
|
13019
|
+
font-weight: normal;
|
|
13020
|
+
font-style: normal;
|
|
13021
|
+
}
|
|
13022
13022
|
}
|
|
13023
13023
|
.sapCss_SAP-icons-Business-Suite();
|
|
13024
13024
|
.sapCss_72() when (@sapCss_72) {
|
|
13025
|
-
|
|
13026
|
-
|
|
13027
|
-
|
|
13028
|
-
|
|
13029
|
-
|
|
13030
|
-
|
|
13031
|
-
|
|
13025
|
+
@font-face {
|
|
13026
|
+
font-family: '72';
|
|
13027
|
+
font-style: normal;
|
|
13028
|
+
font-weight: 400;
|
|
13029
|
+
src: @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff'), local('72');
|
|
13030
|
+
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;
|
|
13031
|
+
}
|
|
13032
13032
|
}
|
|
13033
13033
|
.sapCss_72();
|
|
13034
13034
|
.sapCss_72full() when (@sapCss_72full) {
|
|
13035
|
-
|
|
13036
|
-
|
|
13037
|
-
|
|
13038
|
-
|
|
13039
|
-
|
|
13040
|
-
|
|
13035
|
+
@font-face {
|
|
13036
|
+
font-family: '72full';
|
|
13037
|
+
font-style: normal;
|
|
13038
|
+
font-weight: 400;
|
|
13039
|
+
src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
|
|
13040
|
+
}
|
|
13041
13041
|
}
|
|
13042
13042
|
.sapCss_72full();
|
|
13043
13043
|
.sapCss_72Bold() when (@sapCss_72Bold) {
|
|
13044
|
-
|
|
13045
|
-
|
|
13046
|
-
|
|
13047
|
-
|
|
13048
|
-
|
|
13049
|
-
|
|
13050
|
-
|
|
13051
|
-
|
|
13052
|
-
|
|
13053
|
-
|
|
13054
|
-
|
|
13055
|
-
|
|
13044
|
+
@font-face {
|
|
13045
|
+
font-family: '72-Bold';
|
|
13046
|
+
src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
|
|
13047
|
+
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;
|
|
13048
|
+
}
|
|
13049
|
+
@font-face {
|
|
13050
|
+
font-family: '72';
|
|
13051
|
+
font-style: normal;
|
|
13052
|
+
font-weight: 700;
|
|
13053
|
+
src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
|
|
13054
|
+
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;
|
|
13055
|
+
}
|
|
13056
13056
|
}
|
|
13057
13057
|
.sapCss_72Bold();
|
|
13058
13058
|
.sapCss_72Boldfull() when (@sapCss_72Boldfull) {
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
13063
|
-
|
|
13064
|
-
|
|
13065
|
-
|
|
13066
|
-
|
|
13067
|
-
|
|
13068
|
-
|
|
13059
|
+
@font-face {
|
|
13060
|
+
font-family: '72-Boldfull';
|
|
13061
|
+
src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
|
|
13062
|
+
}
|
|
13063
|
+
@font-face {
|
|
13064
|
+
font-family: '72full';
|
|
13065
|
+
font-style: normal;
|
|
13066
|
+
font-weight: 700;
|
|
13067
|
+
src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
|
|
13068
|
+
}
|
|
13069
13069
|
}
|
|
13070
13070
|
.sapCss_72Boldfull();
|
|
13071
13071
|
.sapCss_72Semibold() when (@sapCss_72Semibold) {
|
|
13072
|
-
|
|
13073
|
-
|
|
13074
|
-
|
|
13075
|
-
|
|
13076
|
-
|
|
13077
|
-
|
|
13078
|
-
|
|
13079
|
-
|
|
13080
|
-
|
|
13081
|
-
|
|
13082
|
-
|
|
13083
|
-
|
|
13072
|
+
@font-face {
|
|
13073
|
+
font-family: '72-Semibold';
|
|
13074
|
+
src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
|
|
13075
|
+
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;
|
|
13076
|
+
}
|
|
13077
|
+
@font-face {
|
|
13078
|
+
font-family: '72';
|
|
13079
|
+
font-style: normal;
|
|
13080
|
+
font-weight: 600;
|
|
13081
|
+
src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
|
|
13082
|
+
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;
|
|
13083
|
+
}
|
|
13084
13084
|
}
|
|
13085
13085
|
.sapCss_72Semibold();
|
|
13086
13086
|
.sapCss_72Semiboldfull() when (@sapCss_72Semiboldfull) {
|
|
13087
|
-
|
|
13088
|
-
|
|
13089
|
-
|
|
13090
|
-
|
|
13091
|
-
|
|
13092
|
-
|
|
13093
|
-
|
|
13094
|
-
|
|
13095
|
-
|
|
13096
|
-
|
|
13087
|
+
@font-face {
|
|
13088
|
+
font-family: '72-Semiboldfull';
|
|
13089
|
+
src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
13090
|
+
}
|
|
13091
|
+
@font-face {
|
|
13092
|
+
font-family: '72full';
|
|
13093
|
+
font-style: normal;
|
|
13094
|
+
font-weight: 600;
|
|
13095
|
+
src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
13096
|
+
}
|
|
13097
13097
|
}
|
|
13098
13098
|
.sapCss_72Semiboldfull();
|
|
13099
13099
|
.sapCss_72SemiboldDuplex() when (@sapCss_72SemiboldDuplex) {
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
13104
|
-
|
|
13100
|
+
@font-face {
|
|
13101
|
+
font-family: '72-SemiboldDuplex';
|
|
13102
|
+
src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
|
|
13103
|
+
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;
|
|
13104
|
+
}
|
|
13105
13105
|
}
|
|
13106
13106
|
.sapCss_72SemiboldDuplex();
|
|
13107
13107
|
.sapCss_72SemiboldDuplexfull() when (@sapCss_72SemiboldDuplexfull) {
|
|
13108
|
-
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
|
|
13108
|
+
@font-face {
|
|
13109
|
+
font-family: '72-SemiboldDuplexfull';
|
|
13110
|
+
src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
|
|
13111
|
+
}
|
|
13112
13112
|
}
|
|
13113
13113
|
.sapCss_72SemiboldDuplexfull();
|
|
13114
13114
|
.sapCss_72Light() when (@sapCss_72Light) {
|
|
13115
|
-
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13115
|
+
@font-face {
|
|
13116
|
+
font-family: '72-Light';
|
|
13117
|
+
src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
|
|
13118
|
+
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;
|
|
13119
|
+
}
|
|
13120
|
+
@font-face {
|
|
13121
|
+
font-family: '72';
|
|
13122
|
+
font-style: normal;
|
|
13123
|
+
font-weight: 300;
|
|
13124
|
+
src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
|
|
13125
|
+
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;
|
|
13126
|
+
}
|
|
13127
13127
|
}
|
|
13128
13128
|
.sapCss_72Light();
|
|
13129
13129
|
.sapCss_72Lightfull() when (@sapCss_72Lightfull) {
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13134
|
-
|
|
13135
|
-
|
|
13136
|
-
|
|
13137
|
-
|
|
13138
|
-
|
|
13139
|
-
|
|
13130
|
+
@font-face {
|
|
13131
|
+
font-family: '72-Lightfull';
|
|
13132
|
+
src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
|
|
13133
|
+
}
|
|
13134
|
+
@font-face {
|
|
13135
|
+
font-family: '72full';
|
|
13136
|
+
font-style: normal;
|
|
13137
|
+
font-weight: 300;
|
|
13138
|
+
src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
|
|
13139
|
+
}
|
|
13140
13140
|
}
|
|
13141
13141
|
.sapCss_72Lightfull();
|
|
13142
13142
|
.sapCss_72Black() when (@sapCss_72Black) {
|
|
13143
|
-
|
|
13144
|
-
|
|
13145
|
-
|
|
13146
|
-
|
|
13147
|
-
|
|
13148
|
-
|
|
13149
|
-
|
|
13150
|
-
|
|
13151
|
-
|
|
13152
|
-
|
|
13153
|
-
|
|
13154
|
-
|
|
13143
|
+
@font-face {
|
|
13144
|
+
font-family: '72Black';
|
|
13145
|
+
src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
|
|
13146
|
+
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;
|
|
13147
|
+
}
|
|
13148
|
+
@font-face {
|
|
13149
|
+
font-family: '72';
|
|
13150
|
+
font-style: normal;
|
|
13151
|
+
font-weight: 900;
|
|
13152
|
+
src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
|
|
13153
|
+
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;
|
|
13154
|
+
}
|
|
13155
13155
|
}
|
|
13156
13156
|
.sapCss_72Black();
|
|
13157
13157
|
.sapCss_72Blackfull() when (@sapCss_72Blackfull) {
|
|
13158
|
-
|
|
13159
|
-
|
|
13160
|
-
|
|
13161
|
-
|
|
13162
|
-
|
|
13163
|
-
|
|
13164
|
-
|
|
13165
|
-
|
|
13166
|
-
|
|
13167
|
-
|
|
13158
|
+
@font-face {
|
|
13159
|
+
font-family: '72Blackfull';
|
|
13160
|
+
src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
|
|
13161
|
+
}
|
|
13162
|
+
@font-face {
|
|
13163
|
+
font-family: '72full';
|
|
13164
|
+
font-style: normal;
|
|
13165
|
+
font-weight: 900;
|
|
13166
|
+
src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
|
|
13167
|
+
}
|
|
13168
13168
|
}
|
|
13169
13169
|
.sapCss_72Blackfull();
|
|
13170
13170
|
.sapCss_72BoldItalic() when (@sapCss_72BoldItalic) {
|
|
13171
|
-
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13176
|
-
|
|
13177
|
-
|
|
13178
|
-
|
|
13179
|
-
|
|
13180
|
-
|
|
13181
|
-
|
|
13182
|
-
|
|
13171
|
+
@font-face {
|
|
13172
|
+
font-family: '72-BoldItalic';
|
|
13173
|
+
src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
|
|
13174
|
+
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;
|
|
13175
|
+
}
|
|
13176
|
+
@font-face {
|
|
13177
|
+
font-family: '72';
|
|
13178
|
+
font-style: italic;
|
|
13179
|
+
font-weight: 700;
|
|
13180
|
+
src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
|
|
13181
|
+
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;
|
|
13182
|
+
}
|
|
13183
13183
|
}
|
|
13184
13184
|
.sapCss_72BoldItalic();
|
|
13185
13185
|
.sapCss_72BoldItalicfull() when (@sapCss_72BoldItalicfull) {
|
|
13186
|
-
|
|
13187
|
-
|
|
13188
|
-
|
|
13189
|
-
|
|
13190
|
-
|
|
13191
|
-
|
|
13186
|
+
@font-face {
|
|
13187
|
+
font-family: '72full';
|
|
13188
|
+
font-style: italic;
|
|
13189
|
+
font-weight: 700;
|
|
13190
|
+
src: @sapFontUrl_72_BoldItalic_full_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_full_woff format('woff');
|
|
13191
|
+
}
|
|
13192
13192
|
}
|
|
13193
13193
|
.sapCss_72BoldItalicfull();
|
|
13194
13194
|
.sapCss_72Condensed() when (@sapCss_72Condensed) {
|
|
13195
|
-
|
|
13196
|
-
|
|
13197
|
-
|
|
13198
|
-
|
|
13199
|
-
|
|
13200
|
-
|
|
13201
|
-
|
|
13202
|
-
|
|
13203
|
-
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
|
|
13207
|
-
|
|
13195
|
+
@font-face {
|
|
13196
|
+
font-family: '72-Condensed';
|
|
13197
|
+
src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
|
|
13198
|
+
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;
|
|
13199
|
+
}
|
|
13200
|
+
@font-face {
|
|
13201
|
+
font-family: '72';
|
|
13202
|
+
font-style: normal;
|
|
13203
|
+
font-weight: 400;
|
|
13204
|
+
font-stretch: condensed;
|
|
13205
|
+
src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
|
|
13206
|
+
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;
|
|
13207
|
+
}
|
|
13208
13208
|
}
|
|
13209
13209
|
.sapCss_72Condensed();
|
|
13210
13210
|
.sapCss_72Condensedfull() when (@sapCss_72Condensedfull) {
|
|
13211
|
-
|
|
13212
|
-
|
|
13213
|
-
|
|
13214
|
-
|
|
13215
|
-
|
|
13216
|
-
|
|
13217
|
-
|
|
13218
|
-
|
|
13211
|
+
@font-face {
|
|
13212
|
+
font-family: '72';
|
|
13213
|
+
font-style: normal;
|
|
13214
|
+
font-weight: 400;
|
|
13215
|
+
font-stretch: condensed;
|
|
13216
|
+
src: @sapFontUrl_72_Condensed_full_woff2 format('woff2'), @sapFontUrl_72_Condensed_full_woff format('woff');
|
|
13217
|
+
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;
|
|
13218
|
+
}
|
|
13219
13219
|
}
|
|
13220
13220
|
.sapCss_72Condensedfull();
|
|
13221
13221
|
.sapCss_72CondensedBold() when (@sapCss_72CondensedBold) {
|
|
13222
|
-
|
|
13223
|
-
|
|
13224
|
-
|
|
13225
|
-
|
|
13226
|
-
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13233
|
-
|
|
13234
|
-
|
|
13222
|
+
@font-face {
|
|
13223
|
+
font-family: '72-CondensedBold';
|
|
13224
|
+
src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
|
|
13225
|
+
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;
|
|
13226
|
+
}
|
|
13227
|
+
@font-face {
|
|
13228
|
+
font-family: '72';
|
|
13229
|
+
font-style: normal;
|
|
13230
|
+
font-weight: 700;
|
|
13231
|
+
font-stretch: condensed;
|
|
13232
|
+
src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
|
|
13233
|
+
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;
|
|
13234
|
+
}
|
|
13235
13235
|
}
|
|
13236
13236
|
.sapCss_72CondensedBold();
|
|
13237
13237
|
.sapCss_72CondensedBoldfull() when (@sapCss_72CondensedBoldfull) {
|
|
13238
|
-
|
|
13239
|
-
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
|
|
13243
|
-
|
|
13244
|
-
|
|
13238
|
+
@font-face {
|
|
13239
|
+
font-family: '72full';
|
|
13240
|
+
font-style: normal;
|
|
13241
|
+
font-weight: 700;
|
|
13242
|
+
font-stretch: condensed;
|
|
13243
|
+
src: @sapFontUrl_72_CondensedBold_full_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_full_woff format('woff');
|
|
13244
|
+
}
|
|
13245
13245
|
}
|
|
13246
13246
|
.sapCss_72CondensedBoldfull();
|
|
13247
13247
|
.sapCss_72Italic() when (@sapCss_72Italic) {
|
|
13248
|
-
|
|
13249
|
-
|
|
13250
|
-
|
|
13251
|
-
|
|
13252
|
-
|
|
13253
|
-
|
|
13254
|
-
|
|
13255
|
-
|
|
13256
|
-
|
|
13257
|
-
|
|
13258
|
-
|
|
13259
|
-
|
|
13248
|
+
@font-face {
|
|
13249
|
+
font-family: '72-Italic';
|
|
13250
|
+
src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
|
|
13251
|
+
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;
|
|
13252
|
+
}
|
|
13253
|
+
@font-face {
|
|
13254
|
+
font-family: '72';
|
|
13255
|
+
font-style: italic;
|
|
13256
|
+
font-weight: 400;
|
|
13257
|
+
src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
|
|
13258
|
+
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;
|
|
13259
|
+
}
|
|
13260
13260
|
}
|
|
13261
13261
|
.sapCss_72Italic();
|
|
13262
13262
|
.sapCss_72Italicfull() when (@sapCss_72Italicfull) {
|
|
13263
|
-
|
|
13264
|
-
|
|
13265
|
-
|
|
13266
|
-
|
|
13267
|
-
|
|
13268
|
-
|
|
13263
|
+
@font-face {
|
|
13264
|
+
font-family: '72full';
|
|
13265
|
+
font-style: italic;
|
|
13266
|
+
font-weight: 400;
|
|
13267
|
+
src: @sapFontUrl_72_Italic_full_woff2 format('woff2'), @sapFontUrl_72_Italic_full_woff format('woff');
|
|
13268
|
+
}
|
|
13269
13269
|
}
|
|
13270
13270
|
.sapCss_72Italicfull();
|
|
13271
13271
|
.sapCss_72Mono() when (@sapCss_72Mono) {
|
|
13272
|
-
|
|
13273
|
-
|
|
13274
|
-
|
|
13275
|
-
|
|
13276
|
-
|
|
13272
|
+
@font-face {
|
|
13273
|
+
font-family: '72Mono';
|
|
13274
|
+
src: @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff'), local('72Mono');
|
|
13275
|
+
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;
|
|
13276
|
+
}
|
|
13277
13277
|
}
|
|
13278
13278
|
.sapCss_72Mono();
|
|
13279
13279
|
.sapCss_72Monofull() when (@sapCss_72Monofull) {
|
|
13280
|
-
|
|
13281
|
-
|
|
13282
|
-
|
|
13283
|
-
|
|
13280
|
+
@font-face {
|
|
13281
|
+
font-family: '72Monofull';
|
|
13282
|
+
src: @sapFontUrl_72Mono_Regular_full_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_full_woff format('woff');
|
|
13283
|
+
}
|
|
13284
13284
|
}
|
|
13285
13285
|
.sapCss_72Monofull();
|
|
13286
13286
|
.sapCss_72MonoBold() when (@sapCss_72MonoBold) {
|
|
13287
|
-
|
|
13288
|
-
|
|
13289
|
-
|
|
13290
|
-
|
|
13291
|
-
|
|
13287
|
+
@font-face {
|
|
13288
|
+
font-family: '72Mono-Bold';
|
|
13289
|
+
src: @sapFontUrl_72Mono_Bold_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_woff format('woff'), local('72Mono-Bold');
|
|
13290
|
+
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;
|
|
13291
|
+
}
|
|
13292
13292
|
}
|
|
13293
13293
|
.sapCss_72MonoBold();
|
|
13294
13294
|
.sapCss_72MonoBoldfull() when (@sapCss_72MonoBoldfull) {
|
|
13295
|
-
|
|
13296
|
-
|
|
13297
|
-
|
|
13298
|
-
|
|
13295
|
+
@font-face {
|
|
13296
|
+
font-family: '72Mono-Boldfull';
|
|
13297
|
+
src: @sapFontUrl_72Mono_Bold_full_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_full_woff format('woff');
|
|
13298
|
+
}
|
|
13299
13299
|
}
|
|
13300
13300
|
.sapCss_72MonoBoldfull();
|
|
13301
13301
|
.sapCss_SvgIconNegative() when (@sapCss_SvgIconNegative) {
|
|
13302
|
-
|
|
13303
|
-
|
|
13304
|
-
|
|
13302
|
+
.sapSvgIconNegative {
|
|
13303
|
+
fill: @sapNegativeElementColor !important;
|
|
13304
|
+
}
|
|
13305
13305
|
}
|
|
13306
13306
|
.sapCss_SvgIconNegative();
|
|
13307
13307
|
.sapCss_SvgIconCritical() when (@sapCss_SvgIconCritical) {
|
|
13308
|
-
|
|
13309
|
-
|
|
13310
|
-
|
|
13308
|
+
.sapSvgIconCritical {
|
|
13309
|
+
fill: @sapCriticalElementColor !important;
|
|
13310
|
+
}
|
|
13311
13311
|
}
|
|
13312
13312
|
.sapCss_SvgIconCritical();
|
|
13313
13313
|
.sapCss_SvgIconPositive() when (@sapCss_SvgIconPositive) {
|
|
13314
|
-
|
|
13315
|
-
|
|
13316
|
-
|
|
13314
|
+
.sapSvgIconPositive {
|
|
13315
|
+
fill: @sapPositiveElementColor !important;
|
|
13316
|
+
}
|
|
13317
13317
|
}
|
|
13318
13318
|
.sapCss_SvgIconPositive();
|
|
13319
13319
|
.sapCss_SvgIconBase() when (@sapCss_SvgIconBase) {
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13320
|
+
.sapSvgIconBase {
|
|
13321
|
+
fill: @sapBaseColor !important;
|
|
13322
|
+
}
|
|
13323
13323
|
}
|
|
13324
13324
|
.sapCss_SvgIconBase();
|
|
13325
|
-
/*</SAP_FREETEXT_LESS
|
|
13326
|
-
// /**
|
|
13325
|
+
/*</SAP_FREETEXT_LESS>*/// /**
|
|
13327
13326
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
13328
13327
|
// * Theming Engine 15.0.1
|
|
13329
13328
|
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
@@ -17357,66 +17356,66 @@
|
|
|
17357
17356
|
@sapChart_Sequence_Neutral_Minus5: darken(@sapChart_Sequence_Neutral, 32);
|
|
17358
17357
|
@sapChart_Sequence_Neutral_Minus5_TextColor: contrast(@sapChart_Sequence_Neutral_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
|
|
17359
17358
|
@sapChart_Sequence_Neutral_Minus5_TextShadow: -1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 1px 0 contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold), 0 -1px contrast(@sapChart_Sequence_Neutral_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
17360
|
-
|
|
17361
|
-
|
|
17362
|
-
|
|
17363
|
-
|
|
17364
|
-
|
|
17365
|
-
|
|
17366
|
-
|
|
17367
|
-
|
|
17368
|
-
|
|
17369
|
-
|
|
17370
|
-
|
|
17371
|
-
|
|
17372
|
-
|
|
17373
|
-
|
|
17374
|
-
|
|
17375
|
-
|
|
17376
|
-
|
|
17377
|
-
|
|
17378
|
-
|
|
17379
|
-
|
|
17380
|
-
|
|
17381
|
-
|
|
17382
|
-
|
|
17383
|
-
|
|
17384
|
-
|
|
17385
|
-
|
|
17386
|
-
|
|
17387
|
-
|
|
17388
|
-
|
|
17389
|
-
|
|
17390
|
-
|
|
17391
|
-
|
|
17392
|
-
|
|
17393
|
-
|
|
17394
|
-
|
|
17395
|
-
|
|
17396
|
-
|
|
17397
|
-
|
|
17398
|
-
|
|
17399
|
-
|
|
17400
|
-
|
|
17401
|
-
|
|
17402
|
-
|
|
17403
|
-
|
|
17404
|
-
|
|
17405
|
-
|
|
17406
|
-
|
|
17407
|
-
|
|
17408
|
-
|
|
17409
|
-
|
|
17410
|
-
|
|
17411
|
-
|
|
17412
|
-
|
|
17413
|
-
|
|
17414
|
-
|
|
17415
|
-
|
|
17416
|
-
|
|
17417
|
-
|
|
17418
|
-
|
|
17419
|
-
|
|
17359
|
+
@sapFontUrl_SAP-icons_ttf: url(./../baseTheme/fonts/SAP-icons.ttf);
|
|
17360
|
+
@sapFontUrl_SAP-icons_woff: url(./../baseTheme/fonts/SAP-icons.woff);
|
|
17361
|
+
@sapFontUrl_SAP-icons_woff2: url(./../baseTheme/fonts/SAP-icons.woff2);
|
|
17362
|
+
@sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
|
|
17363
|
+
@sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
|
|
17364
|
+
@sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
|
|
17365
|
+
@sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
|
|
17366
|
+
@sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
|
|
17367
|
+
@sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
|
|
17368
|
+
@sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
|
|
17369
|
+
@sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
|
|
17370
|
+
@sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
|
|
17371
|
+
@sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
|
|
17372
|
+
@sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
17373
|
+
@sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
17374
|
+
@sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
|
|
17375
|
+
@sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
|
|
17376
|
+
@sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
|
|
17377
|
+
@sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
|
|
17378
|
+
@sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
|
|
17379
|
+
@sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
|
|
17380
|
+
@sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
|
|
17381
|
+
@sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
|
|
17382
|
+
@sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
|
|
17383
|
+
@sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
|
|
17384
|
+
@sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
17385
|
+
@sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
17386
|
+
@sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
|
|
17387
|
+
@sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
|
|
17388
|
+
@sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
|
|
17389
|
+
@sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
|
|
17390
|
+
@sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
|
|
17391
|
+
@sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
|
|
17392
|
+
@sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
|
|
17393
|
+
@sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
|
|
17394
|
+
@sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
|
|
17395
|
+
@sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
|
|
17396
|
+
@sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
|
|
17397
|
+
@sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
|
|
17398
|
+
@sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
|
|
17399
|
+
@sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
|
|
17400
|
+
@sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
|
|
17401
|
+
@sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
|
|
17402
|
+
@sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
|
|
17403
|
+
@sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
|
|
17404
|
+
@sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
|
|
17405
|
+
@sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
|
|
17406
|
+
@sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
|
|
17407
|
+
@sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
|
|
17408
|
+
@sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
|
|
17409
|
+
@sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
|
|
17410
|
+
@sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
|
|
17411
|
+
@sapFontUrl_72Mono_Regular_full_woff: url(./../baseTheme/fonts/72Mono-Regular-full.woff);
|
|
17412
|
+
@sapFontUrl_72Mono_Bold_woff2: url(./../baseTheme/fonts/72Mono-Bold.woff2);
|
|
17413
|
+
@sapFontUrl_72Mono_Bold_woff: url(./../baseTheme/fonts/72Mono-Bold.woff);
|
|
17414
|
+
@sapFontUrl_72Mono_Bold_full_woff2: url(./../baseTheme/fonts/72Mono-Bold-full.woff2);
|
|
17415
|
+
@sapFontUrl_72Mono_Bold_full_woff: url(./../baseTheme/fonts/72Mono-Bold-full.woff);
|
|
17416
|
+
@sapSvgLib_SAP-icons: none;
|
|
17417
|
+
@sapSvgLib_SAPGUI-icons: url(./../sap_belize/svg/libs/SAPGUI-icons.svg);
|
|
17418
|
+
@sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
|
|
17420
17419
|
@sapSapThemeId: sap_belize_hcw;
|
|
17421
17420
|
@sapBackgroundColorDefault: @sapBackgroundColor;
|
|
17422
17421
|
@sapList_HighlightColor: @sapHighlightColor;
|