wix-style-react
Version:
19 lines (14 loc) • 365 B
CSS
/* st-namespace-reference="../../../../src/SelectorList/SelectorList.st.css" */
.subheaderWrapper {
-st-states: withSearch;
padding: 0 30px 12px;
}
.subheaderWrapper:withSearch {
padding: 30px 30px 12px;
}
.subheaderWrapper:not(:withSearch) .subtitleWrapper {
margin-top: 30px;
}
.subheaderWrapper:withSearch .subtitleWrapper {
margin-bottom: 18px;
}