UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

7 lines 535 B
import { akEditorPopupBackground } from '../../styles'; import { akBorderRadius } from '@atlaskit/util-shared-styles'; import styled from 'styled-components'; // tslint:disable-next-line:variable-name export var 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.div(_a, akEditorPopupBackground, akBorderRadius)); var _a; //# sourceMappingURL=styles.js.map