wix-style-react
Version:
wix-style-react
20 lines (16 loc) • 367 B
CSS
@st-namespace "LayoutCell";
.root {
-st-states: vertical;
/** https://bugzilla.mozilla.org/show_bug.cgi?id=1528030 */
max-width: 100%;
}
.root:vertical {
align-self: center;
}
@media all and (-ms-high-contrast: none) {
.root {
margin: 10px 10px 0 10px;
flex: 1 0 auto;
}
}
/* st-namespace-reference="../../../../src/Layout/Cell/Cell.st.css" */