UNPKG

@redocly/theme

Version:

Shared UI components lib

14 lines (12 loc) 330 B
import { css } from "styled-components"; export const logo = css` /** * @tokens Logo */ --logo-height: 2rem; // @presenter Spacing --logo-width: auto; --logo-margin: 16px; // @presenter Spacing --logo-max-width: 285px; // @presenter Spacing --logo-max-height: 285px; // @presenter Spacing // @tokens End `;