@coko/client
Version:
Client side common code for coko apps
16 lines (15 loc) • 649 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 = {
// TODO
// -- input padding: breaking the grid?
// -- small placeholder text? maybe by default?
Opener: (0, _styledComponents.css)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n height: auto;\n "])))
};
exports["default"] = _default;