smarthr-normalize-css
Version:
A sharable normalize CSS for SmartHR
17 lines • 1.91 kB
JavaScript
"use strict";
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CssBaseLine = exports.cssBaseLine = void 0;
var styled_components_1 = require("styled-components");
var styled_reset_1 = __importDefault(require("styled-reset"));
exports.cssBaseLine = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n\n body {\n overflow-wrap: break-word;\n font-family: system-ui, sans-serif;\n }\n\n a {\n color: inherit;\n }\n\n img {\n vertical-align: middle;\n }\n\n input,\n button,\n textarea {\n margin: 0;\n padding: 0;\n border: none;\n background-color: inherit;\n color: inherit;\n }\n\n button,\n input,\n select,\n textarea {\n font-family: inherit;\n font-size: 100%;\n }\n"], ["\n ", "\n\n body {\n overflow-wrap: break-word;\n font-family: system-ui, sans-serif;\n }\n\n a {\n color: inherit;\n }\n\n img {\n vertical-align: middle;\n }\n\n input,\n button,\n textarea {\n margin: 0;\n padding: 0;\n border: none;\n background-color: inherit;\n color: inherit;\n }\n\n button,\n input,\n select,\n textarea {\n font-family: inherit;\n font-size: 100%;\n }\n"])), styled_reset_1.default);
exports.CssBaseLine = (0, styled_components_1.createGlobalStyle)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["", ""], ["", ""])), exports.cssBaseLine);
exports.default = exports.cssBaseLine;
var templateObject_1, templateObject_2;
//# sourceMappingURL=index.js.map