UNPKG

@mirrormedia/lilith-draft-renderer

Version:
17 lines (14 loc) 454 B
"use strict"; 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;