1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-13 06:51:36 +07:00
verdaccio-ui/src/components/NoItems/styles.js

13 lines
136 B
JavaScript
Raw Normal View History

2019-02-03 17:23:33 +07:00
/**
* @prettier
* @flow
*/
import styled from 'react-emotion';
export const Wrapper = styled.div`
&& {
margin: 5em 0;
}
`;