UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 476 B
import{styled as e,css as t}from"styled-components";import{adaptive as i}from"../../../../adaptive/index.js";const o=e.div.withConfig({displayName:"styled__DescriptionCardGridStyled",componentId:"sc-fo4yup-0"})(["display:grid;justify-items:center;gap:34px;",""],i((({$columns:e})=>({desktop:t(["grid-template-columns:repeat(",",1fr);"],e),tablet:t(["grid-template-columns:repeat(2,1fr);"]),mobile:t(["grid-template-columns:1fr;"])}))));export{o as DescriptionCardGridStyled};