@redocly/theme
Version:
Shared UI components lib
11 lines • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.lastUpdated = void 0;
const styled_components_1 = require("styled-components");
exports.lastUpdated = (0, styled_components_1.css) `
--last-updated-text-color: var(--text-color-secondary);
--last-updated-font-size: var(--font-size-sm);
--last-updated-font-family: var(--font-family-base);
--last-updated-line-height: var(--line-height-base);
`;
//# sourceMappingURL=variables.js.map