dm-web-react
Version:
The DM web client with React.
8 lines • 818 B
JavaScript
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
import { injectGlobal } from "styled-components";
injectGlobal(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n html,body,#root,.app {\n height: 100%;\n }\n\n body {\n margin: 0;\n padding: 0;\n background: #f5f5f5;\n }\n\n a {\n color: #5050e8;\n text-decoration: none;\n }\n"], ["\n html,body,#root,.app {\n height: 100%;\n }\n\n body {\n margin: 0;\n padding: 0;\n background: #f5f5f5;\n }\n\n a {\n color: #5050e8;\n text-decoration: none;\n }\n"])));
var templateObject_1;
//# sourceMappingURL=GlobalStyle.js.map