react-openfin-mat-impl
Version:
Materialize UI implementation of react-openfin
14 lines • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const styles_1 = require("@material-ui/core/styles");
const reportViewStyle = (theme) => styles_1.createStyles({
root: {
width: '100%',
height: '100%',
},
mainContainer: {
padding: '15px 15px 200px 15px',
},
});
exports.default = reportViewStyle;
//# sourceMappingURL=reportView.style.js.map