@openui5/themelib_sap_horizon 1.98.0 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +6 -2
- package/src/sap/f/themes/sap_horizon/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +5 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +42 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -0
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +185 -0
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +21 -0
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +148 -0
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +19 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +11 -0
- package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +18 -0
- package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +338 -0
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +20 -0
- package/src/sap/f/themes/sap_horizon_hcb/AvatarGroup.less +8 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +37 -0
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +7 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +181 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +20 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +114 -0
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +55 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +8 -0
- package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +8 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +41 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +21 -0
- package/src/sap/f/themes/sap_horizon_hcw/AvatarGroup.less +8 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +37 -0
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +7 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +182 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +20 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +114 -0
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +55 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridContainer.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +8 -0
- package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +8 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +42 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +21 -0
- package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Button.less +39 -70
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +1 -1
- package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
- package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -6
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
- package/src/sap/m/themes/sap_horizon/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon/MenuButton.less +4 -4
- package/src/sap/m/themes/sap_horizon/MessageBox.less +5 -5
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Page.less +5 -2
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- package/src/sap/m/themes/sap_horizon/RadioButton.less +65 -8
- package/src/sap/m/themes/sap_horizon/SearchField.less +35 -69
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +9 -5
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
- package/src/sap/m/themes/sap_horizon/SlideTile.less +10 -1
- package/src/sap/m/themes/sap_horizon/SplitButton.less +20 -10
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon/Token.less +28 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- package/src/sap/m/themes/sap_horizon/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/ActionListItem.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +83 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +9 -0
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +61 -0
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +78 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/BusyDialog.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +15 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +286 -0
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +47 -0
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +216 -0
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +73 -0
- package/src/sap/m/themes/sap_horizon_dark/ColumnListItem.less +28 -0
- package/src/sap/m/themes/sap_horizon_dark/ComboBoxBase.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +136 -0
- package/src/sap/m/themes/sap_horizon_dark/DraftIndicator.less +10 -0
- package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +14 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +112 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +366 -0
- package/src/sap/m/themes/sap_horizon_dark/GroupHeaderListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +696 -0
- package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/Image.less +10 -0
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +137 -0
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +43 -0
- package/src/sap/m/themes/sap_horizon_dark/Link.less +59 -0
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +28 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +28 -0
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +46 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +34 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +66 -0
- package/src/sap/m/themes/sap_horizon_dark/MessageView.less +95 -0
- package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +48 -0
- package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +29 -0
- package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +27 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +52 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +79 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +10 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +85 -0
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +102 -0
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +34 -0
- package/src/sap/m/themes/sap_horizon_dark/Page.less +226 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +87 -0
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +106 -0
- package/src/sap/m/themes/sap_horizon_dark/PlanningCalendarHeader.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +140 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +112 -0
- package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +15 -0
- package/src/sap/m/themes/sap_horizon_dark/QuickView.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +229 -0
- package/src/sap/m/themes/sap_horizon_dark/RadioButtonGroup.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +76 -0
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +49 -0
- package/src/sap/m/themes/sap_horizon_dark/ResponsivePopover.less +12 -0
- package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +73 -0
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +262 -0
- package/src/sap/m/themes/sap_horizon_dark/Select.less +349 -0
- package/src/sap/m/themes/sap_horizon_dark/SelectDialog.less +23 -0
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +81 -0
- package/src/sap/m/themes/sap_horizon_dark/Shell.less +36 -0
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +225 -0
- package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +42 -0
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +85 -0
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +148 -0
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +32 -0
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +217 -0
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +35 -0
- package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +28 -0
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +24 -0
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +335 -0
- package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +21 -0
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +169 -0
- package/src/sap/m/themes/sap_horizon_dark/Table.less +46 -0
- package/src/sap/m/themes/sap_horizon_dark/TableSelectDialog.less +23 -0
- package/src/sap/m/themes/sap_horizon_dark/Text.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +33 -0
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +17 -0
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +15 -0
- package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +147 -0
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +106 -0
- package/src/sap/m/themes/sap_horizon_dark/Token.less +62 -0
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +93 -0
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +85 -0
- package/src/sap/m/themes/sap_horizon_dark/UploadCollection.less +11 -0
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +61 -0
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +50 -0
- package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +44 -0
- package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +110 -0
- package/src/sap/m/themes/sap_horizon_dark/Wizard.less +28 -0
- package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +103 -0
- package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +109 -0
- package/src/sap/m/themes/sap_horizon_hcb/ActionListItem.less +54 -0
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +70 -0
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +67 -0
- package/src/sap/m/themes/sap_horizon_hcb/Bar.less +78 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +35 -0
- package/src/sap/m/themes/sap_horizon_hcb/BusyDialog.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +15 -0
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +255 -0
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +76 -0
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +219 -0
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +73 -0
- package/src/sap/m/themes/sap_horizon_hcb/ColumnListItem.less +28 -0
- package/src/sap/m/themes/sap_horizon_hcb/ComboBox.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcb/ComboBoxBase.less +29 -0
- package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/DateTimePicker.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +117 -0
- package/src/sap/m/themes/sap_horizon_hcb/FeedContent.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +29 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +151 -0
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +34 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +491 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBarSelectList.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Image.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/ImageContent.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/Input.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +118 -0
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +41 -0
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +54 -0
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +40 -0
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +20 -0
- package/src/sap/m/themes/sap_horizon_hcb/Menu.less +10 -0
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +41 -0
- package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +34 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +22 -0
- package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +92 -0
- package/src/sap/m/themes/sap_horizon_hcb/MultiComboBox.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/NewsContent.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/NumericContent.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +63 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +82 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +11 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectMarker.less +10 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +68 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +307 -0
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +34 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +229 -0
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +52 -0
- package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +78 -0
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +160 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +110 -0
- package/src/sap/m/themes/sap_horizon_hcb/PullToRefresh.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +18 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +197 -0
- package/src/sap/m/themes/sap_horizon_hcb/RadioButtonGroup.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +47 -0
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +38 -0
- package/src/sap/m/themes/sap_horizon_hcb/ResponsivePopover.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +235 -0
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +169 -0
- package/src/sap/m/themes/sap_horizon_hcb/SelectDialog.less +23 -0
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +44 -0
- package/src/sap/m/themes/sap_horizon_hcb/Shell.less +31 -0
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +161 -0
- package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarMonthGrid.less +38 -0
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +47 -0
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +95 -0
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +42 -0
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +36 -0
- package/src/sap/m/themes/sap_horizon_hcb/SplitContainer.less +44 -0
- package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +380 -0
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +24 -0
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +180 -0
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/TableSelectDialog.less +23 -0
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +11 -0
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcb/Tile.less +74 -0
- package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +21 -0
- package/src/sap/m/themes/sap_horizon_hcb/TileContent.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +146 -0
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +31 -0
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +45 -0
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +76 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +85 -0
- package/src/sap/m/themes/sap_horizon_hcb/UploadCollection.less +35 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +66 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +55 -0
- package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +45 -0
- package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +52 -0
- package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +37 -0
- package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +103 -0
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +117 -0
- package/src/sap/m/themes/sap_horizon_hcb/shared.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/ActionListItem.less +54 -0
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +70 -0
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +67 -0
- package/src/sap/m/themes/sap_horizon_hcw/Bar.less +78 -0
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +35 -0
- package/src/sap/m/themes/sap_horizon_hcw/BusyDialog.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +15 -0
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +255 -0
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +74 -0
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +219 -0
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +73 -0
- package/src/sap/m/themes/sap_horizon_hcw/ColumnListItem.less +29 -0
- package/src/sap/m/themes/sap_horizon_hcw/ComboBox.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcw/ComboBoxBase.less +28 -0
- package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/DateTimePicker.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +117 -0
- package/src/sap/m/themes/sap_horizon_hcw/FeedContent.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +29 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +153 -0
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +34 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +490 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBarSelectList.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Image.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/ImageContent.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/Input.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +118 -0
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +43 -0
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +54 -0
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +40 -0
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +20 -0
- package/src/sap/m/themes/sap_horizon_hcw/Menu.less +10 -0
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +41 -0
- package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +34 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +22 -0
- package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +92 -0
- package/src/sap/m/themes/sap_horizon_hcw/MultiComboBox.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/NewsContent.less +9 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/NumericContent.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +63 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +82 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +11 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectMarker.less +10 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +69 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +307 -0
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +34 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +229 -0
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +54 -0
- package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +78 -0
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +160 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +109 -0
- package/src/sap/m/themes/sap_horizon_hcw/PullToRefresh.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +18 -0
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +197 -0
- package/src/sap/m/themes/sap_horizon_hcw/RadioButtonGroup.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +46 -0
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +38 -0
- package/src/sap/m/themes/sap_horizon_hcw/ResponsivePopover.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +235 -0
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +169 -0
- package/src/sap/m/themes/sap_horizon_hcw/SelectDialog.less +23 -0
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +44 -0
- package/src/sap/m/themes/sap_horizon_hcw/Shell.less +31 -0
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +162 -0
- package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +37 -0
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +47 -0
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +95 -0
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +42 -0
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +36 -0
- package/src/sap/m/themes/sap_horizon_hcw/SplitContainer.less +44 -0
- package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +380 -0
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +24 -0
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +180 -0
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/TableSelectDialog.less +23 -0
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +11 -0
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +12 -0
- package/src/sap/m/themes/sap_horizon_hcw/Tile.less +74 -0
- package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +21 -0
- package/src/sap/m/themes/sap_horizon_hcw/TileContent.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +147 -0
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +34 -0
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +45 -0
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +76 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +85 -0
- package/src/sap/m/themes/sap_horizon_hcw/UploadCollection.less +35 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +66 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +55 -0
- package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +44 -0
- package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +52 -0
- package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +37 -0
- package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +99 -0
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +117 -0
- package/src/sap/m/themes/sap_horizon_hcw/shared.less +13 -0
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +44 -0
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +16 -0
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +649 -0
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +15 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +33 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +15 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +33 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +7 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +15 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +9 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +9 -0
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/AbsoluteLayout.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Accordion.less +12 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/AccordionSection.less +79 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/ApplicationHeader.less +49 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/AutoComplete.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/BorderLayout.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Button.less +508 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Callout.less +13 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/CalloutBase.less +31 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Carousel.less +63 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/CheckBox.less +140 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/ComboBox.less +33 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/DatePicker.less +35 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Dialog.less +114 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/DropdownBox.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/FileUploader.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/FormattedTextView.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/HorizontalDivider.less +19 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Image.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/InPlaceEdit.less +74 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Label.less +66 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Link.less +40 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/ListBox.less +97 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/MenuBar.less +74 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/MenuButton.less +69 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Message.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBar.less +27 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/MessageBox.less +47 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/MessageList.less +11 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/MessageToast.less +42 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Paginator.less +156 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Panel.less +89 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/ProgressIndicator.less +14 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButton.less +128 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/RadioButtonGroup.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/RatingIndicator.less +15 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/RichTooltip.less +16 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/RoadMap.less +170 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/RowRepeater.less +44 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/SearchField.less +115 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/SegmentedButton.less +111 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Slider.less +219 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Splitter.less +47 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/TabStrip.less +127 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/TextArea.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/TextField.less +89 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/TextView.less +94 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/ToggleButton.less +363 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Toolbar.less +116 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/Tree.less +117 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/TriStateCheckBox.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/ValueHelpField.less +32 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/applicationheader/Header_bg.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/applicationheader/SAPLogo.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_down.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_down_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_left.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_left_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_right.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_right_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_up.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/arrow_up_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_accept_BG.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_regular_BG.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/button/EmphButton_reject_BG.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/checkbox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_dsbl.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/combobox/ComboBoxArrow_regular.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_dsbl.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/datepicker/Calendar_regular.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close-act.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close-hov.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/dlg-close.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/menu/bar-overflow.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Disabled.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/menubutton/Menu_Regular.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Error.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Success.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_Warning.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebar/toastarrow_multi.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/error.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/information.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/question.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/success.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/messagebox/32x32/warning.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/paginator/paginator.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Maximize.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Maximize_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Minimize.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/panel_container/Minimize_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/radiobutton.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_selected.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_unselected.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/rating/star_unselected2.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_end_hov.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_hov.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/roadmap/roundtrip_start_hov.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/clear.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/clear_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_dsbl.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/search/search_unclickable.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/splitter/splitter_horiz_grip.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/splitter/splitter_vert_grip.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tab-close-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tab-close.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/CollapseAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/CollapseAll_pressed.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/ExpandAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/ExpandAll_pressed.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode-inverted.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Coll-inverted.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Exp-inverted.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img/tree/TreeNode_Exp.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/TriStateCheckBox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/arrow_up.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/checkbox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/menu/bar-overflow.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/information.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/question.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/messagebox/32x32/success.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/paginator/paginator.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/tree/TreeNode_Coll-inverted.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/img-RTL/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/layout.less +10 -0
- package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +63 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/AbsoluteLayout.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Accordion.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/AccordionSection.less +76 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/ApplicationHeader.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/AutoComplete.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/BorderLayout.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Button.less +126 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Callout.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/CalloutBase.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Carousel.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/CheckBox.less +27 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/ComboBox.less +37 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/DatePicker.less +26 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Dialog.less +91 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/DropdownBox.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/FormattedTextView.less +12 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/HorizontalDivider.less +16 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Image.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/InPlaceEdit.less +63 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Label.less +20 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Link.less +18 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/ListBox.less +62 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuBar.less +77 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/MenuButton.less +39 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Message.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBar.less +57 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageBox.less +42 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageList.less +10 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/MessageToast.less +14 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Pagniator.less +20 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Panel.less +40 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/ProgressIndicator.less +111 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButton.less +32 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/RadioButtonGroup.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/RatingIndicator.less +19 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/RichTooltip.less +23 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/RoadMap.less +106 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/RowRepeater.less +26 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/SearchField.less +53 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/SegmentedButton.less +26 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Slider.less +252 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Splitter.less +39 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/TabStrip.less +135 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/TextArea.less +12 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/TextField.less +51 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/TextView.less +66 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/ToggleButton.less +215 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/Tree.less +49 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/TriStateCheckBox.less +17 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/ValueHelpField.less +47 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/TriStateCheckBox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/accordion/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/accordion/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/applicationheader/SAPLogo.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/checkbox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/datepicker/arrow_left.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/datepicker/arrow_right.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/formattedTextView/close-hcb-hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/formattedTextView/close-hcb.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/bar-overflow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/trg-dis.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menu/trg.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menubutton/Menu_Disabled.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/menubutton/Menu_Regular.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/collapsedRTL.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebar/toastarrow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/error.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/information.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/question.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/success.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/messagebox/32x32/warning.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_first.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_last.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_next.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/paginator/arrow_previous.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/maximize.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/panel/minimize.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/radio.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_selected.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/rating/star_unselected.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/endpoint.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/moreafter.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/morebefore.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_end.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_end_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_start.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/roundtrip_start_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/roadmap/startpoint.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/search/clear.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/search/search.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/resize_horizontal.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/resize_vertical.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/splitter_horiz_grip.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/splitter/splitter_vert_grip.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-bar.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-close-hov.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-close.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-first-ie.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-first-sel-ie.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-ie.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-first-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-first.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-left.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-menu.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right-beforeSel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-right.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tabstrip/tab.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_down_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_left_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toggleButton/arrow_right_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/toolbar/arrow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/CollapseAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/ExpandAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img/tree/TreeNode_Exp.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/TriStateCheckBox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/accordion/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/accordion/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/datepicker/arrow_left.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/datepicker/arrow_right.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/bar-overflow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/trg-dis.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/menu/trg.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/information.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/question.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/messagebox/32x32/success.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_first.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_last.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_next.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/paginator/arrow_previous.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/toggleButton/arrow_left_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/toggleButton/arrow_right_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/CollapseAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/ExpandAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/img-RTL/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/layout.less +18 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +63 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcb/shared.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/AbsoluteLayout.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Accordion.less +9 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/AccordionSection.less +76 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/ApplicationHeader.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/AutoComplete.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/BorderLayout.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Button.less +126 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Callout.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/CalloutBase.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Carousel.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/CheckBox.less +27 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/ComboBox.less +37 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/DatePicker.less +26 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Dialog.less +91 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/DropdownBox.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/FormattedTextView.less +12 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/HorizontalDivider.less +16 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Image.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/InPlaceEdit.less +63 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Label.less +20 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Link.less +18 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/ListBox.less +62 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuBar.less +77 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/MenuButton.less +39 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Message.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBar.less +57 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageBox.less +42 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageList.less +10 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/MessageToast.less +14 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Pagniator.less +20 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Panel.less +40 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/ProgressIndicator.less +111 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButton.less +32 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/RadioButtonGroup.less +8 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/RatingIndicator.less +19 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/RichTooltip.less +23 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/RoadMap.less +106 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/RowRepeater.less +26 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/SearchField.less +53 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/SegmentedButton.less +26 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Slider.less +252 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Splitter.less +39 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/TabStrip.less +135 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/TextArea.less +12 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/TextField.less +51 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/TextView.less +66 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/ToggleButton.less +215 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/Tree.less +49 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/TriStateCheckBox.less +17 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/ValueHelpField.less +47 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/TriStateCheckBox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/accordion/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/accordion/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/applicationheader/SAPLogo.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/checkbox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/datepicker/arrow_left.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/datepicker/arrow_right.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/formattedTextView/close-hcw-hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/formattedTextView/close-hcw.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/bar-overflow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/trg-dis.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menu/trg.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menubutton/Menu_Disabled.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/menubutton/Menu_Regular.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/collapsedRTL.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebar/toastarrow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/error.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/information.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/question.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/success.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/messagebox/32x32/warning.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_first.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_last.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_next.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/paginator/arrow_previous.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/maximize.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/panel/minimize.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/radio.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_selected.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/rating/star_unselected.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/endpoint.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/moreafter.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/morebefore.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_end.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_end_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_start.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/roundtrip_start_dsbl.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/roadmap/startpoint.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/search/clear.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/search/search.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/resize_horizontal.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/resize_vertical.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/splitter_horiz_grip.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/splitter/splitter_vert_grip.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-bar.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-close-hov.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-close.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-first-ie.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-first-sel-ie.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-ie.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-first-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-first.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-left.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-menu.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right-beforeSel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-right.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab-sel.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tabstrip/tab.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_down_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_left_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toggleButton/arrow_right_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/toolbar/arrow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/CollapseAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/ExpandAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img/tree/TreeNode_Exp.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/TriStateCheckBox.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/accordion/collapsed.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/accordion/expanded.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/datepicker/arrow_left.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/datepicker/arrow_right.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/bar-overflow.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/trg-dis.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/menu/trg.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/information.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/question.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/messagebox/32x32/success.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_first.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_last.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_next.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/paginator/arrow_previous.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/toggleButton/arrow_left_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/toggleButton/arrow_right_hover.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/CollapseAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/ExpandAll.png +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/img-RTL/tree/TreeNode_Coll.gif +0 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/layout.less +18 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +63 -0
- package/src/sap/ui/commons/themes/sap_horizon_hcw/shared.less +9 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +680 -191
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +168 -12
- package/src/sap/ui/core/themes/sap_horizon/shared.less +2 -3
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +19 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theming +6 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +10 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/DatePicker.less +12 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +12 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +2128 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +1177 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +14 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +442 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +19 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theming +6 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +15 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +11 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +8 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2176 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +1201 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +14 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +296 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +19 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theming +6 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +15 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +11 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +8 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2176 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +1201 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +14 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +296 -0
- package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +9 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +6 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +9 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +12 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +6 -0
- package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +11 -0
- package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +9 -0
- package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +9 -0
- package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +9 -0
- package/src/sap/ui/integration/themes/sap_horizon/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/AnalyticsCloudContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +12 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/AnalyticsCloudContent.less +6 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +12 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +278 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +24 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +72 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +47 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveGridLayout.less +26 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +34 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +9 -0
- package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +17 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +13 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +8 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +18 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +57 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +32 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveGridLayout.less +25 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +28 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveSplitter.less +8 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +27 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +19 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +13 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +8 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +18 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +57 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +32 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveGridLayout.less +25 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +28 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveSplitter.less +8 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +27 -0
- package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +19 -0
- package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +34 -0
- package/src/sap/ui/mdc/themes/sap_horizon/TokenizerDisplay.less +10 -0
- package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +9 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +3 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/CollectiveSearchSelect.less +8 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +9 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenDisplay.less +34 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenizerDisplay.less +9 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +18 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +15 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/CollectiveSearchSelect.less +8 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenDisplay.less +11 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenizerDisplay.less +16 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/ValueHelpDialog.less +9 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +13 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/CollectiveSearchSelect.less +8 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenDisplay.less +11 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenizerDisplay.less +16 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/ValueHelpDialog.less +9 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +13 -0
- package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +10 -0
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +25 -55
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +9 -8
- package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +7 -27
- package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +24 -3
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +23 -2
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +65 -5
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +12 -1
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +2 -1
- package/src/sap/ui/rta/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +31 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +46 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +38 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +18 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +28 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +80 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +17 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +7 -0
- package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +17 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +8 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +20 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +18 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +14 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +24 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +76 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +14 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +87 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +11 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +14 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +20 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +20 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +19 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +14 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +23 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +81 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +15 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +86 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +11 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +14 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +18 -0
- package/src/sap/ui/suite/themes/sap_horizon_dark/TaskCircle.less +28 -0
- package/src/sap/ui/suite/themes/sap_horizon_dark/VerticalProgressIndicator.less +8 -0
- package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +12 -0
- package/src/sap/ui/suite/themes/sap_horizon_hcb/TaskCircle.less +8 -0
- package/src/sap/ui/suite/themes/sap_horizon_hcb/VerticalProgressIndicator.less +13 -0
- package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +12 -0
- package/src/sap/ui/suite/themes/sap_horizon_hcw/TaskCircle.less +8 -0
- package/src/sap/ui/suite/themes/sap_horizon_hcw/VerticalProgressIndicator.less +13 -0
- package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +12 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +34 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +33 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +19 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +20 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +6 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Grouping.less +6 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +6 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +9 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +20 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +21 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +6 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Grouping.less +6 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +7 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +6 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +9 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +15 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +20 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +21 -0
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +756 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +8 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +150 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker/Alphaslider_BG.png +0 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker/Swatch_BG.png +0 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +136 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +73 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +151 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/ShellHeader.less +19 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/ShellLayout.less +35 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/ShellOverlay.less +22 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +19 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +756 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +156 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +144 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +73 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +146 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellHeader.less +121 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellLayout.less +13 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/ShellOverlay.less +57 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/img/PickingCursor-HCB.png +0 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +18 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +756 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +156 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +139 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +73 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +146 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellHeader.less +121 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellLayout.less +13 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/ShellOverlay.less +57 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/img/PickingCursor-HCW.png +0 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +18 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ActionBar.less +264 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/CollectionInspector.less +112 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSet.less +13 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/DataSetSimpleView.less +9 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/Exact.less +9 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactArea.less +17 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactBrowser.less +14 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ExactList.less +191 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilter.less +9 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/FacetFilterList.less +31 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/Feed.less +44 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/FeedChunk.less +286 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/Feeder.less +102 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/NavigationBar.less +230 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/NotificationBar.less +53 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/Overlay.less +31 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayContainer.less +27 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/OverlayDialog.less +18 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/QuickView.less +36 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/Shell.less +542 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellColorPicker.less +9 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ShellPersonalization.less +9 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingInspector.less +283 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ThingViewer.less +101 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/ToolPopup.less +103 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/Settings_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/Settings_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/bg_white_transparent.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/close_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_down_grey.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_down_white.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_right_grey.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/collection_inspector/facet_right_white.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/Action_Menu_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/Action_Menu_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/close_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/collapse_list_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/collapse_list_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_2_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_item_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_list_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_list_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/expand_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/resize.gif +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/tophead_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/exact/tophead_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Comment_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Comment_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Favorite_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Favorite_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Flag_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Flag_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Inspect_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Inspect_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Menu_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Action_Menu_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Collapse_button.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Collapse_button_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Delete_button_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Expand_button.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Expand_button_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Line_Comments.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Share.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Share_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/Triangle_Comments.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/ico12_click.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantHovered.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantSelected.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/feed/relevantUnselected.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Disabled.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/menubutton/Menu_Regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_overflow.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_scroll_next.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/WS_scroll_prev.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetNext.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetOverflow.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/facetPrev.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_overflow.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_scroll_next.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/navigationbar/light_WS_scroll_prev.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/alert_white_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/notification_bar/notification_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/open_in_new_window.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/LogOut_icon.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/LogOut_icon_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/Workset_bg.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/shell/tools.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_favorite.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_flag.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img/status_ico_shared.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/flag_regular.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/following_regular_bw.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/hold_regular_bw.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/WS_scroll_next.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/WS_scroll_prev.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/facetNext.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/navigationbar/facetPrev.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/alert_white_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/img-RTL/notification_bar/notification_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +35 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ActionBar.less +204 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/CollectionInspector.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSet.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/DataSetSimpleView.less +17 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/Exact.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactArea.less +12 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactBrowser.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ExactList.less +97 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/FacetFilter.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/FacetFilterList.less +18 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feed.less +27 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/FeedChunk.less +150 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/Feeder.less +87 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/NavigationBar.less +36 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/NotificationBar.less +40 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/Overlay.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/OverlayContainer.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/QuickView.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/Shell.less +130 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ShellColorPicker.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ShellPersonalization.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingInspector.less +12 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ThingViewer.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/ToolPopup.less +32 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/exact/tophead.gif +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/feed/ico12_click.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_follow.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_hold.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/menu_unlisten.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/navigationbar/facetNext.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/navigationbar/facetPrev.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/alert_white_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/notification_bar/notification_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/LogOut_icon.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Feed_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Inspector_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Inspector_selected.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/shell/tools/Search_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_left.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_right.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img/toolpopup/arrow_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Feed_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Inspector_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Inspector_selected.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/img-RTL/shell/tools/Search_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +35 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcb/shared.less +3 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ActionBar.less +204 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/CollectionInspector.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSet.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/DataSetSimpleView.less +17 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/Exact.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactArea.less +12 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactBrowser.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ExactList.less +97 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/FacetFilter.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/FacetFilterList.less +18 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feed.less +27 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/FeedChunk.less +150 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/Feeder.less +87 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/NavigationBar.less +36 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/NotificationBar.less +40 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/Overlay.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/OverlayContainer.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/QuickView.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/Shell.less +130 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ShellColorPicker.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ShellPersonalization.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingInspector.less +12 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ThingViewer.less +8 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/ToolPopup.less +32 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/exact/tophead.gif +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/feed/ico12_click.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_follow.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_hold.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/menu_unlisten.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/navigationbar/facetNext.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/navigationbar/facetPrev.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/alert_white_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_down_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/notification_bar/notification_24.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/LogOut_icon.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Feed_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Inspector_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Inspector_selected.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/shell/tools/Search_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_down.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_left.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_right.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img/toolpopup/arrow_up.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/notification_bar/arrows/ArrowBar_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/notification_bar/arrows/DoubleArrow_up_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Feed_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Inspector_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Inspector_selected.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/img-RTL/shell/tools/Search_hover.png +0 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +35 -0
- package/src/sap/ui/ux3/themes/sap_horizon_hcw/shared.less +3 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +3 -1
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +324 -0
- package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +201 -0
- package/src/sap/uxap/themes/sap_horizon_dark/IconTabBar.less +21 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeader.less +133 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageHeaderContent.less +120 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +110 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +84 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +96 -0
- package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +18 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +162 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/BreadCrumbs.less +27 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/HierarchicalSelect.less +159 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/IconTabBar.less +21 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageHeader.less +119 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageHeaderContent.less +99 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +75 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +55 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +19 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +172 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/BreadCrumbs.less +27 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/HierarchicalSelect.less +159 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/IconTabBar.less +21 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageHeader.less +119 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageHeaderContent.less +99 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +75 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +55 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +19 -0
- package/src/sap/m/themes/sap_horizon/Label.less +0 -8
|
@@ -0,0 +1,2176 @@
|
|
|
1
|
+
// /**
|
|
2
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 1.69.2
|
|
4
|
+
// * data:{"sModified":"2022-04-05T12:29:16Z"}
|
|
5
|
+
// */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.1.38) *******************/
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
12
|
+
@sapContent_GridSize: 1rem;
|
|
13
|
+
|
|
14
|
+
// [Label "Shell Background Pattern Color"]
|
|
15
|
+
// [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
|
|
16
|
+
// [Tags "ThemeSpecific", "Base", "Shell", "Color", "Protected"]
|
|
17
|
+
@sapShell_BackgroundPatternColor: @sapBackgroundColor;
|
|
18
|
+
|
|
19
|
+
// [Label "High-Contrast Standard Background"]
|
|
20
|
+
// [Description "The high-contrast reference background color for most backgrounds."]
|
|
21
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
22
|
+
@sapHC_StandardBackground: #000;
|
|
23
|
+
|
|
24
|
+
// [Label "High-Contrast Highlight Background"]
|
|
25
|
+
// [Description "The high-contrast reference background color used for hover and active states."]
|
|
26
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
27
|
+
@sapHC_HighlightBackground: #795100;
|
|
28
|
+
|
|
29
|
+
// [Label "High-Contrast Highlight Alternative Background"]
|
|
30
|
+
// [Description "The high-contrast reference background color used for selection."]
|
|
31
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
32
|
+
@sapHC_HighlightAltBackground: #0f5c93;
|
|
33
|
+
|
|
34
|
+
// [Label "High-Contrast Reduced Background"]
|
|
35
|
+
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
36
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
37
|
+
@sapHC_ReducedBackground: #585858;
|
|
38
|
+
|
|
39
|
+
// [Label "High-Contrast Reduced Alternative Background"]
|
|
40
|
+
// [Description "The high-contrast reference background color used for read-only and disabled items."]
|
|
41
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
42
|
+
@sapHC_ReducedAltBackground: #a2a39f;
|
|
43
|
+
|
|
44
|
+
// [Label "High-Contrast Standard Foreground"]
|
|
45
|
+
// [Description "The high-contrast reference foreground color for elements such as text, icons, and borders."]
|
|
46
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
47
|
+
@sapHC_StandardForeground: #fff;
|
|
48
|
+
|
|
49
|
+
// [Label "High-Contrast Enhanced Foreground"]
|
|
50
|
+
// [Description "The high-contrast reference foreground color for elements such as help borders and help text."]
|
|
51
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
52
|
+
@sapHC_EnhancedForeground: #03ae03;
|
|
53
|
+
|
|
54
|
+
// [Label "High-Contrast Reduced Foreground"]
|
|
55
|
+
// [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
|
|
56
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
57
|
+
@sapHC_ReducedForeground: #666;
|
|
58
|
+
|
|
59
|
+
// [Label "High-Contrast Reduced Alternative Foreground"]
|
|
60
|
+
// [Description "The high-contrast reference foreground color for elements such as list borders or read-only borders that are less prominent than standard elements."]
|
|
61
|
+
// [Tags "Base", "Content", "Color", "HighContrast"]
|
|
62
|
+
@sapHC_ReducedAltForeground: #999;
|
|
63
|
+
|
|
64
|
+
// [Label "High-Contrast Negative Color"]
|
|
65
|
+
// [Description "The high-contrast reference color for elements showing negative state."]
|
|
66
|
+
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
67
|
+
@sapHC_NegativeColor: #ff5e5e;
|
|
68
|
+
|
|
69
|
+
// [Label "High-Contrast Critical Color"]
|
|
70
|
+
// [Description "The high-contrast reference color for elements showing critical state."]
|
|
71
|
+
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
72
|
+
@sapHC_CriticalColor: #ffab1d;
|
|
73
|
+
|
|
74
|
+
// [Label "High-Contrast Positive Color"]
|
|
75
|
+
// [Description "The high-contrast reference color for elements showing positive state."]
|
|
76
|
+
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
77
|
+
@sapHC_PositiveColor: #99cc99;
|
|
78
|
+
|
|
79
|
+
// [Label "High-Contrast Informative Color"]
|
|
80
|
+
// [Description "The high-contrast reference color for elements showing informative state."]
|
|
81
|
+
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
82
|
+
@sapHC_InformativeColor: #fff;
|
|
83
|
+
|
|
84
|
+
// [Label "High-Contrast Neutral Color"]
|
|
85
|
+
// [Description "The high-contrast reference color for elements showing neutral state."]
|
|
86
|
+
// [Tags "Base", "SemanticColor", "Color", "HighContrast"]
|
|
87
|
+
@sapHC_NeutralColor: #fff;
|
|
88
|
+
|
|
89
|
+
// [Tags "!Protected"]
|
|
90
|
+
@sapBrandColor: @sapHC_HighlightBackground;
|
|
91
|
+
|
|
92
|
+
// [Tags "!Protected"]
|
|
93
|
+
@sapHighlightColor: @sapBrandColor;
|
|
94
|
+
|
|
95
|
+
// [Tags "!Protected"]
|
|
96
|
+
@sapBaseColor: @sapHC_StandardBackground;
|
|
97
|
+
|
|
98
|
+
// [Tags "!Protected"]
|
|
99
|
+
@sapShellColor: @sapBackgroundColor;
|
|
100
|
+
|
|
101
|
+
// [Tags "!Protected"]
|
|
102
|
+
@sapBackgroundColor: @sapHC_StandardBackground;
|
|
103
|
+
|
|
104
|
+
// [Tags "!Protected"]
|
|
105
|
+
@sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
|
|
106
|
+
|
|
107
|
+
// [Tags "!Protected"]
|
|
108
|
+
@sapFontSize: 0.875 * @sapContent_GridSize;
|
|
109
|
+
|
|
110
|
+
// [Tags "!Protected"]
|
|
111
|
+
@sapTextColor: @sapHC_StandardForeground;
|
|
112
|
+
|
|
113
|
+
// [Tags "!Protected"]
|
|
114
|
+
@sapLinkColor: @sapHC_StandardForeground;
|
|
115
|
+
|
|
116
|
+
// [Tags "!Protected"]
|
|
117
|
+
@sapCompanyLogo: none;
|
|
118
|
+
|
|
119
|
+
// [Tags "!Protected"]
|
|
120
|
+
@sapBackgroundImage: none;
|
|
121
|
+
|
|
122
|
+
// [Tags "!Protected"]
|
|
123
|
+
@sapBackgroundImageOpacity: 1.0;
|
|
124
|
+
|
|
125
|
+
// [Tags "!Protected"]
|
|
126
|
+
@sapBackgroundImageRepeat: false;
|
|
127
|
+
|
|
128
|
+
// [Tags "!Protected"]
|
|
129
|
+
@sapSelectedColor: @sapHC_HighlightAltBackground;
|
|
130
|
+
|
|
131
|
+
// [Tags "!Protected"]
|
|
132
|
+
@sapActiveColor: @sapHighlightColor;
|
|
133
|
+
|
|
134
|
+
// [Tags "!Protected"]
|
|
135
|
+
@sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
136
|
+
|
|
137
|
+
// [Tags "!Protected"]
|
|
138
|
+
@sapTitleColor: @sapTextColor;
|
|
139
|
+
|
|
140
|
+
// [Tags "!Protected"]
|
|
141
|
+
@sapNegativeColor: @sapHC_NegativeColor;
|
|
142
|
+
|
|
143
|
+
// [Tags "!Protected"]
|
|
144
|
+
@sapCriticalColor: @sapHC_CriticalColor;
|
|
145
|
+
|
|
146
|
+
// [Tags "!Protected"]
|
|
147
|
+
@sapPositiveColor: @sapHC_PositiveColor;
|
|
148
|
+
|
|
149
|
+
// [Tags "!Protected"]
|
|
150
|
+
@sapInformativeColor: @sapHC_InformativeColor;
|
|
151
|
+
|
|
152
|
+
// [Tags "!Protected"]
|
|
153
|
+
@sapNeutralColor: @sapHC_NeutralColor;
|
|
154
|
+
|
|
155
|
+
// [Tags "!Protected"]
|
|
156
|
+
@sapNegativeElementColor: @sapNegativeColor;
|
|
157
|
+
|
|
158
|
+
// [Tags "!Protected"]
|
|
159
|
+
@sapCriticalElementColor: @sapCriticalColor;
|
|
160
|
+
|
|
161
|
+
// [Tags "!Protected"]
|
|
162
|
+
@sapPositiveElementColor: @sapPositiveColor;
|
|
163
|
+
|
|
164
|
+
// [Tags "!Protected"]
|
|
165
|
+
@sapInformativeElementColor: @sapInformativeColor;
|
|
166
|
+
|
|
167
|
+
// [Tags "!Protected"]
|
|
168
|
+
@sapNeutralElementColor: @sapNeutralColor;
|
|
169
|
+
|
|
170
|
+
// [Tags "!Protected"]
|
|
171
|
+
@sapNegativeTextColor: @sapNegativeColor;
|
|
172
|
+
|
|
173
|
+
// [Tags "!Protected"]
|
|
174
|
+
@sapCriticalTextColor: @sapCriticalColor;
|
|
175
|
+
|
|
176
|
+
// [Tags "!Protected"]
|
|
177
|
+
@sapPositiveTextColor: @sapPositiveColor;
|
|
178
|
+
|
|
179
|
+
// [Tags "!Protected"]
|
|
180
|
+
@sapInformativeTextColor: @sapInformativeColor;
|
|
181
|
+
|
|
182
|
+
// [Tags "!Protected"]
|
|
183
|
+
@sapNeutralTextColor: @sapNeutralColor;
|
|
184
|
+
|
|
185
|
+
// [Tags "!Protected"]
|
|
186
|
+
@sapErrorColor: @sapNegativeColor;
|
|
187
|
+
|
|
188
|
+
// [Tags "!Protected"]
|
|
189
|
+
@sapWarningColor: @sapCriticalColor;
|
|
190
|
+
|
|
191
|
+
// [Tags "!Protected"]
|
|
192
|
+
@sapSuccessColor: @sapPositiveColor;
|
|
193
|
+
|
|
194
|
+
// [Tags "!Protected"]
|
|
195
|
+
@sapInformationColor: @sapInformativeColor;
|
|
196
|
+
|
|
197
|
+
// [Tags "!Protected"]
|
|
198
|
+
@sapErrorBackground: @sapHC_StandardBackground;
|
|
199
|
+
|
|
200
|
+
// [Tags "!Protected"]
|
|
201
|
+
@sapWarningBackground: @sapHC_StandardBackground;
|
|
202
|
+
|
|
203
|
+
// [Tags "!Protected"]
|
|
204
|
+
@sapSuccessBackground: @sapHC_StandardBackground;
|
|
205
|
+
|
|
206
|
+
// [Tags "!Protected"]
|
|
207
|
+
@sapInformationBackground: @sapHC_StandardBackground;
|
|
208
|
+
|
|
209
|
+
// [Tags "!Protected"]
|
|
210
|
+
@sapNeutralBackground: @sapHC_StandardBackground;
|
|
211
|
+
|
|
212
|
+
// [Tags "!Protected"]
|
|
213
|
+
@sapErrorBorderColor: @sapErrorColor;
|
|
214
|
+
|
|
215
|
+
// [Tags "!Protected"]
|
|
216
|
+
@sapWarningBorderColor: @sapWarningColor;
|
|
217
|
+
|
|
218
|
+
// [Tags "!Protected"]
|
|
219
|
+
@sapSuccessBorderColor: @sapSuccessColor;
|
|
220
|
+
|
|
221
|
+
// [Tags "!Protected"]
|
|
222
|
+
@sapInformationBorderColor: @sapInformationColor;
|
|
223
|
+
|
|
224
|
+
// [Tags "!Protected"]
|
|
225
|
+
@sapNeutralBorderColor: @sapNeutralColor;
|
|
226
|
+
|
|
227
|
+
// [Tags "Protected"]
|
|
228
|
+
@sapElement_LineHeight: 2.75 * @sapContent_GridSize;
|
|
229
|
+
|
|
230
|
+
// [Tags "Protected"]
|
|
231
|
+
@sapElement_Height: 2.25 * @sapContent_GridSize;
|
|
232
|
+
|
|
233
|
+
// [Tags "Protected"]
|
|
234
|
+
@sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
|
|
235
|
+
|
|
236
|
+
// [Tags "!Protected"]
|
|
237
|
+
@sapElement_BorderCornerRadius: 0.25 * @sapContent_GridSize;
|
|
238
|
+
|
|
239
|
+
// [Tags "Protected"]
|
|
240
|
+
@sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;
|
|
241
|
+
|
|
242
|
+
// [Tags "Protected"]
|
|
243
|
+
@sapElement_Compact_Height: 1.625 * @sapContent_GridSize;
|
|
244
|
+
|
|
245
|
+
// [Tags "Protected"]
|
|
246
|
+
@sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;
|
|
247
|
+
|
|
248
|
+
// [Tags "Protected"]
|
|
249
|
+
@sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
|
|
250
|
+
|
|
251
|
+
// [Tags "!Protected"]
|
|
252
|
+
@sapContent_LineHeight: 1.5;
|
|
253
|
+
|
|
254
|
+
// [Tags "!Protected"]
|
|
255
|
+
@sapContent_IconHeight: @sapContent_GridSize;
|
|
256
|
+
|
|
257
|
+
// [Tags "!Protected"]
|
|
258
|
+
@sapContent_IconColor: @sapHC_StandardForeground;
|
|
259
|
+
|
|
260
|
+
// [Tags "!Protected"]
|
|
261
|
+
@sapContent_ContrastIconColor: @sapContent_IconColor;
|
|
262
|
+
|
|
263
|
+
// [Tags "!Protected"]
|
|
264
|
+
@sapContent_NonInteractiveIconColor: @sapContent_IconColor;
|
|
265
|
+
|
|
266
|
+
// [Tags "!Protected"]
|
|
267
|
+
@sapContent_MarkerIconColor: @sapContent_IconColor;
|
|
268
|
+
|
|
269
|
+
// [Tags "!Protected"]
|
|
270
|
+
@sapContent_MarkerTextColor: @sapTextColor;
|
|
271
|
+
|
|
272
|
+
// [Tags "!Protected"]
|
|
273
|
+
@sapContent_MeasureIndicatorColor: @sapField_BorderColor;
|
|
274
|
+
|
|
275
|
+
// [Tags "!Protected"]
|
|
276
|
+
@sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;
|
|
277
|
+
|
|
278
|
+
// [Tags "!Protected"]
|
|
279
|
+
@sapContent_Placeholderloading_Background: @sapHC_ReducedForeground;
|
|
280
|
+
|
|
281
|
+
// [Tags "!Protected"]
|
|
282
|
+
@sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapHC_ReducedForeground 0%, @sapHC_ReducedForeground 35%, @sapHC_ReducedAltForeground 50%, @sapHC_ReducedForeground 65%, @sapHC_ReducedForeground 100%);
|
|
283
|
+
|
|
284
|
+
// [Tags "!Protected"]
|
|
285
|
+
@sapContent_ImagePlaceholderBackground: @sapBackgroundColor;
|
|
286
|
+
|
|
287
|
+
// [Tags "!Protected"]
|
|
288
|
+
@sapContent_ImagePlaceholderForegroundColor: @sapContent_IconColor;
|
|
289
|
+
|
|
290
|
+
// [Tags "!Protected"]
|
|
291
|
+
@sapContent_RatedColor: @sapContent_IconColor;
|
|
292
|
+
|
|
293
|
+
// [Tags "!Protected"]
|
|
294
|
+
@sapContent_UnratedColor: @sapHC_ReducedAltForeground;
|
|
295
|
+
|
|
296
|
+
// [Tags "!Protected"]
|
|
297
|
+
@sapContent_BusyColor: @sapContent_IconColor;
|
|
298
|
+
|
|
299
|
+
// [Tags "!Protected"]
|
|
300
|
+
@sapContent_FocusColor: @sapHC_StandardForeground;
|
|
301
|
+
|
|
302
|
+
// [Tags "!Protected"]
|
|
303
|
+
@sapContent_FocusStyle: dotted;
|
|
304
|
+
|
|
305
|
+
// [Tags "!Protected"]
|
|
306
|
+
@sapContent_FocusWidth: 0.125 * @sapContent_GridSize;
|
|
307
|
+
|
|
308
|
+
// [Tags "!Protected"]
|
|
309
|
+
@sapContent_ContrastFocusColor: @sapContent_FocusColor;
|
|
310
|
+
|
|
311
|
+
// [Tags "!Protected"]
|
|
312
|
+
@sapContent_ShadowColor: @sapHC_StandardForeground;
|
|
313
|
+
|
|
314
|
+
// [Tags "!Protected"]
|
|
315
|
+
@sapContent_ContrastShadowColor: @sapContent_ShadowColor;
|
|
316
|
+
|
|
317
|
+
// [Tags "!Protected"]
|
|
318
|
+
@sapContent_Shadow0: 0 0 0 0.0625rem @sapContent_ShadowColor;
|
|
319
|
+
|
|
320
|
+
// [Tags "!Protected"]
|
|
321
|
+
@sapContent_Shadow1: 0 0 @sapContent_GridSize 0 fade(@sapContent_ContrastShadowColor, 50), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
322
|
+
|
|
323
|
+
// [Tags "!Protected"]
|
|
324
|
+
@sapContent_Shadow2: 0 0.25rem 2rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
325
|
+
|
|
326
|
+
// [Tags "!Protected"]
|
|
327
|
+
@sapContent_Shadow3: 0 0.625rem 4rem 0 fade(@sapContent_ContrastShadowColor, 80), 0 0 0 0.125rem @sapContent_ShadowColor;
|
|
328
|
+
|
|
329
|
+
// [Tags "!Protected"]
|
|
330
|
+
@sapContent_TextShadow: -0.0625rem 0 @sapHC_StandardBackground, 0 0.0625rem @sapHC_StandardBackground, 0.0625rem 0 @sapHC_StandardBackground, 0 -0.0625rem @sapHC_StandardBackground;
|
|
331
|
+
|
|
332
|
+
// [Tags "!Protected"]
|
|
333
|
+
@sapContent_ContrastTextShadow: none;
|
|
334
|
+
|
|
335
|
+
// [Tags "!Protected"]
|
|
336
|
+
@sapContent_HeaderShadow: inset 0 -0.125rem @sapObjectHeader_BorderColor;
|
|
337
|
+
|
|
338
|
+
// [Tags "!Protected"]
|
|
339
|
+
@sapContent_Interaction_Shadow: none;
|
|
340
|
+
|
|
341
|
+
// [Tags "!Protected"]
|
|
342
|
+
@sapContent_Selected_Shadow: none;
|
|
343
|
+
|
|
344
|
+
// [Tags "!Protected"]
|
|
345
|
+
@sapContent_Negative_Shadow: none;
|
|
346
|
+
|
|
347
|
+
// [Tags "!Protected"]
|
|
348
|
+
@sapContent_Critical_Shadow: none;
|
|
349
|
+
|
|
350
|
+
// [Tags "!Protected"]
|
|
351
|
+
@sapContent_Positive_Shadow: none;
|
|
352
|
+
|
|
353
|
+
// [Tags "!Protected"]
|
|
354
|
+
@sapContent_Informative_Shadow: none;
|
|
355
|
+
|
|
356
|
+
// [Tags "!Protected"]
|
|
357
|
+
@sapContent_Neutral_Shadow: none;
|
|
358
|
+
|
|
359
|
+
// [Tags "!Protected"]
|
|
360
|
+
@sapContent_SearchHighlightColor: @sapHighlightColor;
|
|
361
|
+
|
|
362
|
+
// [Tags "!Protected"]
|
|
363
|
+
@sapContent_HelpColor: @sapHC_EnhancedForeground;
|
|
364
|
+
|
|
365
|
+
// [Tags "!Protected"]
|
|
366
|
+
@sapContent_LabelColor: @sapTextColor;
|
|
367
|
+
|
|
368
|
+
// [Tags "!Protected"]
|
|
369
|
+
@sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
|
|
370
|
+
|
|
371
|
+
// [Tags "!Protected"]
|
|
372
|
+
@sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
|
|
373
|
+
|
|
374
|
+
// [Tags "!Protected"]
|
|
375
|
+
@sapContent_IconFontFamily: "SAP-icons";
|
|
376
|
+
|
|
377
|
+
// [Tags "!Protected"]
|
|
378
|
+
@sapContent_DisabledTextColor: @sapHC_ReducedForeground;
|
|
379
|
+
|
|
380
|
+
// [Tags "!Protected"]
|
|
381
|
+
@sapContent_DisabledOpacity: 0.4;
|
|
382
|
+
|
|
383
|
+
// [Tags "!Protected"]
|
|
384
|
+
@sapContent_ContrastTextThreshold: 0.5;
|
|
385
|
+
|
|
386
|
+
// [Tags "!Protected"]
|
|
387
|
+
@sapContent_ContrastTextColor: @sapTextColor;
|
|
388
|
+
|
|
389
|
+
// [Tags "!Protected"]
|
|
390
|
+
@sapContent_ForegroundColor: @sapBackgroundColor;
|
|
391
|
+
|
|
392
|
+
// [Tags "!Protected"]
|
|
393
|
+
@sapContent_ForegroundBorderColor: @sapHC_StandardForeground;
|
|
394
|
+
|
|
395
|
+
// [Tags "!Protected"]
|
|
396
|
+
@sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
397
|
+
|
|
398
|
+
// [Tags "!Protected"]
|
|
399
|
+
@sapContent_BadgeBackground: @sapBackgroundColor;
|
|
400
|
+
|
|
401
|
+
// [Tags "!Protected"]
|
|
402
|
+
@sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
403
|
+
|
|
404
|
+
// [Tags "!Protected"]
|
|
405
|
+
@sapContent_DragAndDropActiveColor: @sapContent_HelpColor;
|
|
406
|
+
|
|
407
|
+
// [Tags "!Protected"]
|
|
408
|
+
@sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
409
|
+
|
|
410
|
+
// [Tags "!Protected"]
|
|
411
|
+
@sapContent_Selected_Background: @sapSelectedColor;
|
|
412
|
+
|
|
413
|
+
// [Tags "!Protected"]
|
|
414
|
+
@sapContent_Selected_Hover_Background: @sapHighlightColor;
|
|
415
|
+
|
|
416
|
+
// [Tags "!Protected"]
|
|
417
|
+
@sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
|
|
418
|
+
|
|
419
|
+
// [Tags "!Protected"]
|
|
420
|
+
@sapContent_ForcedColorAdjust: none;
|
|
421
|
+
|
|
422
|
+
// [Tags "!Protected"]
|
|
423
|
+
@sapContent_Illustrative_Color1: #212628;
|
|
424
|
+
|
|
425
|
+
// [Tags "!Protected"]
|
|
426
|
+
@sapContent_Illustrative_Color2: #62737c;
|
|
427
|
+
|
|
428
|
+
// [Tags "!Protected"]
|
|
429
|
+
@sapContent_Illustrative_Color3: #62737c;
|
|
430
|
+
|
|
431
|
+
// [Tags "!Protected"]
|
|
432
|
+
@sapContent_Illustrative_Color4: #030303;
|
|
433
|
+
|
|
434
|
+
// [Tags "!Protected"]
|
|
435
|
+
@sapContent_Illustrative_Color5: #88979e;
|
|
436
|
+
|
|
437
|
+
// [Tags "!Protected"]
|
|
438
|
+
@sapContent_Illustrative_Color6: #88979e;
|
|
439
|
+
|
|
440
|
+
// [Tags "!Protected"]
|
|
441
|
+
@sapContent_Illustrative_Color7: #212628;
|
|
442
|
+
|
|
443
|
+
// [Tags "!Protected"]
|
|
444
|
+
@sapContent_Illustrative_Color8: #dbdbdb;
|
|
445
|
+
|
|
446
|
+
// [Tags "!Protected"]
|
|
447
|
+
@sapContent_Illustrative_Color9: #62737c;
|
|
448
|
+
|
|
449
|
+
// [Tags "!Protected"]
|
|
450
|
+
@sapContent_Illustrative_Color10: #e7e9ea;
|
|
451
|
+
|
|
452
|
+
// [Tags "!Protected"]
|
|
453
|
+
@sapContent_Illustrative_Color11: #434e56;
|
|
454
|
+
|
|
455
|
+
// [Tags "!Protected"]
|
|
456
|
+
@sapContent_Illustrative_Color12: #434e56;
|
|
457
|
+
|
|
458
|
+
// [Tags "!Protected"]
|
|
459
|
+
@sapContent_Illustrative_Color13: #0f1112;
|
|
460
|
+
|
|
461
|
+
// [Tags "!Protected"]
|
|
462
|
+
@sapContent_Illustrative_Color14: #000;
|
|
463
|
+
|
|
464
|
+
// [Tags "!Protected"]
|
|
465
|
+
@sapContent_Illustrative_Color15: #31393f;
|
|
466
|
+
|
|
467
|
+
// [Tags "!Protected"]
|
|
468
|
+
@sapContent_Illustrative_Color16: #505e65;
|
|
469
|
+
|
|
470
|
+
// [Tags "!Protected"]
|
|
471
|
+
@sapContent_Illustrative_Color17: #505e65;
|
|
472
|
+
|
|
473
|
+
// [Tags "!Protected"]
|
|
474
|
+
@sapContent_Illustrative_Color18: #d9ddde;
|
|
475
|
+
|
|
476
|
+
// [Tags "!Protected"]
|
|
477
|
+
@sapContent_Illustrative_Color19: #ccd0d2;
|
|
478
|
+
|
|
479
|
+
// [Tags "!Protected"]
|
|
480
|
+
@sapContent_Illustrative_Color20: #bec4c6;
|
|
481
|
+
|
|
482
|
+
// [Tags "!Protected"]
|
|
483
|
+
@sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
484
|
+
|
|
485
|
+
// [Tags "!Protected"]
|
|
486
|
+
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
487
|
+
|
|
488
|
+
// [Tags "!Protected"]
|
|
489
|
+
@sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
490
|
+
|
|
491
|
+
// [Tags "!Protected"]
|
|
492
|
+
@sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
493
|
+
|
|
494
|
+
// [Tags "!Protected"]
|
|
495
|
+
@sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
|
|
496
|
+
|
|
497
|
+
// [Tags "!Protected"]
|
|
498
|
+
@sapFontHeaderFamily: @sapFontBoldFamily;
|
|
499
|
+
|
|
500
|
+
// [Tags "!Protected"]
|
|
501
|
+
@sapFontSmallSize: 0.75 * @sapContent_GridSize;
|
|
502
|
+
|
|
503
|
+
// [Tags "!Protected"]
|
|
504
|
+
@sapFontLargeSize: 1.0 * @sapContent_GridSize;
|
|
505
|
+
|
|
506
|
+
// [Tags "!Protected"]
|
|
507
|
+
@sapFontHeader1Size: 3.0 * @sapContent_GridSize;
|
|
508
|
+
|
|
509
|
+
// [Tags "!Protected"]
|
|
510
|
+
@sapFontHeader2Size: 2.0 * @sapContent_GridSize;
|
|
511
|
+
|
|
512
|
+
// [Tags "!Protected"]
|
|
513
|
+
@sapFontHeader3Size: 1.5 * @sapContent_GridSize;
|
|
514
|
+
|
|
515
|
+
// [Tags "!Protected"]
|
|
516
|
+
@sapFontHeader4Size: 1.25 * @sapContent_GridSize;
|
|
517
|
+
|
|
518
|
+
// [Tags "!Protected"]
|
|
519
|
+
@sapFontHeader5Size: 1.0 * @sapContent_GridSize;
|
|
520
|
+
|
|
521
|
+
// [Tags "!Protected"]
|
|
522
|
+
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;
|
|
523
|
+
|
|
524
|
+
// [Tags "!Protected"]
|
|
525
|
+
@sapLink_Hover_Color: @sapLinkColor;
|
|
526
|
+
|
|
527
|
+
// [Tags "!Protected"]
|
|
528
|
+
@sapLink_Active_Color: @sapLinkColor;
|
|
529
|
+
|
|
530
|
+
// [Tags "!Protected"]
|
|
531
|
+
@sapLink_Visited_Color: @sapLinkColor;
|
|
532
|
+
|
|
533
|
+
// [Tags "!Protected"]
|
|
534
|
+
@sapLink_InvertedColor: @sapLinkColor;
|
|
535
|
+
|
|
536
|
+
// [Tags "!Protected"]
|
|
537
|
+
@sapLink_SubtleColor: @sapLinkColor;
|
|
538
|
+
|
|
539
|
+
// [Tags "!Protected"]
|
|
540
|
+
@sapShell_Background: @sapBackgroundColor;
|
|
541
|
+
|
|
542
|
+
// [Tags "!Protected"]
|
|
543
|
+
@sapShell_BackgroundImage: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
|
|
544
|
+
|
|
545
|
+
// [Tags "!Protected"]
|
|
546
|
+
@sapShell_BackgroundImageOpacity: 1.0;
|
|
547
|
+
|
|
548
|
+
// [Tags "!Protected"]
|
|
549
|
+
@sapShell_BackgroundImageRepeat: false;
|
|
550
|
+
|
|
551
|
+
// [Tags "!Protected"]
|
|
552
|
+
@sapShell_BorderColor: @sapHC_StandardForeground;
|
|
553
|
+
|
|
554
|
+
// [Tags "!Protected"]
|
|
555
|
+
@sapShell_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
556
|
+
|
|
557
|
+
// [Tags "!Protected"]
|
|
558
|
+
@sapShell_InteractiveBackground: @sapField_Background;
|
|
559
|
+
|
|
560
|
+
// [Tags "!Protected"]
|
|
561
|
+
@sapShell_InteractiveTextColor: @sapShell_TextColor;
|
|
562
|
+
|
|
563
|
+
// [Tags "!Protected"]
|
|
564
|
+
@sapShell_InteractiveBorderColor: @sapField_BorderColor;
|
|
565
|
+
|
|
566
|
+
// [Tags "!Protected"]
|
|
567
|
+
@sapShell_GroupTitleTextColor: @sapTitleColor;
|
|
568
|
+
|
|
569
|
+
// [Tags "!Protected"]
|
|
570
|
+
@sapShell_GroupTitleTextShadow: -0.0625 * @sapContent_GridSize 0 @sapShell_Background, 0 0.0625 * @sapContent_GridSize @sapShell_Background, 0.0625 * @sapContent_GridSize 0 @sapShell_Background, 0 -0.0625 * @sapContent_GridSize @sapShell_Background;
|
|
571
|
+
|
|
572
|
+
// [Tags "!Protected"]
|
|
573
|
+
@sapShell_Hover_Background: @sapHighlightColor;
|
|
574
|
+
|
|
575
|
+
// [Tags "!Protected"]
|
|
576
|
+
@sapShell_Active_Background: @sapActiveColor;
|
|
577
|
+
|
|
578
|
+
// [Tags "!Protected"]
|
|
579
|
+
@sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
580
|
+
|
|
581
|
+
// [Tags "!Protected"]
|
|
582
|
+
@sapShell_Selected_Background: @sapSelectedColor;
|
|
583
|
+
|
|
584
|
+
// [Tags "!Protected"]
|
|
585
|
+
@sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
586
|
+
|
|
587
|
+
// [Tags "!Protected"]
|
|
588
|
+
@sapShell_Selected_Hover_Background: @sapHighlightColor;
|
|
589
|
+
|
|
590
|
+
// [Tags "!Protected"]
|
|
591
|
+
@sapShell_Favicon: none;
|
|
592
|
+
|
|
593
|
+
// [Tags "!Protected"]
|
|
594
|
+
@sapShell_Navigation_Background: @sapShellColor;
|
|
595
|
+
|
|
596
|
+
// [Tags "!Protected"]
|
|
597
|
+
@sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
|
|
598
|
+
|
|
599
|
+
// [Tags "!Protected"]
|
|
600
|
+
@sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;
|
|
601
|
+
|
|
602
|
+
// [Tags "!Protected"]
|
|
603
|
+
@sapShell_Navigation_Selected_TextColor: @sapShell_InteractiveTextColor;
|
|
604
|
+
|
|
605
|
+
// [Tags "!Protected"]
|
|
606
|
+
@sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
607
|
+
|
|
608
|
+
// [Tags "!Protected"]
|
|
609
|
+
@sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
610
|
+
|
|
611
|
+
// [Tags "!Protected"]
|
|
612
|
+
@sapShell_Navigation_Active_Background: @sapShell_Active_Background;
|
|
613
|
+
|
|
614
|
+
// [Tags "!Protected"]
|
|
615
|
+
@sapShell_Shadow: 0 0.125rem 0 0 @sapShell_BorderColor;
|
|
616
|
+
|
|
617
|
+
// [Tags "!Protected"]
|
|
618
|
+
@sapShell_NegativeColor: @sapNegativeColor;
|
|
619
|
+
|
|
620
|
+
// [Tags "!Protected"]
|
|
621
|
+
@sapShell_CriticalColor: @sapCriticalColor;
|
|
622
|
+
|
|
623
|
+
// [Tags "!Protected"]
|
|
624
|
+
@sapShell_PositiveColor: @sapPositiveColor;
|
|
625
|
+
|
|
626
|
+
// [Tags "!Protected"]
|
|
627
|
+
@sapShell_InformativeColor: @sapInformativeColor;
|
|
628
|
+
|
|
629
|
+
// [Tags "!Protected"]
|
|
630
|
+
@sapShell_NeutralColor: @sapNeutralColor;
|
|
631
|
+
|
|
632
|
+
// [Tags "!Protected"]
|
|
633
|
+
@sapAvatar_1_Background: @sapBackgroundColor;
|
|
634
|
+
|
|
635
|
+
// [Tags "!Protected"]
|
|
636
|
+
@sapAvatar_1_BorderColor: @sapGroup_ContentBorderColor;
|
|
637
|
+
|
|
638
|
+
// [Tags "!Protected"]
|
|
639
|
+
@sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
640
|
+
|
|
641
|
+
// [Tags "!Protected"]
|
|
642
|
+
@sapAvatar_2_Background: @sapBackgroundColor;
|
|
643
|
+
|
|
644
|
+
// [Tags "!Protected"]
|
|
645
|
+
@sapAvatar_2_BorderColor: @sapGroup_ContentBorderColor;
|
|
646
|
+
|
|
647
|
+
// [Tags "!Protected"]
|
|
648
|
+
@sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
649
|
+
|
|
650
|
+
// [Tags "!Protected"]
|
|
651
|
+
@sapAvatar_3_Background: @sapBackgroundColor;
|
|
652
|
+
|
|
653
|
+
// [Tags "!Protected"]
|
|
654
|
+
@sapAvatar_3_BorderColor: @sapGroup_ContentBorderColor;
|
|
655
|
+
|
|
656
|
+
// [Tags "!Protected"]
|
|
657
|
+
@sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
658
|
+
|
|
659
|
+
// [Tags "!Protected"]
|
|
660
|
+
@sapAvatar_4_Background: @sapBackgroundColor;
|
|
661
|
+
|
|
662
|
+
// [Tags "!Protected"]
|
|
663
|
+
@sapAvatar_4_BorderColor: @sapGroup_ContentBorderColor;
|
|
664
|
+
|
|
665
|
+
// [Tags "!Protected"]
|
|
666
|
+
@sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
667
|
+
|
|
668
|
+
// [Tags "!Protected"]
|
|
669
|
+
@sapAvatar_5_Background: @sapBackgroundColor;
|
|
670
|
+
|
|
671
|
+
// [Tags "!Protected"]
|
|
672
|
+
@sapAvatar_5_BorderColor: @sapGroup_ContentBorderColor;
|
|
673
|
+
|
|
674
|
+
// [Tags "!Protected"]
|
|
675
|
+
@sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
676
|
+
|
|
677
|
+
// [Tags "!Protected"]
|
|
678
|
+
@sapAvatar_6_Background: @sapBackgroundColor;
|
|
679
|
+
|
|
680
|
+
// [Tags "!Protected"]
|
|
681
|
+
@sapAvatar_6_BorderColor: @sapGroup_ContentBorderColor;
|
|
682
|
+
|
|
683
|
+
// [Tags "!Protected"]
|
|
684
|
+
@sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
685
|
+
|
|
686
|
+
// [Tags "!Protected"]
|
|
687
|
+
@sapAvatar_7_Background: @sapBackgroundColor;
|
|
688
|
+
|
|
689
|
+
// [Tags "!Protected"]
|
|
690
|
+
@sapAvatar_7_BorderColor: @sapGroup_ContentBorderColor;
|
|
691
|
+
|
|
692
|
+
// [Tags "!Protected"]
|
|
693
|
+
@sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
694
|
+
|
|
695
|
+
// [Tags "!Protected"]
|
|
696
|
+
@sapAvatar_8_Background: @sapBackgroundColor;
|
|
697
|
+
|
|
698
|
+
// [Tags "!Protected"]
|
|
699
|
+
@sapAvatar_8_BorderColor: @sapGroup_ContentBorderColor;
|
|
700
|
+
|
|
701
|
+
// [Tags "!Protected"]
|
|
702
|
+
@sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
703
|
+
|
|
704
|
+
// [Tags "!Protected"]
|
|
705
|
+
@sapAvatar_9_Background: @sapBackgroundColor;
|
|
706
|
+
|
|
707
|
+
// [Tags "!Protected"]
|
|
708
|
+
@sapAvatar_9_BorderColor: @sapGroup_ContentBorderColor;
|
|
709
|
+
|
|
710
|
+
// [Tags "!Protected"]
|
|
711
|
+
@sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
712
|
+
|
|
713
|
+
// [Tags "!Protected"]
|
|
714
|
+
@sapAvatar_10_Background: @sapBackgroundColor;
|
|
715
|
+
|
|
716
|
+
// [Tags "!Protected"]
|
|
717
|
+
@sapAvatar_10_BorderColor: @sapGroup_ContentBorderColor;
|
|
718
|
+
|
|
719
|
+
// [Tags "!Protected"]
|
|
720
|
+
@sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
721
|
+
|
|
722
|
+
// [Tags "!Protected"]
|
|
723
|
+
@sapButton_Background: @sapBackgroundColor;
|
|
724
|
+
|
|
725
|
+
// [Tags "!Protected"]
|
|
726
|
+
@sapButton_BorderColor: @sapHC_StandardForeground;
|
|
727
|
+
|
|
728
|
+
// [Tags "!Protected"]
|
|
729
|
+
@sapButton_BorderWidth: @sapElement_BorderWidth;
|
|
730
|
+
|
|
731
|
+
// [Tags "!Protected"]
|
|
732
|
+
@sapButton_BorderCornerRadius: 0.375 * @sapContent_GridSize;
|
|
733
|
+
|
|
734
|
+
// [Tags "!Protected"]
|
|
735
|
+
@sapButton_TextColor: contrast(@sapButton_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
736
|
+
|
|
737
|
+
// [Tags "!Protected"]
|
|
738
|
+
@sapButton_Hover_Background: @sapHighlightColor;
|
|
739
|
+
|
|
740
|
+
// [Tags "!Protected"]
|
|
741
|
+
@sapButton_Hover_BorderColor: @sapButton_BorderColor;
|
|
742
|
+
|
|
743
|
+
// [Tags "!Protected"]
|
|
744
|
+
@sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
745
|
+
|
|
746
|
+
// [Tags "!Protected"]
|
|
747
|
+
@sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
748
|
+
|
|
749
|
+
// [Tags "!Protected"]
|
|
750
|
+
@sapButton_Active_Background: @sapActiveColor;
|
|
751
|
+
|
|
752
|
+
// [Tags "!Protected"]
|
|
753
|
+
@sapButton_Active_BorderColor: @sapButton_BorderColor;
|
|
754
|
+
|
|
755
|
+
// [Tags "!Protected"]
|
|
756
|
+
@sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
757
|
+
|
|
758
|
+
// [Tags "!Protected"]
|
|
759
|
+
@sapButton_Emphasized_Background: @sapButton_Background;
|
|
760
|
+
|
|
761
|
+
// [Tags "!Protected"]
|
|
762
|
+
@sapButton_Emphasized_BorderColor: @sapButton_BorderColor;
|
|
763
|
+
|
|
764
|
+
// [Tags "!Protected"]
|
|
765
|
+
@sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
766
|
+
|
|
767
|
+
// [Tags "!Protected"]
|
|
768
|
+
@sapButton_Emphasized_Hover_Background: @sapButton_Hover_Background;
|
|
769
|
+
|
|
770
|
+
// [Tags "!Protected"]
|
|
771
|
+
@sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_BorderColor;
|
|
772
|
+
|
|
773
|
+
// [Tags "!Protected"]
|
|
774
|
+
@sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
775
|
+
|
|
776
|
+
// [Tags "!Protected"]
|
|
777
|
+
@sapButton_Emphasized_Active_Background: @sapButton_Active_Background;
|
|
778
|
+
|
|
779
|
+
// [Tags "!Protected"]
|
|
780
|
+
@sapButton_Emphasized_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
781
|
+
|
|
782
|
+
// [Tags "!Protected"]
|
|
783
|
+
@sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
784
|
+
|
|
785
|
+
// [Tags "!Protected"]
|
|
786
|
+
@sapButton_Emphasized_TextShadow: transparent;
|
|
787
|
+
|
|
788
|
+
// [Tags "!Protected"]
|
|
789
|
+
@sapButton_Emphasized_FontWeight: bold;
|
|
790
|
+
|
|
791
|
+
// [Tags "!Protected"]
|
|
792
|
+
@sapButton_Reject_Background: @sapButton_Background;
|
|
793
|
+
|
|
794
|
+
// [Tags "!Protected"]
|
|
795
|
+
@sapButton_Reject_BorderColor: @sapButton_BorderColor;
|
|
796
|
+
|
|
797
|
+
// [Tags "!Protected"]
|
|
798
|
+
@sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
799
|
+
|
|
800
|
+
// [Tags "!Protected"]
|
|
801
|
+
@sapButton_Reject_Hover_Background: @sapButton_Hover_Background;
|
|
802
|
+
|
|
803
|
+
// [Tags "!Protected"]
|
|
804
|
+
@sapButton_Reject_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
805
|
+
|
|
806
|
+
// [Tags "!Protected"]
|
|
807
|
+
@sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
808
|
+
|
|
809
|
+
// [Tags "!Protected"]
|
|
810
|
+
@sapButton_Reject_Active_Background: @sapButton_Active_Background;
|
|
811
|
+
|
|
812
|
+
// [Tags "!Protected"]
|
|
813
|
+
@sapButton_Reject_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
814
|
+
|
|
815
|
+
// [Tags "!Protected"]
|
|
816
|
+
@sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
817
|
+
|
|
818
|
+
// [Tags "!Protected"]
|
|
819
|
+
@sapButton_Reject_Selected_Background: @sapSelectedColor;
|
|
820
|
+
|
|
821
|
+
// [Tags "!Protected"]
|
|
822
|
+
@sapButton_Reject_Selected_BorderColor: @sapButton_BorderColor;
|
|
823
|
+
|
|
824
|
+
// [Tags "!Protected"]
|
|
825
|
+
@sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
826
|
+
|
|
827
|
+
// [Tags "!Protected"]
|
|
828
|
+
@sapButton_Reject_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
829
|
+
|
|
830
|
+
// [Tags "!Protected"]
|
|
831
|
+
@sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
832
|
+
|
|
833
|
+
// [Tags "!Protected"]
|
|
834
|
+
@sapButton_Accept_Background: @sapButton_Background;
|
|
835
|
+
|
|
836
|
+
// [Tags "!Protected"]
|
|
837
|
+
@sapButton_Accept_BorderColor: @sapButton_BorderColor;
|
|
838
|
+
|
|
839
|
+
// [Tags "!Protected"]
|
|
840
|
+
@sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
841
|
+
|
|
842
|
+
// [Tags "!Protected"]
|
|
843
|
+
@sapButton_Accept_Hover_Background: @sapButton_Hover_Background;
|
|
844
|
+
|
|
845
|
+
// [Tags "!Protected"]
|
|
846
|
+
@sapButton_Accept_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
847
|
+
|
|
848
|
+
// [Tags "!Protected"]
|
|
849
|
+
@sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
850
|
+
|
|
851
|
+
// [Tags "!Protected"]
|
|
852
|
+
@sapButton_Accept_Active_Background: @sapButton_Active_Background;
|
|
853
|
+
|
|
854
|
+
// [Tags "!Protected"]
|
|
855
|
+
@sapButton_Accept_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
856
|
+
|
|
857
|
+
// [Tags "!Protected"]
|
|
858
|
+
@sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
859
|
+
|
|
860
|
+
// [Tags "!Protected"]
|
|
861
|
+
@sapButton_Accept_Selected_Background: @sapSelectedColor;
|
|
862
|
+
|
|
863
|
+
// [Tags "!Protected"]
|
|
864
|
+
@sapButton_Accept_Selected_BorderColor: @sapButton_BorderColor;
|
|
865
|
+
|
|
866
|
+
// [Tags "!Protected"]
|
|
867
|
+
@sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
868
|
+
|
|
869
|
+
// [Tags "!Protected"]
|
|
870
|
+
@sapButton_Accept_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
871
|
+
|
|
872
|
+
// [Tags "!Protected"]
|
|
873
|
+
@sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
874
|
+
|
|
875
|
+
// [Tags "!Protected"]
|
|
876
|
+
@sapButton_Lite_Background: @sapButton_Background;
|
|
877
|
+
|
|
878
|
+
// [Tags "!Protected"]
|
|
879
|
+
@sapButton_Lite_BorderColor: @sapButton_BorderColor;
|
|
880
|
+
|
|
881
|
+
// [Tags "!Protected"]
|
|
882
|
+
@sapButton_Lite_TextColor: @sapButton_TextColor;
|
|
883
|
+
|
|
884
|
+
// [Tags "!Protected"]
|
|
885
|
+
@sapButton_Lite_Hover_Background: @sapButton_Hover_Background;
|
|
886
|
+
|
|
887
|
+
// [Tags "!Protected"]
|
|
888
|
+
@sapButton_Lite_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
889
|
+
|
|
890
|
+
// [Tags "!Protected"]
|
|
891
|
+
@sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
|
|
892
|
+
|
|
893
|
+
// [Tags "!Protected"]
|
|
894
|
+
@sapButton_Lite_Active_Background: @sapButton_Active_Background;
|
|
895
|
+
|
|
896
|
+
// [Tags "!Protected"]
|
|
897
|
+
@sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
898
|
+
|
|
899
|
+
// [Tags "!Protected"]
|
|
900
|
+
@sapButton_Selected_Background: @sapSelectedColor;
|
|
901
|
+
|
|
902
|
+
// [Tags "!Protected"]
|
|
903
|
+
@sapButton_Selected_BorderColor: @sapButton_BorderColor;
|
|
904
|
+
|
|
905
|
+
// [Tags "!Protected"]
|
|
906
|
+
@sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
907
|
+
|
|
908
|
+
// [Tags "!Protected"]
|
|
909
|
+
@sapButton_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
910
|
+
|
|
911
|
+
// [Tags "!Protected"]
|
|
912
|
+
@sapButton_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
913
|
+
|
|
914
|
+
// [Tags "!Protected"]
|
|
915
|
+
@sapButton_Attention_Background: @sapButton_Background;
|
|
916
|
+
|
|
917
|
+
// [Tags "!Protected"]
|
|
918
|
+
@sapButton_Attention_BorderColor: @sapButton_BorderColor;
|
|
919
|
+
|
|
920
|
+
// [Tags "!Protected"]
|
|
921
|
+
@sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
922
|
+
|
|
923
|
+
// [Tags "!Protected"]
|
|
924
|
+
@sapButton_Attention_Hover_Background: @sapButton_Hover_Background;
|
|
925
|
+
|
|
926
|
+
// [Tags "!Protected"]
|
|
927
|
+
@sapButton_Attention_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
928
|
+
|
|
929
|
+
// [Tags "!Protected"]
|
|
930
|
+
@sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
931
|
+
|
|
932
|
+
// [Tags "!Protected"]
|
|
933
|
+
@sapButton_Attention_Active_Background: @sapButton_Active_Background;
|
|
934
|
+
|
|
935
|
+
// [Tags "!Protected"]
|
|
936
|
+
@sapButton_Attention_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
937
|
+
|
|
938
|
+
// [Tags "!Protected"]
|
|
939
|
+
@sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
940
|
+
|
|
941
|
+
// [Tags "!Protected"]
|
|
942
|
+
@sapButton_Attention_Selected_Background: @sapSelectedColor;
|
|
943
|
+
|
|
944
|
+
// [Tags "!Protected"]
|
|
945
|
+
@sapButton_Attention_Selected_BorderColor: @sapButton_BorderColor;
|
|
946
|
+
|
|
947
|
+
// [Tags "!Protected"]
|
|
948
|
+
@sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
949
|
+
|
|
950
|
+
// [Tags "!Protected"]
|
|
951
|
+
@sapButton_Attention_Selected_Hover_Background: @sapButton_Hover_Background;
|
|
952
|
+
|
|
953
|
+
// [Tags "!Protected"]
|
|
954
|
+
@sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
955
|
+
|
|
956
|
+
// [Tags "!Protected"]
|
|
957
|
+
@sapButton_Negative_Background: @sapButton_Background;
|
|
958
|
+
|
|
959
|
+
// [Tags "!Protected"]
|
|
960
|
+
@sapButton_Negative_BorderColor: @sapButton_BorderColor;
|
|
961
|
+
|
|
962
|
+
// [Tags "!Protected"]
|
|
963
|
+
@sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
964
|
+
|
|
965
|
+
// [Tags "!Protected"]
|
|
966
|
+
@sapButton_Negative_Hover_Background: @sapButton_Hover_Background;
|
|
967
|
+
|
|
968
|
+
// [Tags "!Protected"]
|
|
969
|
+
@sapButton_Negative_Hover_BorderColor: @sapButton_Negative_BorderColor;
|
|
970
|
+
|
|
971
|
+
// [Tags "!Protected"]
|
|
972
|
+
@sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
973
|
+
|
|
974
|
+
// [Tags "!Protected"]
|
|
975
|
+
@sapButton_Negative_Active_Background: @sapButton_Active_Background;
|
|
976
|
+
|
|
977
|
+
// [Tags "!Protected"]
|
|
978
|
+
@sapButton_Negative_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
979
|
+
|
|
980
|
+
// [Tags "!Protected"]
|
|
981
|
+
@sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
982
|
+
|
|
983
|
+
// [Tags "!Protected"]
|
|
984
|
+
@sapButton_Critical_Background: @sapButton_Background;
|
|
985
|
+
|
|
986
|
+
// [Tags "!Protected"]
|
|
987
|
+
@sapButton_Critical_BorderColor: @sapButton_BorderColor;
|
|
988
|
+
|
|
989
|
+
// [Tags "!Protected"]
|
|
990
|
+
@sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
991
|
+
|
|
992
|
+
// [Tags "!Protected"]
|
|
993
|
+
@sapButton_Critical_Hover_Background: @sapButton_Hover_Background;
|
|
994
|
+
|
|
995
|
+
// [Tags "!Protected"]
|
|
996
|
+
@sapButton_Critical_Hover_BorderColor: @sapButton_Critical_BorderColor;
|
|
997
|
+
|
|
998
|
+
// [Tags "!Protected"]
|
|
999
|
+
@sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1000
|
+
|
|
1001
|
+
// [Tags "!Protected"]
|
|
1002
|
+
@sapButton_Critical_Active_Background: @sapButton_Active_Background;
|
|
1003
|
+
|
|
1004
|
+
// [Tags "!Protected"]
|
|
1005
|
+
@sapButton_Critical_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1006
|
+
|
|
1007
|
+
// [Tags "!Protected"]
|
|
1008
|
+
@sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1009
|
+
|
|
1010
|
+
// [Tags "!Protected"]
|
|
1011
|
+
@sapButton_Success_Background: @sapButton_Background;
|
|
1012
|
+
|
|
1013
|
+
// [Tags "!Protected"]
|
|
1014
|
+
@sapButton_Success_BorderColor: @sapButton_BorderColor;
|
|
1015
|
+
|
|
1016
|
+
// [Tags "!Protected"]
|
|
1017
|
+
@sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1018
|
+
|
|
1019
|
+
// [Tags "!Protected"]
|
|
1020
|
+
@sapButton_Success_Hover_Background: @sapButton_Hover_Background;
|
|
1021
|
+
|
|
1022
|
+
// [Tags "!Protected"]
|
|
1023
|
+
@sapButton_Success_Hover_BorderColor: @sapButton_Success_BorderColor;
|
|
1024
|
+
|
|
1025
|
+
// [Tags "!Protected"]
|
|
1026
|
+
@sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1027
|
+
|
|
1028
|
+
// [Tags "!Protected"]
|
|
1029
|
+
@sapButton_Success_Active_Background: @sapButton_Active_Background;
|
|
1030
|
+
|
|
1031
|
+
// [Tags "!Protected"]
|
|
1032
|
+
@sapButton_Success_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1033
|
+
|
|
1034
|
+
// [Tags "!Protected"]
|
|
1035
|
+
@sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1036
|
+
|
|
1037
|
+
// [Tags "!Protected"]
|
|
1038
|
+
@sapButton_Information_Background: @sapButton_Background;
|
|
1039
|
+
|
|
1040
|
+
// [Tags "!Protected"]
|
|
1041
|
+
@sapButton_Information_BorderColor: @sapButton_BorderColor;
|
|
1042
|
+
|
|
1043
|
+
// [Tags "!Protected"]
|
|
1044
|
+
@sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1045
|
+
|
|
1046
|
+
// [Tags "!Protected"]
|
|
1047
|
+
@sapButton_Information_Hover_Background: @sapButton_Hover_Background;
|
|
1048
|
+
|
|
1049
|
+
// [Tags "!Protected"]
|
|
1050
|
+
@sapButton_Information_Hover_BorderColor: @sapButton_Information_BorderColor;
|
|
1051
|
+
|
|
1052
|
+
// [Tags "!Protected"]
|
|
1053
|
+
@sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1054
|
+
|
|
1055
|
+
// [Tags "!Protected"]
|
|
1056
|
+
@sapButton_Information_Active_Background: @sapButton_Active_Background;
|
|
1057
|
+
|
|
1058
|
+
// [Tags "!Protected"]
|
|
1059
|
+
@sapButton_Information_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1060
|
+
|
|
1061
|
+
// [Tags "!Protected"]
|
|
1062
|
+
@sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1063
|
+
|
|
1064
|
+
// [Tags "!Protected"]
|
|
1065
|
+
@sapButton_Neutral_Background: @sapButton_Background;
|
|
1066
|
+
|
|
1067
|
+
// [Tags "!Protected"]
|
|
1068
|
+
@sapButton_Neutral_BorderColor: @sapButton_BorderColor;
|
|
1069
|
+
|
|
1070
|
+
// [Tags "!Protected"]
|
|
1071
|
+
@sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1072
|
+
|
|
1073
|
+
// [Tags "!Protected"]
|
|
1074
|
+
@sapButton_Neutral_Hover_Background: @sapButton_Hover_Background;
|
|
1075
|
+
|
|
1076
|
+
// [Tags "!Protected"]
|
|
1077
|
+
@sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_BorderColor;
|
|
1078
|
+
|
|
1079
|
+
// [Tags "!Protected"]
|
|
1080
|
+
@sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1081
|
+
|
|
1082
|
+
// [Tags "!Protected"]
|
|
1083
|
+
@sapButton_Neutral_Active_Background: @sapButton_Active_Background;
|
|
1084
|
+
|
|
1085
|
+
// [Tags "!Protected"]
|
|
1086
|
+
@sapButton_Neutral_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
1087
|
+
|
|
1088
|
+
// [Tags "!Protected"]
|
|
1089
|
+
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1090
|
+
|
|
1091
|
+
// [Tags "!Protected"]
|
|
1092
|
+
@sapButton_Track_Background: @sapButton_Background;
|
|
1093
|
+
|
|
1094
|
+
// [Tags "!Protected"]
|
|
1095
|
+
@sapButton_Track_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1096
|
+
|
|
1097
|
+
// [Tags "!Protected"]
|
|
1098
|
+
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1099
|
+
|
|
1100
|
+
// [Tags "!Protected"]
|
|
1101
|
+
@sapButton_Track_Hover_Background: @sapButton_Hover_Background;
|
|
1102
|
+
|
|
1103
|
+
// [Tags "!Protected"]
|
|
1104
|
+
@sapButton_Track_Hover_BorderColor: @sapButton_Track_BorderColor;
|
|
1105
|
+
|
|
1106
|
+
// [Tags "!Protected"]
|
|
1107
|
+
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
1108
|
+
|
|
1109
|
+
// [Tags "!Protected"]
|
|
1110
|
+
@sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
1111
|
+
|
|
1112
|
+
// [Tags "!Protected"]
|
|
1113
|
+
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1114
|
+
|
|
1115
|
+
// [Tags "!Protected"]
|
|
1116
|
+
@sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
1117
|
+
|
|
1118
|
+
// [Tags "!Protected"]
|
|
1119
|
+
@sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
1120
|
+
|
|
1121
|
+
// [Tags "!Protected"]
|
|
1122
|
+
@sapButton_Handle_Background: @sapButton_Background;
|
|
1123
|
+
|
|
1124
|
+
// [Tags "!Protected"]
|
|
1125
|
+
@sapButton_Handle_BorderColor: @sapButton_BorderColor;
|
|
1126
|
+
|
|
1127
|
+
// [Tags "!Protected"]
|
|
1128
|
+
@sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1129
|
+
|
|
1130
|
+
// [Tags "!Protected"]
|
|
1131
|
+
@sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
|
|
1132
|
+
|
|
1133
|
+
// [Tags "!Protected"]
|
|
1134
|
+
@sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
1135
|
+
|
|
1136
|
+
// [Tags "!Protected"]
|
|
1137
|
+
@sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
|
|
1138
|
+
|
|
1139
|
+
// [Tags "!Protected"]
|
|
1140
|
+
@sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
1141
|
+
|
|
1142
|
+
// [Tags "!Protected"]
|
|
1143
|
+
@sapButton_Handle_Selected_TextColor: contrast(@sapButton_Handle_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1144
|
+
|
|
1145
|
+
// [Tags "!Protected"]
|
|
1146
|
+
@sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
1147
|
+
|
|
1148
|
+
// [Tags "!Protected"]
|
|
1149
|
+
@sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
1150
|
+
|
|
1151
|
+
// [Tags "!Protected"]
|
|
1152
|
+
@sapButton_Track_Negative_Background: @sapButton_Background;
|
|
1153
|
+
|
|
1154
|
+
// [Tags "!Protected"]
|
|
1155
|
+
@sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
|
|
1156
|
+
|
|
1157
|
+
// [Tags "!Protected"]
|
|
1158
|
+
@sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1159
|
+
|
|
1160
|
+
// [Tags "!Protected"]
|
|
1161
|
+
@sapButton_Track_Negative_Hover_Background: @sapButton_Hover_Background;
|
|
1162
|
+
|
|
1163
|
+
// [Tags "!Protected"]
|
|
1164
|
+
@sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
|
|
1165
|
+
|
|
1166
|
+
// [Tags "!Protected"]
|
|
1167
|
+
@sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
|
|
1168
|
+
|
|
1169
|
+
// [Tags "!Protected"]
|
|
1170
|
+
@sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
|
|
1171
|
+
|
|
1172
|
+
// [Tags "!Protected"]
|
|
1173
|
+
@sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1174
|
+
|
|
1175
|
+
// [Tags "!Protected"]
|
|
1176
|
+
@sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
1177
|
+
|
|
1178
|
+
// [Tags "!Protected"]
|
|
1179
|
+
@sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
|
|
1180
|
+
|
|
1181
|
+
// [Tags "!Protected"]
|
|
1182
|
+
@sapButton_Track_Positive_Background: @sapButton_Background;
|
|
1183
|
+
|
|
1184
|
+
// [Tags "!Protected"]
|
|
1185
|
+
@sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
|
|
1186
|
+
|
|
1187
|
+
// [Tags "!Protected"]
|
|
1188
|
+
@sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1189
|
+
|
|
1190
|
+
// [Tags "!Protected"]
|
|
1191
|
+
@sapButton_Track_Positive_Hover_Background: @sapButton_Hover_Background;
|
|
1192
|
+
|
|
1193
|
+
// [Tags "!Protected"]
|
|
1194
|
+
@sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_BorderColor;
|
|
1195
|
+
|
|
1196
|
+
// [Tags "!Protected"]
|
|
1197
|
+
@sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
|
|
1198
|
+
|
|
1199
|
+
// [Tags "!Protected"]
|
|
1200
|
+
@sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
|
|
1201
|
+
|
|
1202
|
+
// [Tags "!Protected"]
|
|
1203
|
+
@sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1204
|
+
|
|
1205
|
+
// [Tags "!Protected"]
|
|
1206
|
+
@sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
1207
|
+
|
|
1208
|
+
// [Tags "!Protected"]
|
|
1209
|
+
@sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
|
|
1210
|
+
|
|
1211
|
+
// [Tags "!Protected"]
|
|
1212
|
+
@sapButton_TokenBackground: @sapButton_Background;
|
|
1213
|
+
|
|
1214
|
+
// [Tags "!Protected"]
|
|
1215
|
+
@sapButton_TokenBorderColor: @sapButton_BorderColor;
|
|
1216
|
+
|
|
1217
|
+
// [Tags "!Protected"]
|
|
1218
|
+
@sapField_Background: @sapBackgroundColor;
|
|
1219
|
+
|
|
1220
|
+
// [Tags "!Protected"]
|
|
1221
|
+
@sapField_BackgroundStyle: none;
|
|
1222
|
+
|
|
1223
|
+
// [Tags "!Protected"]
|
|
1224
|
+
@sapField_TextColor: @sapTextColor;
|
|
1225
|
+
|
|
1226
|
+
// [Tags "!Protected"]
|
|
1227
|
+
@sapField_PlaceholderTextColor: @sapHC_ReducedAltForeground;
|
|
1228
|
+
|
|
1229
|
+
// [Tags "!Protected"]
|
|
1230
|
+
@sapField_BorderColor: @sapHC_StandardForeground;
|
|
1231
|
+
|
|
1232
|
+
// [Tags "!Protected"]
|
|
1233
|
+
@sapField_HelpBackground: @sapField_Background;
|
|
1234
|
+
|
|
1235
|
+
// [Tags "!Protected"]
|
|
1236
|
+
@sapField_BorderWidth: 0.125 * @sapContent_GridSize;
|
|
1237
|
+
|
|
1238
|
+
// [Tags "!Protected"]
|
|
1239
|
+
@sapField_BorderStyle: solid;
|
|
1240
|
+
|
|
1241
|
+
// [Tags "!Protected"]
|
|
1242
|
+
@sapField_BorderCornerRadius: 0;
|
|
1243
|
+
|
|
1244
|
+
// [Tags "!Protected"]
|
|
1245
|
+
@sapField_Hover_Background: @sapField_Background;
|
|
1246
|
+
|
|
1247
|
+
// [Tags "!Protected"]
|
|
1248
|
+
@sapField_Hover_BackgroundStyle: none;
|
|
1249
|
+
|
|
1250
|
+
// [Tags "!Protected"]
|
|
1251
|
+
@sapField_Hover_BorderColor: @sapField_BorderColor;
|
|
1252
|
+
|
|
1253
|
+
// [Tags "!Protected"]
|
|
1254
|
+
@sapField_Hover_HelpBackground: @sapField_Background;
|
|
1255
|
+
|
|
1256
|
+
// [Tags "!Protected"]
|
|
1257
|
+
@sapField_Active_BorderColor: @sapField_BorderColor;
|
|
1258
|
+
|
|
1259
|
+
// [Tags "!Protected"]
|
|
1260
|
+
@sapField_Focus_Background: @sapField_Background;
|
|
1261
|
+
|
|
1262
|
+
// [Tags "!Protected"]
|
|
1263
|
+
@sapField_Focus_BorderColor: @sapField_BorderColor;
|
|
1264
|
+
|
|
1265
|
+
// [Tags "!Protected"]
|
|
1266
|
+
@sapField_Focus_HelpBackground: @sapField_Background;
|
|
1267
|
+
|
|
1268
|
+
// [Tags "!Protected"]
|
|
1269
|
+
@sapField_ReadOnly_Background: @sapHC_ReducedBackground;
|
|
1270
|
+
|
|
1271
|
+
// [Tags "!Protected"]
|
|
1272
|
+
@sapField_ReadOnly_BackgroundStyle: none;
|
|
1273
|
+
|
|
1274
|
+
// [Tags "!Protected"]
|
|
1275
|
+
@sapField_ReadOnly_BorderColor: @sapField_BorderColor;
|
|
1276
|
+
|
|
1277
|
+
// [Tags "!Protected"]
|
|
1278
|
+
@sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
|
|
1279
|
+
|
|
1280
|
+
// [Tags "!Protected"]
|
|
1281
|
+
@sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
|
|
1282
|
+
|
|
1283
|
+
// [Tags "!Protected"]
|
|
1284
|
+
@sapField_RequiredColor: @sapTextColor;
|
|
1285
|
+
|
|
1286
|
+
// [Tags "!Protected"]
|
|
1287
|
+
@sapField_InvalidColor: @sapField_BorderColor;
|
|
1288
|
+
|
|
1289
|
+
// [Tags "!Protected"]
|
|
1290
|
+
@sapField_InvalidBackground: @sapHighlightColor;
|
|
1291
|
+
|
|
1292
|
+
// [Tags "!Protected"]
|
|
1293
|
+
@sapField_InvalidBackgroundStyle: none;
|
|
1294
|
+
|
|
1295
|
+
// [Tags "!Protected"]
|
|
1296
|
+
@sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1297
|
+
|
|
1298
|
+
// [Tags "!Protected"]
|
|
1299
|
+
@sapField_InvalidBorderStyle: dashed;
|
|
1300
|
+
|
|
1301
|
+
// [Tags "!Protected"]
|
|
1302
|
+
@sapField_WarningColor: @sapField_BorderColor;
|
|
1303
|
+
|
|
1304
|
+
// [Tags "!Protected"]
|
|
1305
|
+
@sapField_WarningBackground: @sapField_Background;
|
|
1306
|
+
|
|
1307
|
+
// [Tags "!Protected"]
|
|
1308
|
+
@sapField_WarningBackgroundStyle: none;
|
|
1309
|
+
|
|
1310
|
+
// [Tags "!Protected"]
|
|
1311
|
+
@sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1312
|
+
|
|
1313
|
+
// [Tags "!Protected"]
|
|
1314
|
+
@sapField_WarningBorderStyle: dashed;
|
|
1315
|
+
|
|
1316
|
+
// [Tags "!Protected"]
|
|
1317
|
+
@sapField_SuccessColor: @sapField_BorderColor;
|
|
1318
|
+
|
|
1319
|
+
// [Tags "!Protected"]
|
|
1320
|
+
@sapField_SuccessBackground: @sapField_Background;
|
|
1321
|
+
|
|
1322
|
+
// [Tags "!Protected"]
|
|
1323
|
+
@sapField_SuccessBackgroundStyle: none;
|
|
1324
|
+
|
|
1325
|
+
// [Tags "!Protected"]
|
|
1326
|
+
@sapField_SuccessBorderWidth: 0.125 * @sapContent_GridSize;
|
|
1327
|
+
|
|
1328
|
+
// [Tags "!Protected"]
|
|
1329
|
+
@sapField_SuccessBorderStyle: solid;
|
|
1330
|
+
|
|
1331
|
+
// [Tags "!Protected"]
|
|
1332
|
+
@sapField_InformationColor: @sapField_BorderColor;
|
|
1333
|
+
|
|
1334
|
+
// [Tags "!Protected"]
|
|
1335
|
+
@sapField_InformationBackground: @sapField_Background;
|
|
1336
|
+
|
|
1337
|
+
// [Tags "!Protected"]
|
|
1338
|
+
@sapField_InformationBackgroundStyle: none;
|
|
1339
|
+
|
|
1340
|
+
// [Tags "!Protected"]
|
|
1341
|
+
@sapField_InformationBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
1342
|
+
|
|
1343
|
+
// [Tags "!Protected"]
|
|
1344
|
+
@sapField_InformationBorderStyle: dashed;
|
|
1345
|
+
|
|
1346
|
+
// [Tags "!Protected"]
|
|
1347
|
+
@sapGroup_TitleBackground: @sapBackgroundColor;
|
|
1348
|
+
|
|
1349
|
+
// [Tags "!Protected"]
|
|
1350
|
+
@sapGroup_TitleBorderColor: @sapHC_StandardForeground;
|
|
1351
|
+
|
|
1352
|
+
// [Tags "!Protected"]
|
|
1353
|
+
@sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1354
|
+
|
|
1355
|
+
// [Tags "!Protected"]
|
|
1356
|
+
@sapGroup_Title_FontSize: @sapFontHeader5Size;
|
|
1357
|
+
|
|
1358
|
+
// [Tags "!Protected"]
|
|
1359
|
+
@sapGroup_ContentBackground: @sapBackgroundColor;
|
|
1360
|
+
|
|
1361
|
+
// [Tags "!Protected"]
|
|
1362
|
+
@sapGroup_ContentBorderColor: @sapHC_StandardForeground;
|
|
1363
|
+
|
|
1364
|
+
// [Tags "!Protected"]
|
|
1365
|
+
@sapGroup_BorderWidth: @sapElement_BorderWidth;
|
|
1366
|
+
|
|
1367
|
+
// [Tags "!Protected"]
|
|
1368
|
+
@sapGroup_BorderCornerRadius: 0;
|
|
1369
|
+
|
|
1370
|
+
// [Tags "!Protected"]
|
|
1371
|
+
@sapGroup_FooterBackground: @sapBackgroundColor;
|
|
1372
|
+
|
|
1373
|
+
// [Tags "!Protected"]
|
|
1374
|
+
@sapToolbar_Background: @sapBackgroundColor;
|
|
1375
|
+
|
|
1376
|
+
// [Tags "!Protected"]
|
|
1377
|
+
@sapToolbar_SeparatorColor: @sapHC_StandardForeground;
|
|
1378
|
+
|
|
1379
|
+
// [Tags "!Protected"]
|
|
1380
|
+
@sapList_HeaderBackground: @sapBackgroundColor;
|
|
1381
|
+
|
|
1382
|
+
// [Tags "!Protected"]
|
|
1383
|
+
@sapList_HeaderBorderColor: @sapHC_StandardForeground;
|
|
1384
|
+
|
|
1385
|
+
// [Tags "!Protected"]
|
|
1386
|
+
@sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1387
|
+
|
|
1388
|
+
// [Tags "!Protected"]
|
|
1389
|
+
@sapList_BorderColor: @sapHC_ReducedAltForeground;
|
|
1390
|
+
|
|
1391
|
+
// [Tags "!Protected"]
|
|
1392
|
+
@sapList_BorderWidth: @sapElement_BorderWidth;
|
|
1393
|
+
|
|
1394
|
+
// [Tags "!Protected"]
|
|
1395
|
+
@sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1396
|
+
|
|
1397
|
+
// [Tags "!Protected"]
|
|
1398
|
+
@sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1399
|
+
|
|
1400
|
+
// [Tags "!Protected"]
|
|
1401
|
+
@sapList_Active_Background: @sapActiveColor;
|
|
1402
|
+
|
|
1403
|
+
// [Tags "!Protected"]
|
|
1404
|
+
@sapList_SelectionBackgroundColor: @sapSelectedColor;
|
|
1405
|
+
|
|
1406
|
+
// [Tags "!Protected"]
|
|
1407
|
+
@sapList_SelectionBorderColor: @sapHC_StandardForeground;
|
|
1408
|
+
|
|
1409
|
+
// [Tags "!Protected"]
|
|
1410
|
+
@sapList_Hover_SelectionBackground: @sapList_Hover_Background;
|
|
1411
|
+
|
|
1412
|
+
// [Tags "!Protected"]
|
|
1413
|
+
@sapList_Background: @sapBackgroundColor;
|
|
1414
|
+
|
|
1415
|
+
// [Tags "!Protected"]
|
|
1416
|
+
@sapList_Hover_Background: @sapHighlightColor;
|
|
1417
|
+
|
|
1418
|
+
// [Tags "!Protected"]
|
|
1419
|
+
@sapList_AlternatingBackground: lighten(@sapList_Background, 15);
|
|
1420
|
+
|
|
1421
|
+
// [Tags "!Protected"]
|
|
1422
|
+
@sapList_GroupHeaderBackground: @sapList_Background;
|
|
1423
|
+
|
|
1424
|
+
// [Tags "!Protected"]
|
|
1425
|
+
@sapList_GroupHeaderBorderColor: @sapHC_StandardForeground;
|
|
1426
|
+
|
|
1427
|
+
// [Tags "!Protected"]
|
|
1428
|
+
@sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1429
|
+
|
|
1430
|
+
// [Tags "!Protected"]
|
|
1431
|
+
@sapList_TableGroupHeaderBackground: @sapHC_ReducedBackground;
|
|
1432
|
+
|
|
1433
|
+
// [Tags "!Protected"]
|
|
1434
|
+
@sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
|
|
1435
|
+
|
|
1436
|
+
// [Tags "!Protected"]
|
|
1437
|
+
@sapList_TableGroupHeaderTextColor: @sapList_GroupHeaderTextColor;
|
|
1438
|
+
|
|
1439
|
+
// [Tags "!Protected"]
|
|
1440
|
+
@sapList_FooterBackground: @sapList_Background;
|
|
1441
|
+
|
|
1442
|
+
// [Tags "!Protected"]
|
|
1443
|
+
@sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1444
|
+
|
|
1445
|
+
// [Tags "!Protected"]
|
|
1446
|
+
@sapList_TableFooterBorder: @sapHC_StandardForeground;
|
|
1447
|
+
|
|
1448
|
+
// [Tags "!Protected"]
|
|
1449
|
+
@sapList_TableFixedBorderColor: @sapHC_StandardForeground;
|
|
1450
|
+
|
|
1451
|
+
// [Tags "!Protected"]
|
|
1452
|
+
@sapMessage_ErrorBorderColor: @sapErrorBorderColor;
|
|
1453
|
+
|
|
1454
|
+
// [Tags "!Protected"]
|
|
1455
|
+
@sapMessage_WarningBorderColor: @sapWarningBorderColor;
|
|
1456
|
+
|
|
1457
|
+
// [Tags "!Protected"]
|
|
1458
|
+
@sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
|
|
1459
|
+
|
|
1460
|
+
// [Tags "!Protected"]
|
|
1461
|
+
@sapMessage_InformationBorderColor: @sapInformationBorderColor;
|
|
1462
|
+
|
|
1463
|
+
// [Tags "!Protected"]
|
|
1464
|
+
@sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
|
|
1465
|
+
|
|
1466
|
+
// [Tags "!Protected"]
|
|
1467
|
+
@sapProgress_Background: @sapField_Background;
|
|
1468
|
+
|
|
1469
|
+
// [Tags "!Protected"]
|
|
1470
|
+
@sapProgress_BorderColor: @sapField_BorderColor;
|
|
1471
|
+
|
|
1472
|
+
// [Tags "!Protected"]
|
|
1473
|
+
@sapProgress_TextColor: @sapTextColor;
|
|
1474
|
+
|
|
1475
|
+
// [Tags "!Protected"]
|
|
1476
|
+
@sapProgress_FontSize: @sapFontSize;
|
|
1477
|
+
|
|
1478
|
+
// [Tags "!Protected"]
|
|
1479
|
+
@sapProgress_NegativeBackground: @sapProgress_Background;
|
|
1480
|
+
|
|
1481
|
+
// [Tags "!Protected"]
|
|
1482
|
+
@sapProgress_NegativeBorderColor: @sapProgress_BorderColor;
|
|
1483
|
+
|
|
1484
|
+
// [Tags "!Protected"]
|
|
1485
|
+
@sapProgress_NegativeTextColor: @sapProgress_TextColor;
|
|
1486
|
+
|
|
1487
|
+
// [Tags "!Protected"]
|
|
1488
|
+
@sapProgress_CriticalBackground: @sapProgress_Background;
|
|
1489
|
+
|
|
1490
|
+
// [Tags "!Protected"]
|
|
1491
|
+
@sapProgress_CriticalBorderColor: @sapProgress_BorderColor;
|
|
1492
|
+
|
|
1493
|
+
// [Tags "!Protected"]
|
|
1494
|
+
@sapProgress_CriticalTextColor: @sapProgress_TextColor;
|
|
1495
|
+
|
|
1496
|
+
// [Tags "!Protected"]
|
|
1497
|
+
@sapProgress_PositiveBackground: @sapProgress_Background;
|
|
1498
|
+
|
|
1499
|
+
// [Tags "!Protected"]
|
|
1500
|
+
@sapProgress_PositiveBorderColor: @sapProgress_BorderColor;
|
|
1501
|
+
|
|
1502
|
+
// [Tags "!Protected"]
|
|
1503
|
+
@sapProgress_PositiveTextColor: @sapProgress_TextColor;
|
|
1504
|
+
|
|
1505
|
+
// [Tags "!Protected"]
|
|
1506
|
+
@sapProgress_InformationBackground: @sapProgress_Background;
|
|
1507
|
+
|
|
1508
|
+
// [Tags "!Protected"]
|
|
1509
|
+
@sapProgress_InformationBorderColor: @sapProgress_BorderColor;
|
|
1510
|
+
|
|
1511
|
+
// [Tags "!Protected"]
|
|
1512
|
+
@sapProgress_InformationTextColor: @sapProgress_TextColor;
|
|
1513
|
+
|
|
1514
|
+
// [Tags "!Protected"]
|
|
1515
|
+
@sapProgress_Value_Background: @sapHighlightColor;
|
|
1516
|
+
|
|
1517
|
+
// [Tags "!Protected"]
|
|
1518
|
+
@sapProgress_Value_BorderColor: @sapProgress_BorderColor;
|
|
1519
|
+
|
|
1520
|
+
// [Tags "!Protected"]
|
|
1521
|
+
@sapProgress_Value_TextColor: @sapTextColor;
|
|
1522
|
+
|
|
1523
|
+
// [Tags "!Protected"]
|
|
1524
|
+
@sapProgress_Value_NegativeBackground: @sapHighlightColor;
|
|
1525
|
+
|
|
1526
|
+
// [Tags "!Protected"]
|
|
1527
|
+
@sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
|
|
1528
|
+
|
|
1529
|
+
// [Tags "!Protected"]
|
|
1530
|
+
@sapProgress_Value_NegativeTextColor: @sapProgress_TextColor;
|
|
1531
|
+
|
|
1532
|
+
// [Tags "!Protected"]
|
|
1533
|
+
@sapProgress_Value_CriticalBackground: @sapHighlightColor;
|
|
1534
|
+
|
|
1535
|
+
// [Tags "!Protected"]
|
|
1536
|
+
@sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
|
|
1537
|
+
|
|
1538
|
+
// [Tags "!Protected"]
|
|
1539
|
+
@sapProgress_Value_CriticalTextColor: @sapProgress_TextColor;
|
|
1540
|
+
|
|
1541
|
+
// [Tags "!Protected"]
|
|
1542
|
+
@sapProgress_Value_PositiveBackground: @sapHighlightColor;
|
|
1543
|
+
|
|
1544
|
+
// [Tags "!Protected"]
|
|
1545
|
+
@sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
|
|
1546
|
+
|
|
1547
|
+
// [Tags "!Protected"]
|
|
1548
|
+
@sapProgress_Value_PositiveTextColor: @sapProgress_TextColor;
|
|
1549
|
+
|
|
1550
|
+
// [Tags "!Protected"]
|
|
1551
|
+
@sapProgress_Value_InformationBackground: @sapHighlightColor;
|
|
1552
|
+
|
|
1553
|
+
// [Tags "!Protected"]
|
|
1554
|
+
@sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
|
|
1555
|
+
|
|
1556
|
+
// [Tags "!Protected"]
|
|
1557
|
+
@sapProgress_Value_InformationTextColor: @sapProgress_TextColor;
|
|
1558
|
+
|
|
1559
|
+
// [Tags "!Protected"]
|
|
1560
|
+
@sapScrollBar_FaceColor: @sapHC_ReducedAltForeground;
|
|
1561
|
+
|
|
1562
|
+
// [Tags "!Protected"]
|
|
1563
|
+
@sapScrollBar_TrackColor: @sapBackgroundColor;
|
|
1564
|
+
|
|
1565
|
+
// [Tags "!Protected"]
|
|
1566
|
+
@sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
|
|
1567
|
+
|
|
1568
|
+
// [Tags "!Protected"]
|
|
1569
|
+
@sapScrollBar_SymbolColor: @sapContent_IconColor;
|
|
1570
|
+
|
|
1571
|
+
// [Tags "!Protected"]
|
|
1572
|
+
@sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
|
|
1573
|
+
|
|
1574
|
+
// [Tags "!Protected"]
|
|
1575
|
+
@sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
|
|
1576
|
+
|
|
1577
|
+
// [Tags "!Protected"]
|
|
1578
|
+
@sapSlider_Background: @sapNeutralBackground;
|
|
1579
|
+
|
|
1580
|
+
// [Tags "!Protected"]
|
|
1581
|
+
@sapSlider_BorderColor: @sapField_BorderColor;
|
|
1582
|
+
|
|
1583
|
+
// [Tags "!Protected"]
|
|
1584
|
+
@sapSlider_Selected_Background: @sapSelectedColor;
|
|
1585
|
+
|
|
1586
|
+
// [Tags "!Protected"]
|
|
1587
|
+
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
|
|
1588
|
+
|
|
1589
|
+
// [Tags "!Protected"]
|
|
1590
|
+
@sapSlider_HandleBackground: @sapButton_Background;
|
|
1591
|
+
|
|
1592
|
+
// [Tags "!Protected"]
|
|
1593
|
+
@sapSlider_HandleBorderColor: @sapField_BorderColor;
|
|
1594
|
+
|
|
1595
|
+
// [Tags "!Protected"]
|
|
1596
|
+
@sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
|
|
1597
|
+
|
|
1598
|
+
// [Tags "!Protected"]
|
|
1599
|
+
@sapSlider_Hover_HandleBackground: @sapButton_Hover_Background;
|
|
1600
|
+
|
|
1601
|
+
// [Tags "!Protected"]
|
|
1602
|
+
@sapSlider_Hover_HandleBorderColor: @sapField_BorderColor;
|
|
1603
|
+
|
|
1604
|
+
// [Tags "!Protected"]
|
|
1605
|
+
@sapSlider_Hover_RangeHandleBackground: transparent;
|
|
1606
|
+
|
|
1607
|
+
// [Tags "!Protected"]
|
|
1608
|
+
@sapSlider_Active_HandleBackground: @sapButton_Active_Background;
|
|
1609
|
+
|
|
1610
|
+
// [Tags "!Protected"]
|
|
1611
|
+
@sapSlider_Active_HandleBorderColor: @sapField_BorderColor;
|
|
1612
|
+
|
|
1613
|
+
// [Tags "!Protected"]
|
|
1614
|
+
@sapSlider_Active_RangeHandleBackground: transparent;
|
|
1615
|
+
|
|
1616
|
+
// [Tags "!Protected"]
|
|
1617
|
+
@sapPageHeader_Background: @sapBaseColor;
|
|
1618
|
+
|
|
1619
|
+
// [Tags "!Protected"]
|
|
1620
|
+
@sapPageHeader_BorderColor: @sapHC_StandardForeground;
|
|
1621
|
+
|
|
1622
|
+
// [Tags "!Protected"]
|
|
1623
|
+
@sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1624
|
+
|
|
1625
|
+
// [Tags "!Protected"]
|
|
1626
|
+
@sapPageFooter_Background: @sapBackgroundColor;
|
|
1627
|
+
|
|
1628
|
+
// [Tags "!Protected"]
|
|
1629
|
+
@sapPageFooter_BorderColor: @sapPageFooter_Background;
|
|
1630
|
+
|
|
1631
|
+
// [Tags "!Protected"]
|
|
1632
|
+
@sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1633
|
+
|
|
1634
|
+
// [Tags "!Protected"]
|
|
1635
|
+
@sapInfobar_Background: @sapBackgroundColor;
|
|
1636
|
+
|
|
1637
|
+
// [Tags "!Protected"]
|
|
1638
|
+
@sapInfobar_Hover_Background: @sapHighlightColor;
|
|
1639
|
+
|
|
1640
|
+
// [Tags "!Protected"]
|
|
1641
|
+
@sapInfobar_Active_Background: @sapActiveColor;
|
|
1642
|
+
|
|
1643
|
+
// [Tags "!Protected"]
|
|
1644
|
+
@sapInfobar_NonInteractive_Background: @sapHC_ReducedBackground;
|
|
1645
|
+
|
|
1646
|
+
// [Tags "!Protected"]
|
|
1647
|
+
@sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1648
|
+
|
|
1649
|
+
// [Tags "!Protected"]
|
|
1650
|
+
@sapObjectHeader_Background: @sapBaseColor;
|
|
1651
|
+
|
|
1652
|
+
// [Tags "!Protected"]
|
|
1653
|
+
@sapObjectHeader_Hover_Background: @sapHighlightColor;
|
|
1654
|
+
|
|
1655
|
+
// [Tags "!Protected"]
|
|
1656
|
+
@sapObjectHeader_BorderColor: @sapHC_StandardForeground;
|
|
1657
|
+
|
|
1658
|
+
// [Tags "!Protected"]
|
|
1659
|
+
@sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1660
|
+
|
|
1661
|
+
// [Tags "!Protected"]
|
|
1662
|
+
@sapObjectHeader_Title_FontSize: @sapFontHeader2Size;
|
|
1663
|
+
|
|
1664
|
+
// [Tags "!Protected"]
|
|
1665
|
+
@sapObjectHeader_Title_SnappedFontSize: @sapFontHeader4Size;
|
|
1666
|
+
|
|
1667
|
+
// [Tags "!Protected"]
|
|
1668
|
+
@sapObjectHeader_Title_FontFamily: @sapFontBoldFamily;
|
|
1669
|
+
|
|
1670
|
+
// [Tags "!Protected"]
|
|
1671
|
+
@sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1672
|
+
|
|
1673
|
+
// [Tags "!Protected"]
|
|
1674
|
+
@sapBlockLayer_Background: @sapBackgroundColor;
|
|
1675
|
+
|
|
1676
|
+
// [Tags "!Protected"]
|
|
1677
|
+
@sapTile_Background: @sapBackgroundColor;
|
|
1678
|
+
|
|
1679
|
+
// [Tags "!Protected"]
|
|
1680
|
+
@sapTile_Hover_Background: @sapHighlightColor;
|
|
1681
|
+
|
|
1682
|
+
// [Tags "!Protected"]
|
|
1683
|
+
@sapTile_Active_Background: @sapActiveColor;
|
|
1684
|
+
|
|
1685
|
+
// [Tags "!Protected"]
|
|
1686
|
+
@sapTile_BorderColor: @sapHC_StandardForeground;
|
|
1687
|
+
|
|
1688
|
+
// [Tags "!Protected"]
|
|
1689
|
+
@sapTile_BorderCornerRadius: 0.25rem;
|
|
1690
|
+
|
|
1691
|
+
// [Tags "!Protected"]
|
|
1692
|
+
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1693
|
+
|
|
1694
|
+
// [Tags "!Protected"]
|
|
1695
|
+
@sapTile_TextColor: contrast(@sapTile_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1696
|
+
|
|
1697
|
+
// [Tags "!Protected"]
|
|
1698
|
+
@sapTile_IconColor: contrast(@sapTile_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
1699
|
+
|
|
1700
|
+
// [Tags "!Protected"]
|
|
1701
|
+
@sapTile_SeparatorColor: @sapTile_BorderColor;
|
|
1702
|
+
|
|
1703
|
+
// [Tags "!Protected"]
|
|
1704
|
+
@sapTile_Interactive_BorderColor: @sapTile_BorderColor;
|
|
1705
|
+
|
|
1706
|
+
// [Tags "!Protected"]
|
|
1707
|
+
@sapTile_OverlayBackground: @sapBlockLayer_Background;
|
|
1708
|
+
|
|
1709
|
+
// [Tags "!Protected"]
|
|
1710
|
+
@sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1711
|
+
|
|
1712
|
+
// [Tags "!Protected"]
|
|
1713
|
+
@sapAccentColor1: #ffc847;
|
|
1714
|
+
|
|
1715
|
+
// [Tags "!Protected"]
|
|
1716
|
+
@sapAccentColor2: #ed884a;
|
|
1717
|
+
|
|
1718
|
+
// [Tags "!Protected"]
|
|
1719
|
+
@sapAccentColor3: #db9292;
|
|
1720
|
+
|
|
1721
|
+
// [Tags "!Protected"]
|
|
1722
|
+
@sapAccentColor4: #e269c9;
|
|
1723
|
+
|
|
1724
|
+
// [Tags "!Protected"]
|
|
1725
|
+
@sapAccentColor5: #8ca7d5;
|
|
1726
|
+
|
|
1727
|
+
// [Tags "!Protected"]
|
|
1728
|
+
@sapAccentColor6: #6bd3ff;
|
|
1729
|
+
|
|
1730
|
+
// [Tags "!Protected"]
|
|
1731
|
+
@sapAccentColor7: #7fc6c6;
|
|
1732
|
+
|
|
1733
|
+
// [Tags "!Protected"]
|
|
1734
|
+
@sapAccentColor8: #b2e484;
|
|
1735
|
+
|
|
1736
|
+
// [Tags "!Protected"]
|
|
1737
|
+
@sapAccentColor9: #b995e0;
|
|
1738
|
+
|
|
1739
|
+
// [Tags "!Protected"]
|
|
1740
|
+
@sapAccentColor10: #b0bcc5;
|
|
1741
|
+
|
|
1742
|
+
// [Tags "!Protected"]
|
|
1743
|
+
@sapAccentBackgroundColor1: @sapHC_StandardBackground;
|
|
1744
|
+
|
|
1745
|
+
// [Tags "!Protected"]
|
|
1746
|
+
@sapAccentBackgroundColor2: @sapHC_StandardBackground;
|
|
1747
|
+
|
|
1748
|
+
// [Tags "!Protected"]
|
|
1749
|
+
@sapAccentBackgroundColor3: @sapHC_StandardBackground;
|
|
1750
|
+
|
|
1751
|
+
// [Tags "!Protected"]
|
|
1752
|
+
@sapAccentBackgroundColor4: @sapHC_StandardBackground;
|
|
1753
|
+
|
|
1754
|
+
// [Tags "!Protected"]
|
|
1755
|
+
@sapAccentBackgroundColor5: @sapHC_StandardBackground;
|
|
1756
|
+
|
|
1757
|
+
// [Tags "!Protected"]
|
|
1758
|
+
@sapAccentBackgroundColor6: @sapHC_StandardBackground;
|
|
1759
|
+
|
|
1760
|
+
// [Tags "!Protected"]
|
|
1761
|
+
@sapAccentBackgroundColor7: @sapHC_StandardBackground;
|
|
1762
|
+
|
|
1763
|
+
// [Tags "!Protected"]
|
|
1764
|
+
@sapAccentBackgroundColor8: @sapHC_StandardBackground;
|
|
1765
|
+
|
|
1766
|
+
// [Tags "!Protected"]
|
|
1767
|
+
@sapAccentBackgroundColor9: @sapHC_StandardBackground;
|
|
1768
|
+
|
|
1769
|
+
// [Tags "!Protected"]
|
|
1770
|
+
@sapAccentBackgroundColor10: @sapHC_StandardBackground;
|
|
1771
|
+
|
|
1772
|
+
// [Tags "!Protected"]
|
|
1773
|
+
@sapIndicationColor_1: #ff5e5e;
|
|
1774
|
+
|
|
1775
|
+
// [Tags "!Protected"]
|
|
1776
|
+
@sapIndicationColor_1_Background: @sapBackgroundColor;
|
|
1777
|
+
|
|
1778
|
+
// [Tags "!Protected"]
|
|
1779
|
+
@sapIndicationColor_1_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1780
|
+
|
|
1781
|
+
// [Tags "!Protected"]
|
|
1782
|
+
@sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
|
|
1783
|
+
|
|
1784
|
+
// [Tags "!Protected"]
|
|
1785
|
+
@sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
|
|
1786
|
+
|
|
1787
|
+
// [Tags "!Protected"]
|
|
1788
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1789
|
+
|
|
1790
|
+
// [Tags "!Protected"]
|
|
1791
|
+
@sapIndicationColor_2: #ff9191;
|
|
1792
|
+
|
|
1793
|
+
// [Tags "!Protected"]
|
|
1794
|
+
@sapIndicationColor_2_Background: @sapBackgroundColor;
|
|
1795
|
+
|
|
1796
|
+
// [Tags "!Protected"]
|
|
1797
|
+
@sapIndicationColor_2_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1798
|
+
|
|
1799
|
+
// [Tags "!Protected"]
|
|
1800
|
+
@sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
|
|
1801
|
+
|
|
1802
|
+
// [Tags "!Protected"]
|
|
1803
|
+
@sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
|
|
1804
|
+
|
|
1805
|
+
// [Tags "!Protected"]
|
|
1806
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1807
|
+
|
|
1808
|
+
// [Tags "!Protected"]
|
|
1809
|
+
@sapIndicationColor_3: #ffab1d;
|
|
1810
|
+
|
|
1811
|
+
// [Tags "!Protected"]
|
|
1812
|
+
@sapIndicationColor_3_Background: @sapBackgroundColor;
|
|
1813
|
+
|
|
1814
|
+
// [Tags "!Protected"]
|
|
1815
|
+
@sapIndicationColor_3_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1816
|
+
|
|
1817
|
+
// [Tags "!Protected"]
|
|
1818
|
+
@sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
|
|
1819
|
+
|
|
1820
|
+
// [Tags "!Protected"]
|
|
1821
|
+
@sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
|
|
1822
|
+
|
|
1823
|
+
// [Tags "!Protected"]
|
|
1824
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1825
|
+
|
|
1826
|
+
// [Tags "!Protected"]
|
|
1827
|
+
@sapIndicationColor_4: #99cc99;
|
|
1828
|
+
|
|
1829
|
+
// [Tags "!Protected"]
|
|
1830
|
+
@sapIndicationColor_4_Background: @sapBackgroundColor;
|
|
1831
|
+
|
|
1832
|
+
// [Tags "!Protected"]
|
|
1833
|
+
@sapIndicationColor_4_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1834
|
+
|
|
1835
|
+
// [Tags "!Protected"]
|
|
1836
|
+
@sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
|
|
1837
|
+
|
|
1838
|
+
// [Tags "!Protected"]
|
|
1839
|
+
@sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
|
|
1840
|
+
|
|
1841
|
+
// [Tags "!Protected"]
|
|
1842
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1843
|
+
|
|
1844
|
+
// [Tags "!Protected"]
|
|
1845
|
+
@sapIndicationColor_5: #6bd3ff;
|
|
1846
|
+
|
|
1847
|
+
// [Tags "!Protected"]
|
|
1848
|
+
@sapIndicationColor_5_Background: @sapBackgroundColor;
|
|
1849
|
+
|
|
1850
|
+
// [Tags "!Protected"]
|
|
1851
|
+
@sapIndicationColor_5_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1852
|
+
|
|
1853
|
+
// [Tags "!Protected"]
|
|
1854
|
+
@sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
|
|
1855
|
+
|
|
1856
|
+
// [Tags "!Protected"]
|
|
1857
|
+
@sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
|
|
1858
|
+
|
|
1859
|
+
// [Tags "!Protected"]
|
|
1860
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1861
|
+
|
|
1862
|
+
// [Tags "!Protected"]
|
|
1863
|
+
@sapIndicationColor_6: #7fc6c6;
|
|
1864
|
+
|
|
1865
|
+
// [Tags "!Protected"]
|
|
1866
|
+
@sapIndicationColor_6_Background: @sapBackgroundColor;
|
|
1867
|
+
|
|
1868
|
+
// [Tags "!Protected"]
|
|
1869
|
+
@sapIndicationColor_6_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1870
|
+
|
|
1871
|
+
// [Tags "!Protected"]
|
|
1872
|
+
@sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
|
|
1873
|
+
|
|
1874
|
+
// [Tags "!Protected"]
|
|
1875
|
+
@sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
|
|
1876
|
+
|
|
1877
|
+
// [Tags "!Protected"]
|
|
1878
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1879
|
+
|
|
1880
|
+
// [Tags "!Protected"]
|
|
1881
|
+
@sapIndicationColor_7: #b995e0;
|
|
1882
|
+
|
|
1883
|
+
// [Tags "!Protected"]
|
|
1884
|
+
@sapIndicationColor_7_Background: @sapBackgroundColor;
|
|
1885
|
+
|
|
1886
|
+
// [Tags "!Protected"]
|
|
1887
|
+
@sapIndicationColor_7_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1888
|
+
|
|
1889
|
+
// [Tags "!Protected"]
|
|
1890
|
+
@sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
|
|
1891
|
+
|
|
1892
|
+
// [Tags "!Protected"]
|
|
1893
|
+
@sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
|
|
1894
|
+
|
|
1895
|
+
// [Tags "!Protected"]
|
|
1896
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1897
|
+
|
|
1898
|
+
// [Tags "!Protected"]
|
|
1899
|
+
@sapIndicationColor_8: #e269c9;
|
|
1900
|
+
|
|
1901
|
+
// [Tags "!Protected"]
|
|
1902
|
+
@sapIndicationColor_8_Background: @sapBackgroundColor;
|
|
1903
|
+
|
|
1904
|
+
// [Tags "!Protected"]
|
|
1905
|
+
@sapIndicationColor_8_BorderColor: @sapContent_ForegroundBorderColor;
|
|
1906
|
+
|
|
1907
|
+
// [Tags "!Protected"]
|
|
1908
|
+
@sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
|
|
1909
|
+
|
|
1910
|
+
// [Tags "!Protected"]
|
|
1911
|
+
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
|
|
1912
|
+
|
|
1913
|
+
// [Tags "!Protected"]
|
|
1914
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
1915
|
+
|
|
1916
|
+
// [Tags "!Protected"]
|
|
1917
|
+
@sapLegend_WorkingBackground: lighten(@sapList_Background, 18);
|
|
1918
|
+
|
|
1919
|
+
// [Tags "!Protected"]
|
|
1920
|
+
@sapLegend_NonWorkingBackground: @sapHC_ReducedBackground;
|
|
1921
|
+
|
|
1922
|
+
// [Tags "!Protected"]
|
|
1923
|
+
@sapLegend_CurrentDateTime: @sapAccentColor4;
|
|
1924
|
+
|
|
1925
|
+
// [Tags "!Protected"]
|
|
1926
|
+
@sapLegendColor1: #ffc847;
|
|
1927
|
+
|
|
1928
|
+
// [Tags "!Protected"]
|
|
1929
|
+
@sapLegendColor2: #ed884a;
|
|
1930
|
+
|
|
1931
|
+
// [Tags "!Protected"]
|
|
1932
|
+
@sapLegendColor3: #db9292;
|
|
1933
|
+
|
|
1934
|
+
// [Tags "!Protected"]
|
|
1935
|
+
@sapLegendColor4: #ff741f;
|
|
1936
|
+
|
|
1937
|
+
// [Tags "!Protected"]
|
|
1938
|
+
@sapLegendColor5: #e269c9;
|
|
1939
|
+
|
|
1940
|
+
// [Tags "!Protected"]
|
|
1941
|
+
@sapLegendColor6: #6bd3ff;
|
|
1942
|
+
|
|
1943
|
+
// [Tags "!Protected"]
|
|
1944
|
+
@sapLegendColor7: #7fc6c6;
|
|
1945
|
+
|
|
1946
|
+
// [Tags "!Protected"]
|
|
1947
|
+
@sapLegendColor8: #b2e484;
|
|
1948
|
+
|
|
1949
|
+
// [Tags "!Protected"]
|
|
1950
|
+
@sapLegendColor9: #b0bcc5;
|
|
1951
|
+
|
|
1952
|
+
// [Tags "!Protected"]
|
|
1953
|
+
@sapLegendColor10: #bb86b0;
|
|
1954
|
+
|
|
1955
|
+
// [Tags "!Protected"]
|
|
1956
|
+
@sapLegendColor11: #ffe6ad;
|
|
1957
|
+
|
|
1958
|
+
// [Tags "!Protected"]
|
|
1959
|
+
@sapLegendColor12: #cdaf9d;
|
|
1960
|
+
|
|
1961
|
+
// [Tags "!Protected"]
|
|
1962
|
+
@sapLegendColor13: #ff8787;
|
|
1963
|
+
|
|
1964
|
+
// [Tags "!Protected"]
|
|
1965
|
+
@sapLegendColor14: #ffb385;
|
|
1966
|
+
|
|
1967
|
+
// [Tags "!Protected"]
|
|
1968
|
+
@sapLegendColor15: #ffb2ef;
|
|
1969
|
+
|
|
1970
|
+
// [Tags "!Protected"]
|
|
1971
|
+
@sapLegendColor16: #9cabc5;
|
|
1972
|
+
|
|
1973
|
+
// [Tags "!Protected"]
|
|
1974
|
+
@sapLegendColor17: #a4eeee;
|
|
1975
|
+
|
|
1976
|
+
// [Tags "!Protected"]
|
|
1977
|
+
@sapLegendColor18: #8d9e7e;
|
|
1978
|
+
|
|
1979
|
+
// [Tags "!Protected"]
|
|
1980
|
+
@sapLegendColor19: #addcf0;
|
|
1981
|
+
|
|
1982
|
+
// [Tags "!Protected"]
|
|
1983
|
+
@sapLegendColor20: #629cff;
|
|
1984
|
+
|
|
1985
|
+
// [Tags "!Protected"]
|
|
1986
|
+
@sapLegendBackgroundColor1: @sapList_Background;
|
|
1987
|
+
|
|
1988
|
+
// [Tags "!Protected"]
|
|
1989
|
+
@sapLegendBackgroundColor2: @sapList_Background;
|
|
1990
|
+
|
|
1991
|
+
// [Tags "!Protected"]
|
|
1992
|
+
@sapLegendBackgroundColor3: @sapList_Background;
|
|
1993
|
+
|
|
1994
|
+
// [Tags "!Protected"]
|
|
1995
|
+
@sapLegendBackgroundColor4: @sapList_Background;
|
|
1996
|
+
|
|
1997
|
+
// [Tags "!Protected"]
|
|
1998
|
+
@sapLegendBackgroundColor5: @sapList_Background;
|
|
1999
|
+
|
|
2000
|
+
// [Tags "!Protected"]
|
|
2001
|
+
@sapLegendBackgroundColor6: @sapList_Background;
|
|
2002
|
+
|
|
2003
|
+
// [Tags "!Protected"]
|
|
2004
|
+
@sapLegendBackgroundColor7: @sapList_Background;
|
|
2005
|
+
|
|
2006
|
+
// [Tags "!Protected"]
|
|
2007
|
+
@sapLegendBackgroundColor8: @sapList_Background;
|
|
2008
|
+
|
|
2009
|
+
// [Tags "!Protected"]
|
|
2010
|
+
@sapLegendBackgroundColor9: @sapList_Background;
|
|
2011
|
+
|
|
2012
|
+
// [Tags "!Protected"]
|
|
2013
|
+
@sapLegendBackgroundColor10: @sapList_Background;
|
|
2014
|
+
|
|
2015
|
+
// [Tags "!Protected"]
|
|
2016
|
+
@sapLegendBackgroundColor11: @sapList_Background;
|
|
2017
|
+
|
|
2018
|
+
// [Tags "!Protected"]
|
|
2019
|
+
@sapLegendBackgroundColor12: @sapList_Background;
|
|
2020
|
+
|
|
2021
|
+
// [Tags "!Protected"]
|
|
2022
|
+
@sapLegendBackgroundColor13: @sapList_Background;
|
|
2023
|
+
|
|
2024
|
+
// [Tags "!Protected"]
|
|
2025
|
+
@sapLegendBackgroundColor14: @sapList_Background;
|
|
2026
|
+
|
|
2027
|
+
// [Tags "!Protected"]
|
|
2028
|
+
@sapLegendBackgroundColor15: @sapList_Background;
|
|
2029
|
+
|
|
2030
|
+
// [Tags "!Protected"]
|
|
2031
|
+
@sapLegendBackgroundColor16: @sapList_Background;
|
|
2032
|
+
|
|
2033
|
+
// [Tags "!Protected"]
|
|
2034
|
+
@sapLegendBackgroundColor17: @sapList_Background;
|
|
2035
|
+
|
|
2036
|
+
// [Tags "!Protected"]
|
|
2037
|
+
@sapLegendBackgroundColor18: @sapList_Background;
|
|
2038
|
+
|
|
2039
|
+
// [Tags "!Protected"]
|
|
2040
|
+
@sapLegendBackgroundColor19: @sapList_Background;
|
|
2041
|
+
|
|
2042
|
+
// [Tags "!Protected"]
|
|
2043
|
+
@sapLegendBackgroundColor20: @sapList_Background;
|
|
2044
|
+
|
|
2045
|
+
// [Tags "!Protected"]
|
|
2046
|
+
@sapChart_OrderedColor_1: #4da2f6;
|
|
2047
|
+
|
|
2048
|
+
// [Tags "!Protected"]
|
|
2049
|
+
@sapChart_OrderedColor_2: #e8743b;
|
|
2050
|
+
|
|
2051
|
+
// [Tags "!Protected"]
|
|
2052
|
+
@sapChart_OrderedColor_3: #19a979;
|
|
2053
|
+
|
|
2054
|
+
// [Tags "!Protected"]
|
|
2055
|
+
@sapChart_OrderedColor_4: #ed4a7b;
|
|
2056
|
+
|
|
2057
|
+
// [Tags "!Protected"]
|
|
2058
|
+
@sapChart_OrderedColor_5: #945ecf;
|
|
2059
|
+
|
|
2060
|
+
// [Tags "!Protected"]
|
|
2061
|
+
@sapChart_OrderedColor_6: #13a4b4;
|
|
2062
|
+
|
|
2063
|
+
// [Tags "!Protected"]
|
|
2064
|
+
@sapChart_OrderedColor_7: #5c66f5;
|
|
2065
|
+
|
|
2066
|
+
// [Tags "!Protected"]
|
|
2067
|
+
@sapChart_OrderedColor_8: #c53da4;
|
|
2068
|
+
|
|
2069
|
+
// [Tags "!Protected"]
|
|
2070
|
+
@sapChart_OrderedColor_9: #6c8893;
|
|
2071
|
+
|
|
2072
|
+
// [Tags "!Protected"]
|
|
2073
|
+
@sapChart_OrderedColor_10: #ee6868;
|
|
2074
|
+
|
|
2075
|
+
// [Tags "!Protected"]
|
|
2076
|
+
@sapChart_OrderedColor_11: #387bb7;
|
|
2077
|
+
|
|
2078
|
+
// [Tags "!Protected"]
|
|
2079
|
+
@sapChart_Bad: @sapHC_NegativeColor;
|
|
2080
|
+
|
|
2081
|
+
// [Tags "!Protected"]
|
|
2082
|
+
@sapChart_Critical: @sapHC_CriticalColor;
|
|
2083
|
+
|
|
2084
|
+
// [Tags "!Protected"]
|
|
2085
|
+
@sapChart_Good: @sapHC_PositiveColor;
|
|
2086
|
+
|
|
2087
|
+
// [Tags "!Protected"]
|
|
2088
|
+
@sapChart_Neutral: @sapHC_NeutralColor;
|
|
2089
|
+
|
|
2090
|
+
// [Tags "!Protected"]
|
|
2091
|
+
@sapChart_Sequence_1: @sapChart_OrderedColor_1;
|
|
2092
|
+
|
|
2093
|
+
// [Tags "!Protected"]
|
|
2094
|
+
@sapChart_Sequence_2: @sapChart_OrderedColor_2;
|
|
2095
|
+
|
|
2096
|
+
// [Tags "!Protected"]
|
|
2097
|
+
@sapChart_Sequence_3: @sapChart_OrderedColor_3;
|
|
2098
|
+
|
|
2099
|
+
// [Tags "!Protected"]
|
|
2100
|
+
@sapChart_Sequence_4: @sapChart_OrderedColor_4;
|
|
2101
|
+
|
|
2102
|
+
// [Tags "!Protected"]
|
|
2103
|
+
@sapChart_Sequence_5: @sapChart_OrderedColor_5;
|
|
2104
|
+
|
|
2105
|
+
// [Tags "!Protected"]
|
|
2106
|
+
@sapChart_Sequence_6: @sapChart_OrderedColor_6;
|
|
2107
|
+
|
|
2108
|
+
// [Tags "!Protected"]
|
|
2109
|
+
@sapChart_Sequence_7: @sapChart_OrderedColor_7;
|
|
2110
|
+
|
|
2111
|
+
// [Tags "!Protected"]
|
|
2112
|
+
@sapChart_Sequence_8: @sapChart_OrderedColor_8;
|
|
2113
|
+
|
|
2114
|
+
// [Tags "!Protected"]
|
|
2115
|
+
@sapChart_Sequence_9: @sapChart_OrderedColor_9;
|
|
2116
|
+
|
|
2117
|
+
// [Tags "!Protected"]
|
|
2118
|
+
@sapChart_Sequence_10: @sapChart_OrderedColor_10;
|
|
2119
|
+
|
|
2120
|
+
// [Tags "!Protected"]
|
|
2121
|
+
@sapChart_Sequence_11: @sapChart_OrderedColor_11;
|
|
2122
|
+
|
|
2123
|
+
// [Tags "!Protected"]
|
|
2124
|
+
@sapChart_Sequence_Neutral: @sapChart_Neutral;
|
|
2125
|
+
// @sapFontUrl_SAP-icons_ttf: url(./../sap_horizon/fonts/SAP-icons.ttf);
|
|
2126
|
+
// @sapFontUrl_SAP-icons_woff: url(./../sap_horizon/fonts/SAP-icons.woff);
|
|
2127
|
+
// @sapFontUrl_SAP-icons_woff2: url(./../sap_horizon/fonts/SAP-icons.woff2);
|
|
2128
|
+
// @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
|
|
2129
|
+
// @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
|
|
2130
|
+
// @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
|
|
2131
|
+
// @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
|
|
2132
|
+
// @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
|
|
2133
|
+
// @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
|
|
2134
|
+
// @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
|
|
2135
|
+
// @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
|
|
2136
|
+
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
2137
|
+
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
2138
|
+
// @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
|
|
2139
|
+
// @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
|
|
2140
|
+
// @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
|
|
2141
|
+
// @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
|
|
2142
|
+
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
2143
|
+
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
2144
|
+
// @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
|
|
2145
|
+
// @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
|
|
2146
|
+
// @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
|
|
2147
|
+
// @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
|
|
2148
|
+
// @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
|
|
2149
|
+
// @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
|
|
2150
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
|
|
2151
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
|
|
2152
|
+
// @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
|
|
2153
|
+
// @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
|
|
2154
|
+
// @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
|
|
2155
|
+
// @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
|
|
2156
|
+
// @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
|
|
2157
|
+
// @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
|
|
2158
|
+
// @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
|
|
2159
|
+
// @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
|
|
2160
|
+
// @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
|
|
2161
|
+
// @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
|
|
2162
|
+
// @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
|
|
2163
|
+
// @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
|
|
2164
|
+
// @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
|
|
2165
|
+
// @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
|
|
2166
|
+
// @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
|
|
2167
|
+
// @sapFontUrl_72Mono_Regular_full_woff: url(./../baseTheme/fonts/72Mono-Regular-full.woff);
|
|
2168
|
+
// @sapFontUrl_72Mono_Bold_woff2: url(./../baseTheme/fonts/72Mono-Bold.woff2);
|
|
2169
|
+
// @sapFontUrl_72Mono_Bold_woff: url(./../baseTheme/fonts/72Mono-Bold.woff);
|
|
2170
|
+
// @sapFontUrl_72Mono_Bold_full_woff2: url(./../baseTheme/fonts/72Mono-Bold-full.woff2);
|
|
2171
|
+
// @sapFontUrl_72Mono_Bold_full_woff: url(./../baseTheme/fonts/72Mono-Bold-full.woff);
|
|
2172
|
+
// @sapSvgLib_SAP-icons: none;
|
|
2173
|
+
// @sapSvgLib_SAPGUI-icons: url(./../sap_horizon/svg/libs/SAPGUI-icons.svg);
|
|
2174
|
+
// @sapSvgLib_SAPWeb-icons: url(./../sap_horizon/svg/libs/SAPWeb-icons.svg);
|
|
2175
|
+
@sapBackgroundColorDefault: @sapBackgroundColor;
|
|
2176
|
+
@sapList_HighlightColor: @sapHighlightColor;
|