UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

25 lines (24 loc) 688 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KUBIT_GLOBAL_STYLES = void 0; const styled_components_1 = require("styled-components"); const focusStyles_1 = require("../foundations/focusStyles"); const typography_1 = require("../foundations/typography"); const fonts_1 = require("./fonts"); exports.KUBIT_GLOBAL_STYLES = (0, styled_components_1.css) ` ${fonts_1.FONTS_KUBIT_GLOBAL_STYLES} html, body, * { font-family: ${typography_1.FONT_FAMILY.font_family_nunito_sans}; } *, *::before, *::after { box-sizing: border-box; } :focus-visible { ${focusStyles_1.FOCUS_STYLES} } `; //# sourceMappingURL=globalStyle.js.map