@cobuildlab/8base-chat
Version:
Chat component that uses 8base
23 lines (18 loc) • 362 B
CSS
.base {
composes: f4 from './styles/utilities.css';
position: fixed;
right: 0;
z-index: 1000;
display: flex;
align-items: flex-end;
box-sizing: border-box;
color: var(--chat-primary-text-color);
margin-right: 0 ;
* {
box-sizing: inherit;
}
::placeholder {
color: var(--chat-placeholder-color);
opacity: 1;
}
}