forked from sombochea/verdaccio-ui
initial commit
This commit is contained in:
12
src/components/DetailContainer/styles.js
Normal file
12
src/components/DetailContainer/styles.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @prettier
|
||||
* @flow
|
||||
*/
|
||||
|
||||
import styled from 'react-emotion';
|
||||
|
||||
export const Content = styled.div`
|
||||
&& {
|
||||
padding: 15px;
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user