@mirrormedia/lilith-draft-renderer
Version:
## Introduction
17 lines (14 loc) • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.defaultMarginTop = exports.defaultMarginBottom = void 0;
var _styledComponents = require("styled-components");
const defaultMarginTop = (0, _styledComponents.css)`
margin-top: 32px;
`;
exports.defaultMarginTop = defaultMarginTop;
const defaultMarginBottom = (0, _styledComponents.css)`
margin-bottom: 32px;
`;
exports.defaultMarginBottom = defaultMarginBottom;