wix-style-react
Version:
wix-style-react
37 lines (29 loc) • 656 B
CSS
.root {
-st-states: hasBody(boolean), appearance(enum(dark,light)), direction(enum(horizontal, vertical));
display: flex;
flex-direction: row;
}
.root:direction(vertical) {
flex-direction: column-reverse;
}
.root:hasBody .title {
margin-bottom: 6px;
}
.action {
margin-top: 18px;
}
.image {
-st-states: direction(enum(horizontal, vertical));
display: flex;
}
.image:direction(horizontal) {
margin-left: 18px;
}
.image:direction(vertical) {
margin-bottom: 24px;
}
.footer {
margin-top: 12px;
display: flex;
}
/* st-namespace-reference="../../../../src/FloatingHelper/FloatingHelperContent/FloatingHelperContent.st.css" */