react-desktop
Version:
React UI Components for macOS High Sierra and Windows 10
24 lines (22 loc) • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
container: {
position: 'relative'
},
cancel: {
position: 'absolute',
zIndex: 4,
top: '0px',
right: '0px',
width: '14px',
height: '100%',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
marginRight: '4px',
marginLeft: '4px'
}
};