wix-style-react
Version:
29 lines (23 loc) • 445 B
CSS
/* st-namespace-reference="../../../src/SortableGrid/SortableGrid.st.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;
}