UNPKG

react-desktop

Version:

React UI Components for macOS High Sierra and Windows 10

31 lines (28 loc) 656 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { wrapper: { WebkitUserSelect: 'none', userSelect: 'none', cursor: 'default', flex: '1' }, box: { backgroundColor: 'rgba(0, 0, 0, .04)', borderWidth: '1px', borderStyle: 'solid', borderTopColor: 'rgba(0, 0, 0, .07)', borderLeftColor: 'rgba(0, 0, 0, .037)', borderRightColor: 'rgba(0, 0, 0, .037)', borderBottomColor: 'rgba(0, 0, 0, .026)', borderRadius: '4px', position: 'relative', padding: '23px 18px 22px 18px' }, segmentedControls: { marginTop: '10px', paddingTop: '33px' } };