1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-19 09:51:36 +07:00
verdaccio-ui/src/components/DetailContainer/styles.ts
2019-07-16 16:15:56 +02:00

8 lines
116 B
TypeScript

import styled from 'react-emotion';
export const Content = styled('div')({
'&&': {
padding: '15px',
},
});