UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

9 lines 1.31 kB
"use strict"; 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.Input = (_a = ["\n // Normal .className gets overridden by input[type=text] hence this hack to produce input.className\n input& {\n background-color: white;\n border: 1px solid ", ";\n border-radius: ", ";\n box-sizing: border-box;\n height: 40px;\n padding-left: 20px;\n padding-right: 20px;\n width: 100%;\n\n &:hover {\n border-color: ", ";\n cursor: pointer;\n }\n }\n"], _a.raw = ["\n // Normal .className gets overridden by input[type=text] hence this hack to produce input.className\n input& {\n background-color: white;\n border: 1px solid ", ";\n border-radius: ", ";\n box-sizing: border-box;\n height: 40px;\n padding-left: 20px;\n padding-right: 20px;\n width: 100%;\n\n &:hover {\n border-color: ", ";\n cursor: pointer;\n }\n }\n"], styled_components_1.default.input(_a, styles_1.akEditorSubtleAccent, util_shared_styles_1.akBorderRadius, util_shared_styles_1.akColorN50)); var _a; //# sourceMappingURL=styles.js.map