Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | import css from '../../util/css';
export default css({
defaultStyle: {
display: 'inline-block',
margin: '0 .3ex',
padding: '0 calc(.48ex + 4px)',
verticalAlign: 'middle',
},
fitAll: {
margin: 0,
},
fitLeft: {
marginLeft: 0,
},
fitRight: {
marginRight: 0,
},
});
|