verdaccio-ui/src/components/Tag/styles.ts
2019-11-16 00:28:36 +01:00

14 lines
288 B
TypeScript

import styled from '@emotion/styled';
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',
},
});