@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
24 lines • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.styles = {
container: {
display: 'flex',
flex: 1,
justifyContent: 'space-between',
alignItems: 'center',
flexDirection: 'row'
},
titleContainer: {
display: 'flex',
flexDirection: 'row'
},
title: {
paddingLeft: 24,
fontWeight: '500',
fontSize: 20,
color: 'white',
letterSpacing: 0.15,
alignSelf: 'center'
}
};
//# sourceMappingURL=style.js.map