@drieam/common
Version:
Default Drieam api wrapper
26 lines (17 loc) • 1.08 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _templateObject() {
var data = _taggedTemplateLiteral(["\n flex: auto;\n\n h1 {\n margin-bottom: 24px;\n color: #434e59;\n font-weight: 600;\n font-size: 72px;\n line-height: 72px;\n }\n\n .desc {\n margin-bottom: 16px;\n color: @text-color-secondary;\n font-size: 20px;\n line-height: 28px;\n }\n\n .actions {\n button:not(:last-child) {\n margin-right: 8px;\n }\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) } })); }
var _default = _styledComponents.default.div(_templateObject());
exports.default = _default;
;