UNPKG

react-desktop

Version:

React UI Components for macOS High Sierra and Windows 10

46 lines (45 loc) 825 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { container: { MozUserSelect: 'none', WebkitUserSelect: 'none', MsUserSelect: 'none', userSelect: 'none', WebkitUserDrag: 'none', userDrag: 'none', WebkitTouchCallout: 'none', display: 'flex', position: 'relative' }, icon: { width: '67px', marginRight: '20px', display: 'flex', justifyContent: 'center' }, contentContainer: { flex: 1 }, title: { marginBottom: '5px' }, message: { marginBottom: '16px' }, content: { display: 'flex', flexDirection: 'column', marginBottom: '16px', position: 'relative' }, buttons: { display: 'flex', justifyContent: 'flex-end' }, buttonContainer: { marginLeft: '14px' } };