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

8 lines
128 B
TypeScript

import styled from 'react-emotion';
export const CommandContainer = styled('div')({
'&&': {
paddingTop: '20px',
},
});