UNPKG

@openui5/sap.ui.core

Version:

OpenUI5 Core Library sap.ui.core

1,477 lines (1,292 loc) 746 kB
// /** // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt. // * Theming Engine 17.0.0 // * data:{"sModified":"2026-02-10T08:50:44Z"} // */ /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.34.0) *******************/ // [Label "Brand Color"] // [Description "The color which builds your brand."] // [Tags "Quick", "Base", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Main"] // [Type "color"] @sapBrandColor: @sapDefault_Color; // [Label "Highlight Color"] // [Description "The color which is used to highlight screen elements."] // [Tags "Quick", "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Main"] // [Type "color"] @sapHighlightColor: @sapDefault_Color; // [Label "Base Color"] // [Description "The color which is used to derive the most dominant background colors."] // [Tags "Quick", "Base", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Main"] // [Type "color"] @sapBaseColor: @sapDefault_Color; // [Label "Shell Header Color"] // [Description "The background color of the shell header bar."] // [Tags "Quick", "Base", "Shell", "Color", "Protected"] // [Protected "true"] // [Category "Shell"] // [Type "color"] @sapShellColor: @sapDefault_Color; // [Label "Background Color"] // [Description "The main background color of the screen."] // [Tags "Quick", "Base", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Application"] // [Type "color"] @sapBackgroundColor: @sapDefault_Color; // [Label "Font Family"] // [Description "A prioritized list of preferred font family names."] // [Tags "Quick", "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapFontFamily: @sapDefault_Font; // [Label "Font Size"] // [Description "The preferred font size."] // [Tags "Quick", "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontSizes"] @sapFontSize: @sapDefault_Dimension; // [Label "Text Color"] // [Description "The preferred text color."] // [Tags "Quick", "Base", "Content", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "color"] @sapTextColor: @sapDefault_Color; // [Label "Link Color"] // [Description "The color of the link text."] // [Tags "Quick", "Base", "Content", "Color", "Link", "Protected"] // [Protected "true"] // [Category "Link"] // [Type "color"] @sapLinkColor: @sapDefault_Color; // [Label "Company Logo"] // [Description "The URI to the logo of your company."] // [Tags "Quick", "Base", "URI", "Image", "Mobile", "Protected"] // [Protected "true"] // [Category "Image"] // [Type "image"] @sapCompanyLogo: @sapDefault_URI; // [Label "Favicon"] // [Description "The URI to the favorite or shortcut icon displayed."] // [Tags "Base", "URI", "Image", "Protected"] // [Protected "true"] // [Category "Image"] // [Type "image"] @sapFavicon: @sapDefault_URI; // [Label "Background Image/Gradient"] // [Description "The gradient or the URI to the image which is shown as background."] // [Tags "Quick", "Base", "URI", "Image", "Protected"] // [Protected "true"] // [Category "Image"] // [Type "image"] @sapBackgroundImage: @sapDefault_URI; // [Label "Background Opacity"] // [Description "A value between 0.0 and 1.0 to control the opacity of the background image."] // [Tags "Quick", "Base", "Opacity", "Protected"] // [Protected "true"] // [Category "Image"] // [Type "opacity"] @sapBackgroundImageOpacity: @sapDefault_Float; // [Label "Background Repeat"] // [Description "The switch to turn on/off the repetition of the background image. Chose 'true' or 'false' as value."] // [Tags "Quick", "Base", "Protected"] // [Protected "true"] // [Category "Image"] // [Type "boolean"] @sapBackgroundImageRepeat: @sapDefault_Boolean; // [Label "Selected Color"] // [Description "The color of selected elements."] // [Tags "Quick", "Base", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapSelectedColor: @sapDefault_Color; // [Label "Hover Color"] // [Description "The color of hovered elements."] // [Tags "Quick", "Base", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapHoverColor: @sapDefault_Color; // [Label "Active Color"] // [Description "The color of activated elements."] // [Tags "Quick", "Base", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapActiveColor: @sapDefault_Color; // [Label "Title Text Color"] // [Description "The text color of the application title."] // [Tags "Quick", "Base", "Color", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "color"] @sapTitleColor: @sapDefault_Color; // [Label "Negative Color"] // [Description "The color for elements showing negative state."] // [Tags "Base", "Semantic", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapNegativeColor: @sapDefault_Color; // [Label "Critical Color"] // [Description "The color for elements showing critical state."] // [Tags "Base", "Semantic", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapCriticalColor: @sapDefault_Color; // [Label "Positive Color"] // [Description "The color for elements showing positive state."] // [Tags "Base", "Semantic", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapPositiveColor: @sapDefault_Color; // [Label "Informative Color"] // [Description "The color for elements showing informative state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapInformativeColor: @sapDefault_Color; // [Label "Neutral Color"] // [Description "The color for elements showing neutral state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapNeutralColor: @sapDefault_Color; // [Label "Negative Foreground Element Color"] // [Description "The color for foreground elements showing negative state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Element"] // [Type "color"] @sapNegativeElementColor: @sapDefault_Color; // [Label "Critical Foreground Element Color"] // [Description "The color for foreground elements showing critical state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Element"] // [Type "color"] @sapCriticalElementColor: @sapDefault_Color; // [Label "Positive Foreground Element Color"] // [Description "The color for foreground elements showing positive state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Element"] // [Type "color"] @sapPositiveElementColor: @sapDefault_Color; // [Label "Informative Foreground Element Color"] // [Description "The color for foreground elements showing informative state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Element"] // [Type "color"] @sapInformativeElementColor: @sapDefault_Color; // [Label "Neutral Foreground Element Color"] // [Description "The color for foreground elements showing neutral state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Element"] // [Type "color"] @sapNeutralElementColor: @sapDefault_Color; // [Label "Negative Text Color"] // [Description "The color for text showing negative or error state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Text"] // [Type "color"] @sapNegativeTextColor: @sapDefault_Color; // [Label "Critical Text Color"] // [Description "The color for text showing critical or warning state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Text"] // [Type "color"] @sapCriticalTextColor: @sapDefault_Color; // [Label "Positive Text Color"] // [Description "The color for text showing positive or success state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Text"] // [Type "color"] @sapPositiveTextColor: @sapDefault_Color; // [Label "Informative Text Color"] // [Description "The color for text showing an informative or information state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Text"] // [Type "color"] @sapInformativeTextColor: @sapDefault_Color; // [Label "Neutral Text Color"] // [Description "The color for text showing neutral state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Text"] // [Type "color"] @sapNeutralTextColor: @sapDefault_Color; // [Label "Error Color"] // [Description "The color for elements showing error state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapErrorColor: @sapDefault_Color; // [Label "Warning Color"] // [Description "The color for elements showing warning state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapWarningColor: @sapDefault_Color; // [Label "Success Color"] // [Description "The color for elements showing success state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapSuccessColor: @sapDefault_Color; // [Label "Information Color"] // [Description "The color for elements showing information state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic"] // [Type "color"] @sapInformationColor: @sapDefault_Color; // [Label "Error Background Color"] // [Description "The color for backgrounds showing negative or error state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Background"] // [Type "color"] @sapErrorBackground: @sapDefault_Color; // [Label "Warning Background Color"] // [Description "The color for backgrounds showing critical or warning state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Background"] // [Type "color"] @sapWarningBackground: @sapDefault_Color; // [Label "Success Background Color"] // [Description "The color for backgrounds showing positive or success state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Background"] // [Type "color"] @sapSuccessBackground: @sapDefault_Color; // [Label "Information Background Color"] // [Description "The color for backgrounds showing informative or information state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Background"] // [Type "color"] @sapInformationBackground: @sapDefault_Color; // [Label "Neutral Background Color"] // [Description "The color for backgrounds showing neutral state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Background"] // [Type "color"] @sapNeutralBackground: @sapDefault_Color; // [Label "Error Border Color"] // [Description "The color for borders showing negative or error state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Border"] // [Type "color"] @sapErrorBorderColor: @sapDefault_Color; // [Label "Warning Border Color"] // [Description "The color for borders showing critical or warning state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Border"] // [Type "color"] @sapWarningBorderColor: @sapDefault_Color; // [Label "Success Border Color"] // [Description "The color for borders showing positive or success state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Border"] // [Type "color"] @sapSuccessBorderColor: @sapDefault_Color; // [Label "Information Border Color"] // [Description "The color for borders showing informative or information state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Border"] // [Type "color"] @sapInformationBorderColor: @sapDefault_Color; // [Label "Neutral Border Color"] // [Description "The color for borders showing neutral state."] // [Tags "Base", "Semantic", "Color", "Protected"] // [Protected "true"] // [Category "Semantic", "Border"] // [Type "color"] @sapNeutralBorderColor: @sapDefault_Color; // [Label "Element Line Height"] // [Description "The height of the line box surrounding the inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapElement_LineHeight: @sapDefault_Dimension; // [Label "Element Height"] // [Description "The height of inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapElement_Height: @sapDefault_Dimension; // [Label "Element Border Thickness"] // [Description "The standard thickness of element borders."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "borderWidth"] @sapElement_BorderWidth: @sapDefault_Dimension; // [Label "Element Border Corner Radius"] // [Description "The standard corner radius of element borders."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Container"] // [Type "borderRadius"] @sapElement_BorderCornerRadius: @sapDefault_Dimension; // [Label "Element Compact Line Height"] // [Description "The compact height of the line box surrounding the inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapElement_Compact_LineHeight: @sapDefault_Dimension; // [Label "Element Compact Height"] // [Description "The compact height of inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapElement_Compact_Height: @sapDefault_Dimension; // [Label "Element Condensed Line Height"] // [Description "The condensed height of the line box surrounding the inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapElement_Condensed_LineHeight: @sapDefault_Dimension; // [Label "Element Condensed Height"] // [Description "The condensed height of inline elements in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapElement_Condensed_Height: @sapDefault_Dimension; // [Label "Line Height EM"] // [Description "The height of lines in the content area (in em). Basically this is used as the CSS line-height property."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "lineHeight"] @sapContent_LineHeight: @sapDefault_Dimension; // [Label "Icon Height"] // [Description "The height of inline icons in the content area."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_IconHeight: @sapDefault_Dimension; // [Label "Icon Color"] // [Description "The color of icons."] // [Tags "Base", "Content", "Color", "Protected", "Icon"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_IconColor: @sapDefault_Color; // [Label "Icon Contrast Color"] // [Description "The alternative icon color switched to by a threshold to keep contrast for icons."] // [Tags "Base", "Content", "Color", "Protected", "Icon"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_ContrastIconColor: @sapDefault_Color; // [Label "Icon Non-interactive Color"] // [Description "The color of non-interactive icons."] // [TranslationKey "sapContent_NoIntactvIcoClr"] // [Tags "Base", "Content", "Color", "Protected", "Icon"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_NonInteractiveIconColor: @sapDefault_Color; // [Label "Marker Icon Color"] // [Description "The color of marker icons."] // [Tags "Base", "Content", "Color", "Protected", "Icon"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_MarkerIconColor: @sapDefault_Color; // [Label "Marker Text Color"] // [Description "The color of marker texts."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "color"] @sapContent_MarkerTextColor: @sapDefault_Color; // [Label "Measure Indicator Color"] // [Description "The color of measuring indicators."] // [TranslationKey "sapContent_MeasIndClr"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Slider"] // [Type "color"] @sapContent_MeasureIndicatorColor: @sapDefault_Color; // [Label "Selected Measure Indicator Color"] // [Description "The selected state color of measuring indicators."] // [TranslationKey "sapContent_SelMeasIndClr"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Slider"] // [Type "color"] @sapContent_Selected_MeasureIndicatorColor: @sapDefault_Color; // [Label "Placeholder Loading Background Color"] // [Description "The background color of placeholder loading."] // [TranslationKey "sapContent_PlaceholderloadBg"] // [Tags "Base", "Content", "Color", "Protected", "Busy"] // [Protected "true"] // [Category "Busy"] // [Type "color"] @sapContent_Placeholderloading_Background: @sapDefault_Color; // [Label "Placeholder Loading Gradient"] // [Description "The gradient values of placeholder loading."] // [TranslationKey "sapContent_PlaceholderloadGrad"] // [Tags "Base", "Content", "Color", "Protected", "Busy"] // [Protected "true"] // [Category "Busy"] // [Type "color"] @sapContent_Placeholderloading_Gradient: @sapDefault_Color; // [Label "Image Placeholder Background Color"] // [Description "The background color of image placeholders."] // [TranslationKey "sapContent_ImgPlaceholderBg"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_ImagePlaceholderBackground: @sapDefault_Color; // [Label "Image Placeholder Foreground Color"] // [Description "The foreground color of image placeholders."] // [TranslationKey "sapContent_ImgPlaceholderFg"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_ImagePlaceholderForegroundColor: @sapDefault_Color; // [Label "Rated Color"] // [Description "Color for rated content items."] // [Tags "Base", "Content", "Color", "Protected", "Icon"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_RatedColor: @sapDefault_Color; // [Label "Unrated Color"] // [Description "Color for unrated content items."] // [Tags "Base", "Content", "Color", "Protected", "Icon"] // [Protected "true"] // [Category "Icon"] // [Type "color"] @sapContent_UnratedColor: @sapDefault_Color; // [Label "Busy Color"] // [Description "Color of the busy indicator."] // [Tags "Base", "Content", "Color", "Protected", "Busy"] // [Protected "true"] // [Category "Busy"] // [Type "color"] @sapContent_BusyColor: @sapDefault_Color; // [Label "Focus Color"] // [Description "The color of the focus."] // [Tags "Base", "Content", "Color", "Protected", "Focus"] // [Protected "true"] // [Category "Focus"] // [Type "color"] @sapContent_FocusColor: @sapDefault_Color; // [Label "Focus Style"] // [Description "The style of the focus."] // [Tags "Base", "Content", "Protected", "Focus"] // [Protected "true"] // [Category "Focus"] // [Type "borderStyle"] @sapContent_FocusStyle: @sapDefault_BorderStyle; // [Label "Focus Width"] // [Description "The width of the focus."] // [Tags "Base", "Content", "Protected", "Focus"] // [Protected "true"] // [Category "Focus"] // [Type "borderWidth"] @sapContent_FocusWidth: @sapDefault_Dimension; // [Label "Focus Contrast Color"] // [Description "The alternative focus color."] // [Tags "Base", "Content", "Color", "Protected", "Focus"] // [Protected "true"] // [Category "Focus"] // [Type "color"] @sapContent_ContrastFocusColor: @sapDefault_Color; // [Label "Shadow Color"] // [Description "The shadow color."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "color"] @sapContent_ShadowColor: @sapDefault_Color; // [Label "Shadow Contrast Color"] // [Description "The alternative shadow color."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "color"] @sapContent_ContrastShadowColor: @sapDefault_Color; // [Label "Shadow Level 0"] // [Description "Shadow for Card/Tile type controls."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Shadow0: @sapDefault_Shadow; // [Label "Shadow Level 1"] // [Description "Shadow for Dropdowns/Floating/Footer/Menu type controls."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Shadow1: @sapDefault_Shadow; // [Label "Shadow Level 2"] // [Description "Shadow for Popovers and MessageToasts."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Shadow2: @sapDefault_Shadow; // [Label "Shadow Level 3"] // [Description "Shadow for dialogs."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Shadow3: @sapDefault_Shadow; // [Label "Text Shadow"] // [Description "The standard text shadow."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "boxShadow"] @sapContent_TextShadow: @sapDefault_Shadow; // [Label "Text Contrast Shadow"] // [Description "The alternative text shadow."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "boxShadow"] @sapContent_ContrastTextShadow: @sapDefault_Shadow; // [Label "Header Shadow"] // [Description "The standard header shadow."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Container"] // [Type "boxShadow"] @sapContent_HeaderShadow: @sapDefault_Shadow; // [Label "Interaction Shadow"] // [Description "The standard interaction shadow."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "boxShadow"] @sapContent_Interaction_Shadow: @sapDefault_Shadow; // [Label "Selected Shadow"] // [Description "The standard selected shadow."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "boxShadow"] @sapContent_Selected_Shadow: @sapDefault_Shadow; // [Label "Negative Shadow"] // [Description "The standard negative shadow."] // [Tags "Base", "Semantic", "Content", "Protected"] // [Protected "true"] // [Category "Semantic", "Shadow"] // [Type "boxShadow"] @sapContent_Negative_Shadow: @sapDefault_Shadow; // [Label "Critical Shadow"] // [Description "The standard critical shadow."] // [Tags "Base", "Semantic", "Content", "Protected"] // [Protected "true"] // [Category "Semantic", "Shadow"] // [Type "boxShadow"] @sapContent_Critical_Shadow: @sapDefault_Shadow; // [Label "Positive Shadow"] // [Description "The standard positive shadow."] // [Tags "Base", "Semantic", "Content", "Protected"] // [Protected "true"] // [Category "Semantic", "Shadow"] // [Type "boxShadow"] @sapContent_Positive_Shadow: @sapDefault_Shadow; // [Label "Informative Shadow"] // [Description "The standard informative shadow."] // [Tags "Base", "Semantic", "Content", "Protected"] // [Protected "true"] // [Category "Semantic", "Shadow"] // [Type "boxShadow"] @sapContent_Informative_Shadow: @sapDefault_Shadow; // [Label "Neutral Shadow"] // [Description "The standard neutral shadow."] // [Tags "Base", "Semantic", "Content", "Protected"] // [Protected "true"] // [Category "Semantic", "Shadow"] // [Type "boxShadow"] @sapContent_Neutral_Shadow: @sapDefault_Shadow; // [Label "Search Result Highlight Color"] // [Description "The color of found search results in the content."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapContent_SearchHighlightColor: @sapDefault_Color; // [Label "Help Indication Color"] // [Description "The color which indicates that the element has help content."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapContent_HelpColor: @sapDefault_Color; // [Label "Label Color"] // [Description "The color of labels in the content area."] // [Tags "Base", "Content", "Color", "Mobile", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "color"] @sapContent_LabelColor: @sapDefault_Color; // [Label "Monospace Font Family"] // [Description "A prioritized list of preferred monospace font family names."] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapContent_MonospaceFontFamily: @sapDefault_Font; // [Label "Monospace Bold Font Family"] // [Description "A prioritized list of preferred monospace bold font family names."] // [TranslationKey "sapContent_MonoBoldFontFamily"] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapContent_MonospaceBoldFontFamily: @sapDefault_Font; // [Label "Icon Font Family"] // [Description "A prioritized list of preferred font family names for SAP-icons."] // [Tags "Base", "Content", "Font", "Protected", "Icon"] // [Protected "true"] // [Category "Icon"] // [Type "fontFamilies"] @sapContent_IconFontFamily: @sapDefault_Font; // [Label "Disabled Text Color"] // [Description "The color of texts on disabled screen elements in the content area."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "color"] @sapContent_DisabledTextColor: @sapDefault_Color; // [Label "Disabled Opacity"] // [Description "The opacity value of disabled screen elements in the content area."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "opacity"] @sapContent_DisabledOpacity: @sapDefault_Float; // [Label "Text Contrast Threshold"] // [Description "The threshold to switch to alternative text color to keep contrast for texts."] // [TranslationKey "sapContent_ContrastTxtThreshold"] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Resource"] // [Type "number"] @sapContent_ContrastTextThreshold: 0.75; // [Label "Text Contrast Color"] // [Description "The alternative text color switched to by a threshold to keep contrast for texts."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "color"] @sapContent_ContrastTextColor: @sapDefault_Color; // [Label "Foreground Color"] // [Description "The foreground color of the content area."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Foreground"] // [Type "color"] @sapContent_ForegroundColor: @sapDefault_Color; // [Label "Foreground Border Color"] // [Description "The foreground color of the borders of the content area."] // [TranslationKey "sapContent_ForegroundBorderCol"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Foreground"] // [Type "color"] @sapContent_ForegroundBorderColor: @sapDefault_Color; // [Label "Foreground Text Color"] // [Description "The foreground color of texts in the content area."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "color"] @sapContent_ForegroundTextColor: @sapDefault_Color; // [Label "Badge Background Color"] // [Description "The background color of badges."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Badge"] // [Type "color"] @sapContent_BadgeBackground: @sapDefault_Color; // [Label "Badge Text Color"] // [Description "The text color of badges (e.g. Shell Notifications)."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Badge"] // [Type "color"] @sapContent_BadgeTextColor: @sapDefault_Color; // [Label "Badge Border Color"] // [Description "The border color of badges (e.g. Shell Notifications)."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Badge"] // [Type "color"] @sapContent_BadgeBorderColor: @sapDefault_Color; // [Label "Drag and Drop Active Color"] // [Description "The color used to indicate active drag and drop interaction."] // [TranslationKey "sapContent_DnDActiveColor"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapContent_DragAndDropActiveColor: @sapDefault_Color; // [Label "Selected Text Color"] // [Description "The color of selected (toggled) text."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapContent_Selected_TextColor: @sapDefault_Color; // [Label "Selected Background Color"] // [Description "The background color of selected (toggled) elements."] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapContent_Selected_Background: @sapDefault_Color; // [Label "Selected Hover Background Color"] // [Description "The hover state background color of selected (toggled) elements."] // [TranslationKey "sapContent_Selected_HoverBg"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapContent_Selected_Hover_Background: @sapDefault_Color; // [Label "Selected Foreground Color"] // [Description "The foreground color of selected (toggled) elements."] // [TranslationKey "sapContent_Selected_Fg"] // [Tags "Base", "Content", "Color", "Protected"] // [Protected "true"] // [Category "Interaction"] // [Type "color"] @sapContent_Selected_ForegroundColor: @sapDefault_Color; // [Label "Forced Color Adjust"] // [Description "Decides wether OS high contrast settings should be respected (auto) or ignored (none)."] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Resource"] // [Type "string"] @sapContent_ForcedColorAdjust: none; // [Label "Lite Shadow"] // [Description "The value of lite shadows. (With no shadows in standard themes and a visible shadow in high contrast)"] // [Tags "Base", "Content", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Lite_Shadow: @sapDefault_Shadow; // [Label "Illustrative Color 1"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color1: @sapDefault_Color; // [Label "Illustrative Color 2"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color2: @sapDefault_Color; // [Label "Illustrative Color 3"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color3: @sapDefault_Color; // [Label "Illustrative Color 4"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color4: @sapDefault_Color; // [Label "Illustrative Color 5"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color5: @sapDefault_Color; // [Label "Illustrative Color 6"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color6: @sapDefault_Color; // [Label "Illustrative Color 7"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color7: @sapDefault_Color; // [Label "Illustrative Color 8"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color8: @sapDefault_Color; // [Label "Illustrative Color 9"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color9: @sapDefault_Color; // [Label "Illustrative Color 10"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color10: @sapDefault_Color; // [Label "Illustrative Color 11"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color11: @sapDefault_Color; // [Label "Illustrative Color 12"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color12: @sapDefault_Color; // [Label "Illustrative Color 13"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color13: @sapDefault_Color; // [Label "Illustrative Color 14"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color14: @sapDefault_Color; // [Label "Illustrative Color 15"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color15: @sapDefault_Color; // [Label "Illustrative Color 16"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color16: @sapDefault_Color; // [Label "Illustrative Color 17"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color17: @sapDefault_Color; // [Label "Illustrative Color 18"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color18: @sapDefault_Color; // [Label "Illustrative Color 19"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color19: @sapDefault_Color; // [Label "Illustrative Color 20"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color20: @sapDefault_Color; // [Label "Illustrative Color 21"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color21: @sapDefault_Color; // [Label "Illustrative Color 22"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color22: @sapDefault_Color; // [Label "Illustrative Color 23"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color23: @sapDefault_Color; // [Label "Illustrative Color 24"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color24: @sapDefault_Color; // [Label "Illustrative Color 25"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color25: @sapDefault_Color; // [Label "Illustrative Color 26"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color26: @sapDefault_Color; // [Label "Illustrative Color 27"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color27: @sapDefault_Color; // [Label "Illustrative Color 28"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color28: @sapDefault_Color; // [Label "Illustrative Color 29"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color29: @sapDefault_Color; // [Label "Illustrative Color 30"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color30: @sapDefault_Color; // [Label "Illustrative Color 31"] // [Description "The color of illustrated content."] // [Tags "Base", "Content", "Color", "Illustrative", "Protected"] // [Protected "true"] // [Category "Illustrative"] // [Type "color"] @sapContent_Illustrative_Color31: @sapDefault_Color; // [Label "Content Space S"] // [Description "The responsive content container space on small devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_S: @sapDefault_Dimension; // [Label "Content Space M"] // [Description "The responsive content container space on medium devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_M: @sapDefault_Dimension; // [Label "Content Space L"] // [Description "The responsive content container space on large devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_L: @sapDefault_Dimension; // [Label "Content Space XL"] // [Description "The responsive content container space on extra large devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_XL: @sapDefault_Dimension; // [Label "Content Space Tiny"] // [Description "The tiny value of space used for content."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_Tiny: @sapDefault_Dimension; // [Label "Content Space Small"] // [Description "The small value of space used for content."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_Small: @sapDefault_Dimension; // [Label "Content Space Medium"] // [Description "The medium value of space used for content."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_Medium: @sapDefault_Dimension; // [Label "Content Space Large"] // [Description "The large value of space used for content."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Space_Large: @sapDefault_Dimension; // [Label "Content Margin Tiny"] // [Description "Will be deprecated. Use instead: sapContent_Space_Tiny for a constant margin, sapContent_Margin_S for a responsive margin."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_Tiny: @sapDefault_Dimension; // [Label "Content Margin Small"] // [Description "Will be deprecated. Use instead: sapContent_Space_Small for a constant margin, sapContent_Margin_M for a responsive margin."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_Small: @sapDefault_Dimension; // [Label "Content Margin Medium"] // [Description "Will be deprecated. Use instead: sapContent_Space_Medium for a constant margin, sapContent_Margin_L for a responsive margin."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_Medium: @sapDefault_Dimension; // [Label "Content Margin Large"] // [Description "Will be deprecated. Use instead: sapContent_Space_Large for a constant margin, sapContent_Margin_XL for a responsive margin."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_Large: @sapDefault_Dimension; // [Label "Content Margin S"] // [Description "The responsive container margin on small devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_S: @sapDefault_Dimension; // [Label "Content Margin M"] // [Description "The responsive container margin on medium devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_M: @sapDefault_Dimension; // [Label "Content Margin L"] // [Description "The responsive container margin on large devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_L: @sapDefault_Dimension; // [Label "Content Margin XL"] // [Description "The responsive container margin on extra large devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Margin_XL: @sapDefault_Dimension; // [Label "Content Padding S"] // [Description "The value of padding used on small devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Padding_S: @sapDefault_Dimension; // [Label "Content Padding M"] // [Description "The value of padding used on medium devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Padding_M: @sapDefault_Dimension; // [Label "Content Padding L"] // [Description "The value of padding used on large devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Padding_L: @sapDefault_Dimension; // [Label "Content Padding XL"] // [Description "The value of padding used on extra large devices."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Padding_XL: @sapDefault_Dimension; // [Label "Content Gap"] // [Description "The value of the gap between content."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Internal"] // [Type "sizing"] @sapContent_Gap: @sapDefault_Dimension; // [Label "Success Header Shadow"] // [Description "The success header shadow styling."] // [Tags "Base", "Content", "Semantic", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Success_HeaderShadow: @sapDefault_Shadow; // [Label "Warning Header Shadow"] // [Description "The warning header shadow styling."] // [Tags "Base", "Content", "Semantic", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Warning_HeaderShadow: @sapDefault_Shadow; // [Label "Error Header Shadow"] // [Description "The error header shadow styling."] // [Tags "Base", "Content", "Semantic", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] @sapContent_Error_HeaderShadow: @sapDefault_Shadow; // [Label "Information Header Shadow"] // [Description "The information header shadow styling."] // [Tags "Base", "Content", "Semantic", "Protected"] // [Protected "true"] // [Category "Shadow"] // [Type "boxShadow"] // [TranslationKey "sapShell_Information_HdShadow"] @sapContent_Information_HeaderShadow: @sapDefault_Shadow; // [Label "Light Font Family"] // [Description "A prioritized list of preferred light font family names."] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapFontLightFamily: @sapDefault_Font; // [Label "Bold Font Family"] // [Description "A prioritized list of preferred bold font family names."] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapFontBoldFamily: @sapDefault_Font; // [Label "Semi Bold Font Family"] // [Description "A prioritized list of preferred semi bold font family names."] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapFontSemiboldFamily: @sapDefault_Font; // [Label "Semi Bold Duplex Font Family"] // [Description "A prioritized list of preferred semi bold duplex font family names."] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapFontSemiboldDuplexFamily: @sapDefault_Font; // [Label "Black Font Family"] // [Description "A prioritized list of preferred black font family names."] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapFontBlackFamily: @sapDefault_Font; // [Label "Header Font Family"] // [Description "A prioritized list of preferred font family names for headers."] // [Tags "Base", "Content", "Font", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontFamilies"] @sapFontHeaderFamily: @sapDefault_Font; // [Label "Small Font Size"] // [Description "The font size for small texts."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontSizes"] @sapFontSmallSize: @sapDefault_Dimension; // [Label "Large Font Size"] // [Description "The font size for large texts."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontSizes"] @sapFontLargeSize: @sapDefault_Dimension; // [Label "Level 1 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontSizes"] @sapFontHeader1Size: @sapDefault_Dimension; // [Label "Level 2 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontSizes"] @sapFontHeader2Size: @sapDefault_Dimension; // [Label "Level 3 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Category "Text"] // [Type "fontSizes"] @sapFontHeader3Size: @sapDefault_Dimension; // [Label "Level 4 Header Font Size"] // [Description "A font size for headers."] // [Tags "Base", "Content", "Dimension", "Protected"] // [Protected "true"] // [Cate