@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
23 lines • 437 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.styles = {
container: {
flex: 1,
},
video: {
position: 'absolute',
top: 0,
left: 0,
bottom: 0,
right: 0,
length: 20, width: 300, height: 300
},
content: {
flex: 1,
},
text: {
fontSize: 20,
margin: 10,
},
};
//# sourceMappingURL=style.js.map