@cc98/react-ubb-editor
Version:
A ubb editor component based on react
8 lines (7 loc) • 846 B
JavaScript
import { __makeTemplateObject } from "tslib";
import { css } from '@emotion/core';
import slideIn from '../keyframes/slideIn';
import center from '../utils/center';
var content = css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n .rc-notification-notice-content {\n animation: ", " 0.3s ease;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;\n min-width: 10rem;\n width: auto;\n color: #222;\n font-size: 14px;\n ", ";\n }\n"], ["\n .rc-notification-notice-content {\n animation: ", " 0.3s ease;\n border: 1px solid rgba(0, 0, 0, 0.1);\n box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;\n min-width: 10rem;\n width: auto;\n color: #222;\n font-size: 14px;\n ", ";\n }\n"])), slideIn, center);
export default content;
var templateObject_1;