UNPKG

react-openfin-mat-impl

Version:
42 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const styles_1 = require("@material-ui/core/styles"); const configViewStyle = (theme) => styles_1.createStyles({ root: { width: '100%', height: '100%', }, topInputContainer: { padding: '0px 30px 0px 30px', }, configContainer: { height: 'calc( 100% - 39px )', '& .splitter-layout': { height: 'calc( 100% - 39px )', right: '4px', } }, configLeftSection: { height: '100%', padding: '0px 4px 50px 12px', }, configLeftListItem: { "& $img": { height: '20px', width: '20px', marginRight: '16px', userSelect: 'none', } }, configMainSection: { padding: '4px 12px 100px 2px', display: 'flex', flexWrap: 'wrap', justifyContent: 'space-around', }, configMainGridList: { width: '100%', }, }); exports.default = configViewStyle; //# sourceMappingURL=configView.style.js.map