@bothub-chat/ui
Version:
Bothub UI Components
2 lines (1 loc) • 568 B
JavaScript
import{styled as e}from"styled-components";const t=e.form.withConfig({displayName:"styled__TariffListStyled",componentId:"sc-12oc71d-0"})(["display:grid;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);grid-template-areas:'FREE DELUXE' 'BASIC ELITE' 'PREMIUM ENTERPRISE';gap:20px;@media (max-width:","){gap:18px;}@media (max-width:768px){grid-template-columns:1fr;grid-template-rows:repeat(6,1fr);grid-template-areas:'FREE' 'BASIC' 'PREMIUM' 'DELUXE' 'ELITE' 'ENTERPRISE';gap:14px;}"],({theme:e})=>e.tablet.maxWidth);export{t as TariffListStyled};