1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-13 15:01:37 +07:00
verdaccio-ui/src/components/DetailSidebar/styles.js

15 lines
223 B
JavaScript
Raw Normal View History

2019-02-03 17:23:33 +07:00
/**
* @prettier
* @flow
*/
import styled from 'react-emotion';
import colors from '../../utils/styles/colors';
export const Content = styled.div`
&& {
padding: 10px;
background-color: ${colors.white};
}
`;