UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

24 lines (20 loc) 625 B
import{styled as t}from"./styled-components.js";const o=t.div` display: flex; width: 100%; position: relative; text-align: left; text-size-adjust: 100%; font-family: var(--font-family-base); font-size: var(--font-size-base); line-height: var(--line-height-base); font-weight: var(--font-weight-regular); color: var(--text-color-primary); -webkit-font-smoothing: var(--text-smoothing); * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } div[data-section-id] { scroll-margin-top: var(--navigation-anchor-offset); } `;export{o as GraphQLDocsWrapper};