UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

10 lines (9 loc) 322 B
import{css as r}from"styled-components";import{styled as e}from"../../styled-components.js";const l=e.div` display: flex; flex-direction: column; text-align: ${({align:t="left"})=>t}; ${({align:t})=>r` margin-${t==="left"?"right":"left"}: auto; `}; gap: var(--spacing-xxs); `;export{l as ButtonWrapper};