1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-28 04:27:46 +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',
},
});