@coko/client
Version:
Client side common code for coko apps
13 lines (12 loc) • 836 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
var _templateObject;
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
var LinkWithoutStyles = _styledComponents["default"].a(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n color: inherit;\n text-decoration: none;\n width: 100%;\n\n &:hover,\n &:focus,\n &:active {\n color: inherit;\n text-decoration: none;\n }\n"])));
var _default = LinkWithoutStyles;
exports["default"] = _default;