wix-style-react
Version:
wix-style-react
20 lines (16 loc) • 319 B
CSS
:import {
-st-from: '../Foundation/stylable/colors.st.css';
-st-named: D80;
}
.root {
width: 240px;
background: value(D80);
border-radius: 8px;
}
.root, .root * {
box-sizing: border-box;
}
.children {
padding: 9px 18px 12px;
}
/* st-namespace-reference="../../../src/ColorPicker/ColorPicker.st.css" */