@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
9 lines • 665 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var styles_1 = require("../../styles");
var util_shared_styles_1 = require("@atlaskit/util-shared-styles");
var styled_components_1 = require("styled-components");
// tslint:disable-next-line:variable-name
exports.Container = (_a = ["\n background: ", ";\n border-radius: ", ";\n box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);\n"], _a.raw = ["\n background: ", ";\n border-radius: ", ";\n box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);\n"], styled_components_1.default.div(_a, styles_1.akEditorPopupBackground, util_shared_styles_1.akBorderRadius));
var _a;
//# sourceMappingURL=styles.js.map