wix-style-react
Version:
28 lines (22 loc) • 368 B
CSS
:import {
-st-from: '../Foundation/stylable/colors.st.css';
-st-named: G30,R30;
}
.root {
-st-states: odd, even;
text-align: center;
}
.root:even .number {
background: value(G30);
}
.root:odd .number {
background: value(R30);
}
.button {
display: flex;
justify-content: space-evenly;
}
.sortableGridContent {
display: flex;
flex-flow: wrap;
}