UNPKG

reactware

Version:

Reactware is an open source toolkit for developing desktop PWA with HTML, CSS, and JS

30 lines (23 loc) 965 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _styledComponents = require("styled-components"); function _templateObject() { var data = _taggedTemplateLiteral(["\n &:before {\n content: \" \";\n width: calc(100% + 2px);\n height: calc(100% + 2px);\n position: absolute;\n left: -1px;\n top: -1px;\n border-bottom: 1px solid #696969;\n border-radius: 3px;\n }\n"]); _templateObject = function _templateObject() { return data; }; return data; } function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } /* White underline highlight - rounded; */ var beforeBorderBottom = (0, _styledComponents.css)(_templateObject()); var before = { border: { bottom: beforeBorderBottom } }; var _default = before; exports.default = _default;