onejgordon/flow-dashboard

View on GitHub
src/js/constants/Styles.js

Summary

Maintainability
A
0 mins
Test Coverage
var Styles = {
    // Unused currently
    Dialog: {
        contentStyle: {
            width: '100%',
            maxWidth: '550px',
            maxHeight: '100% !important'
        },
        bodyStyle: {
            maxHeight: '100% !important'
        },
        style: {
            paddingTop: '0 !important',
            marginTop: '-65px !important',
            bottom: '0 !important',
            overflow: 'scroll !important',
            height: 'auto !important'
        }
    }
}

module.exports = Styles;