@coko/client
Version:
Client side common code for coko apps
11 lines (10 loc) • 691 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _styledComponents = require("styled-components");
var _templateObject;
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
var _default = (0, _styledComponents.css)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin-left: auto;\n margin-right: auto;\n width: 150px;\n\n img {\n filter: grayscale(100%);\n margin-bottom: 30px;\n margin-top: 30px;\n max-width: 100%;\n }\n"])));
exports["default"] = _default;