UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

21 lines 2.37 kB
export const styleData = `@layer ui5-webcomponents-react{._listItem_1xl6f_1{min-height:0;height:var(--_ui5wcr-MessageViewListItemHeightSingle)}._message_1xl6f_6{padding:.25rem 0;width:100%;max-width:100%;overflow:hidden;padding-inline-end:1rem;box-sizing:border-box}._withSubtitle_1xl6f_15{height:var(--_ui5wcr-MessageViewListItemHeightByLine)}._withChildren_1xl6f_19{padding-inline-end:0}._iconContainer_1xl6f_23{width:3rem;min-width:3rem;height:2.25rem;display:flex;align-items:center;justify-content:center}._icon_1xl6f_23{width:1rem;height:1rem}._titleContainer_1xl6f_37{flex:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._title_1xl6f_37{font-family:var(--sapFontHeaderFamily);font-size:var(--_ui5wcr-MessageItemTitleFontSize);color:var(--sapGroup_TitleTextColor);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto;+._subtitle_1xl6f_54{margin-block-start:.25rem;cursor:inherit}}._counter_1xl6f_60{color:var(--sapContent_MarkerTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);padding-inline-start:1rem;flex:none}._navigation_1xl6f_68{height:.875rem;width:.875rem;padding:0 .9375rem;flex-shrink:0}._typeNegative_1xl6f_75{._icon_1xl6f_23{color:var(--sapNegativeElementColor)}}._typePositive_1xl6f_81{._icon_1xl6f_23{color:var(--sapPositiveElementColor)}}._typeCritical_1xl6f_87{._icon_1xl6f_23{color:var(--sapCriticalElementColor)}}._typeInformation_1xl6f_93,._typeNone_1xl6f_94{._icon_1xl6f_23{color:var(--sapInformativeElementColor)}}._pseudoInvisibleText_1xl6f_100{font-size:0;left:0;position:absolute;top:0;user-select:none}}`; export const classNames = { "listItem": "_listItem_1xl6f_1", "message": "_message_1xl6f_6", "withSubtitle": "_withSubtitle_1xl6f_15", "withChildren": "_withChildren_1xl6f_19", "iconContainer": "_iconContainer_1xl6f_23", "icon": "_icon_1xl6f_23", "titleContainer": "_titleContainer_1xl6f_37", "title": "_title_1xl6f_37", "subtitle": "_subtitle_1xl6f_54", "counter": "_counter_1xl6f_60", "navigation": "_navigation_1xl6f_68", "typeNegative": "_typeNegative_1xl6f_75", "typePositive": "_typePositive_1xl6f_81", "typeCritical": "_typeCritical_1xl6f_87", "typeInformation": "_typeInformation_1xl6f_93", "typeNone": "_typeNone_1xl6f_94", "pseudoInvisibleText": "_pseudoInvisibleText_1xl6f_100" }; export { styleData as content };