@blueeast/bluerain-plugin-material-ui
Version:
Adds [Material UI](http://www.material-ui.com/#/) theme Provider to BlueRain. Components of material-ui have been developed using a common interface. [https://blueeast.gitbook.io/bluerain-plugin-material-ui](https://blueeast.gitbook.io/bluerain-plugin-mat
49 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.styles = {
colorControl: {
display: 'flex',
flexDirection: 'row',
overflow: 'visible',
justifyContent: 'space-between'
},
swatch: {
padding: '5px',
background: '#fff',
borderRadius: '1px',
boxShadow: '0 0 0 1px rgba(0,0,0,.1)',
cursor: 'pointer'
},
popover: {
overflow: 'visible',
position: 'absolute',
zIndex: '2',
marginTop: 4.5
},
cover: {
position: 'fixed',
top: '0px',
right: '0px',
bottom: '0px',
left: '0px'
},
onLeft: {
overflow: 'visible',
direction: 'rtl'
},
handleError: {
padding: 20,
display: 'flex',
justifyContent: 'center'
},
padding5: {
padding: 5
},
buttonOverlay: {
height: 14
},
displayNone: {
display: 'none'
}
};
//# sourceMappingURL=pickerStyles.js.map