react-desktop
Version:
React UI Components for macOS High Sierra and Windows 10
87 lines (75 loc) • 1.58 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
pane: {
cursor: 'default',
WebkitUserSelect: 'none',
userSelect: 'none',
display: 'flex',
position: 'relative',
flexGrow: '0',
flexShrink: '0',
flexDirection: 'column',
overflow: 'hidden'
},
padding: {
height: '48px'
},
buttonStyle: {
position: 'absolute',
padding: '8px 10px',
top: '7px',
left: '4px',
width: '20px',
height: '20px'
},
anchor: {
display: 'flex',
alignItems: 'center',
height: '44px',
':hover': {
backgroundColor: 'rgba(0, 0, 0, .1)'
},
':active': {
backgroundColor: 'rgba(0, 0, 0, .2)'
}
},
anchorDark: {
':hover': {
backgroundColor: 'rgba(255, 255, 255, .1)'
},
':active': {
backgroundColor: 'rgba(255, 255, 255, .2)'
}
},
anchorTitle: {},
anchorIcon: {
marginRight: '8px',
height: '44px',
display: 'flex',
alignItems: 'center'
},
span: {
display: 'flex',
alignItems: 'center',
color: '#000000',
fontFamily: '"Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif',
fontSize: '15px',
letterSpacing: '0.4pt',
padding: '0 16px',
transition: 'transform .1s ease-in',
userSelect: 'none'
},
spanDark: {
color: '#ffffff'
},
pushTransformHover: {
transition: 'transform .1s ease-in'
},
pushTransformActive: {
transform: 'scale(0.97)',
transition: 'transform 0s ease-in'
}
};