2019-12-23 12:16:33 +00:00
|
|
|
import styled from "styled-components";
|
|
|
|
|
import { Divider } from "@blueprintjs/core";
|
|
|
|
|
|
|
|
|
|
export default styled(Divider)`
|
2020-12-24 04:32:25 +00:00
|
|
|
margin: ${(props) => props.theme.spaces[11]}px auto;
|
2019-12-23 12:16:33 +00:00
|
|
|
width: 100%;
|
|
|
|
|
`;
|