UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

7 lines 1.06 kB
export const styleData = `@layer ui5-webcomponents-react{._actionSheet_189eg_1::part(content){padding:.1875rem .375rem}._actionSheet_189eg_1 [ui5-button]{margin:var(--_ui5wcr-ButtonTopBottomPadding);display:block}._actionSheet_189eg_1 [ui5-button]:not([data-cancel-btn])::part(button){justify-content:flex-start}._actionSheet_189eg_1::part(header){background:#0000;box-shadow:var(--_ui5wcr_ActionSheet_HeaderBoxShadow)}._actionSheetMobile_189eg_20::part(content){padding:0!important}._contentMobile_189eg_25{background-color:var(--sapGroup_ContentBackground);padding:.25rem .5rem;box-sizing:border-box;overflow:auto;max-height:82vh;border-top-left-radius:var(--_ui5wcr_ActionSheet_TopBorderRadius);border-top-right-radius:var(--_ui5wcr_ActionSheet_TopBorderRadius);box-shadow:var(--_ui5wcr_ActionSheet_BoxShadow)}._contentMobile_189eg_25>*{margin:.25rem 0}}`; export const classNames = { "actionSheet": "_actionSheet_189eg_1", "actionSheetMobile": "_actionSheetMobile_189eg_20", "contentMobile": "_contentMobile_189eg_25" }; export { styleData as content };