1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-07-01 23:39:43 +07:00
verdaccio-ui/src/components/RegistryInfoContent/styles.ts

8 lines
128 B
TypeScript
Raw Normal View History

2019-02-03 17:23:33 +07:00
import styled from 'react-emotion';
export const CommandContainer = styled('div')({
'&&': {
paddingTop: '20px',
},
});