@reaqtive/components
Version:
A react library to speed up the development of Qlik mash ups and data visualization apps
16 lines (15 loc) • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.containerStyle = void 0;
const containerStyle = {
position: 'fixed',
height: '100%',
width: '100%',
display: 'flex',
flexDirection: 'column',
justifyContent: 'center',
marginTop: '-5rem'
};
exports.containerStyle = containerStyle;