1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-29 22:46:22 +07:00
verdaccio-ui/src/components/Tag/styles.ts
2019-07-16 16:15:56 +02:00

14 lines
286 B
TypeScript

import styled from 'react-emotion';
export const Wrapper = styled('span')({
'&&': {
verticalAlign: 'middle',
lineHeight: '22px',
borderRadius: '2px',
color: '#485a3e',
backgroundColor: '#f3f4f2',
padding: '0.22rem 0.4rem',
margin: '8px 8px 0 0',
},
});