@atlaskit/editor-core
Version:
A package contains Atlassian editor core functionality
8 lines • 586 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var util_shared_styles_1 = require("@atlaskit/util-shared-styles");
var styled_components_1 = require("styled-components");
// tslint:disable-next-line:variable-name
exports.ButtonGroup = (_a = ["\n display: flex;\n\n & > div:not(:first-child) {\n margin-left: ", "px;\n }\n"], _a.raw = ["\n display: flex;\n\n & > div:not(:first-child) {\n margin-left: ", "px;\n }\n"], styled_components_1.default.span(_a, util_shared_styles_1.akGridSizeUnitless / 2));
var _a;
//# sourceMappingURL=styles.js.map