wix-style-react
Version:
wix-style-react
19 lines (17 loc) • 473 B
CSS
:import {
-st-from: '../../../Foundation/stylable/colors.st.css';
-st-named: D10-03, D60;
}
:import {
-st-from: "../../../Foundation/stylable/spacing.st.css";
-st-named: SP4;
}
.root {
background-color: value(D10-03);
display: flex;
align-items: center;
border-bottom: solid 1px value(D60);
padding: 9px value(SP4);
height: auto;
}
/* st-namespace-reference="../../../../../src/Accordion/components/AccordionSectionItem/AccordionSectionItem.st.css" */