@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
7 lines • 1.27 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var util_shared_styles_1 = require("@atlaskit/util-shared-styles");
var styled_components_1 = require("styled-components");
exports.default = (_a = ["\n margin: ", "px 0 0 0;\n color: ", ";\n border-left: 2px solid ", ";\n padding-left: ", "px;\n\n [dir=\"rtl\"] & {\n padding-left: 0;\n padding-right: ", "px;\n }\n\n &:first-child {\n margin-top: 0;\n }\n\n &::before {\n content: \"\";\n }\n\n &::after {\n content: \"\";\n }\n\n & > :last-child {\n display: inline-block;\n }\n"], _a.raw = ["\n margin: ", "px 0 0 0;\n color: ", ";\n border-left: 2px solid ", ";\n padding-left: ", "px;\n\n [dir=\"rtl\"] & {\n padding-left: 0;\n padding-right: ", "px;\n }\n\n &:first-child {\n margin-top: 0;\n }\n\n &::before {\n content: \"\";\n }\n\n &::after {\n content: \"\";\n }\n\n & > :last-child {\n display: inline-block;\n }\n"], styled_components_1.default.blockquote(_a, util_shared_styles_1.akGridSizeUnitless * 1.5, util_shared_styles_1.akColorN300, util_shared_styles_1.akColorN40, util_shared_styles_1.akGridSizeUnitless * 2, util_shared_styles_1.akGridSizeUnitless * 2));
var _a;
//# sourceMappingURL=blockquote.js.map