1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-29 21:07:47 +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',
},
});