UNPKG

@redocly/theme

Version:

Shared UI components lib

20 lines 733 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.SectionHeader = void 0; const styled_components_1 = __importDefault(require("styled-components")); exports.SectionHeader = styled_components_1.default.h2.attrs(({ className }) => ({ 'data-component-name': 'Typography/SectionHeader', className, })) ` color: var(--h2-text-color); font-size: var(--h2-font-size); font-weight: var(--font-weight-regular); text-align: center; margin: 2.65em 0; padding: 0 20px; font-family: var(--h2-font-family); `; //# sourceMappingURL=SectionHeader.js.map