UNPKG

rapidoc

Version:

RapiDoc - Open API spec viewer with built in console

18 lines (16 loc) 265 B
import vars from './vars'; import {html} from 'lit-element'; export default html` <style> .row, .col{ display:flex; } .row{ align-items:center; flex-direction: row; } .col{ align-items:stretch; flex-direction: column; } </style>`