UNPKG

@redocly/theme

Version:

Shared UI components lib

9 lines (7 loc) 294 B
import { css } from 'styled-components'; export const lastUpdated = 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); `;