@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
13 lines • 1.62 kB
JavaScript
export const styleData = {
packageName: '@ui5/webcomponents-react',
fileName: 'ObjectPageSubSection.module.css',
content: "@layer ui5-webcomponents-react{.ObjectPageSubSection_objectPageSubSection_1usej_1:focus{outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(var(--sapContent_FocusWidth)*-1)}.ObjectPageSubSection_headerContainer_1usej_6{margin-block-end:.5rem}.ObjectPageSubSection_headerContainer_1usej_6>:first-child{margin-inline:0 .25rem}.ObjectPageSubSection_headerContainer_1usej_6>:last-child:not(:first-child){margin-inline:.25rem 0}.ObjectPageSubSection_headerContainer_1usej_6>:not(:first-child):not(:last-child){margin-inline:.25rem}.ObjectPageSubSection_subSectionTitle_1usej_20{color:var(--sapGroup_TitleTextColor);flex-grow:1;font-size:var(--sapFontHeader5Size)}.ObjectPageSubSection_subSectionContent_1usej_26{background-color:var(--_ui5wcr_ObjectPage_SubSectionBackgroundColor);border-radius:var(--_ui5wcr_ObjectPage_SubSectionBorderRadius);padding-block:1rem;padding-inline:.5rem}.ObjectPageSubSection_spacer_1usej_33{flex-grow:1}.ObjectPageSubSection_uppercase_1usej_37{text-transform:uppercase}}"
};
export const classNames = {
"objectPageSubSection": "ObjectPageSubSection_objectPageSubSection_1usej_1",
"headerContainer": "ObjectPageSubSection_headerContainer_1usej_6",
"subSectionTitle": "ObjectPageSubSection_subSectionTitle_1usej_20",
"subSectionContent": "ObjectPageSubSection_subSectionContent_1usej_26",
"spacer": "ObjectPageSubSection_spacer_1usej_33",
"uppercase": "ObjectPageSubSection_uppercase_1usej_37"
};