UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

21 lines (15 loc) 263 B
.base { display: flex; align-items: center; } .input { composes: f4 from '../../../styles/utilities.css'; width: 100%; margin-left: 14px; background-color: transparent; border: none; font-family: inherit; &:focus { outline: none; } }