@bothub-chat/ui
Version:
Bothub UI Components
10 lines (9 loc) • 960 B
JavaScript
import{styled as t,css as e}from"styled-components";import{adaptive as i}from"../../../adaptive/index.js";import{Button as o}from"../../button/index.js";const a=t.div.withConfig({displayName:"styled__ReferralsStyled",componentId:"sc-hgpq63-0"})(["display:flex;flex-direction:column;"]),p=t.div.withConfig({displayName:"styled__ReferralList",componentId:"sc-hgpq63-1"})(["display:flex;flex-direction:column;gap:24px;"]),d=t.div.withConfig({displayName:"styled__ReferralsButtons",componentId:"sc-hgpq63-2"})(["display:flex;gap:34px;",""],i({variant:"dashboard",desktop:e`
margin-top: 34px;
`,tablet:e`
margin-top: 30px;
`,mobile:e`
margin-top: 24px;
`})),s=t(o).attrs({size:"small"}).withConfig({displayName:"styled__CreateReferralButton",componentId:"sc-hgpq63-3"})(["",""],i({variant:"dashboard",mobile:e`
width: 100%;
`}));export{s as CreateReferralButton,p as ReferralList,d as ReferralsButtons,a as ReferralsStyled};