wix-style-react
Version:
18 lines (15 loc) • 340 B
CSS
/* st-namespace-reference="../../../../src/Layout/Cell/styles.st.css" */
.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;
}
}