UNPKG

react-desktop

Version:

React UI Components for macOS High Sierra and Windows 10

51 lines (45 loc) 920 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { navPane: { display: 'flex', flexWrap: 'nowrap', position: 'relative', flex: '1' }, navPaneItem: { position: 'relative', flexGrow: '1', flexShrink: '0', display: 'flex' }, contentWrapper: { display: 'flex', flex: '1', flexDirection: 'column' }, content: { display: 'flex', flex: '1', flexDirection: 'column' }, title: { position: 'relative', color: '#000000', height: '48px', display: 'flex', alignItems: 'center', fontFamily: '"Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif', fontSize: '15px', textTransform: 'uppercase', padding: '0 24px', overflow: 'hidden', cursor: 'default', userSelect: 'none' }, titleDark: { color: '#ffffff' } };