wix-style-react
Version:
20 lines (16 loc) • 330 B
CSS
/* st-namespace-reference="../../../../../src/SidePanel/Header/Header.st.css" */
.root {
flex: 0 1 auto;
}
.titleContainer {
display: flex;
justify-content: space-between;
align-items: center;
padding: 24px 12px 24px 24px;
}
.titleContainer .title {
flex: 1;
}
.titleContainer .closeButton {
margin-left: 12px;
}