@cobuildlab/8base-chat
Version:
Chat component that uses 8base
28 lines (22 loc) • 331 B
CSS
.body {
display: flex;
align-items: center;
&:hover {
.actions {
opacity: 1;
}
}
}
.icon {
margin-right: 14px;
}
.name {
composes: f3, txt-ellipsis from '../../../styles/utilities.css';
}
.actions {
display: flex;
align-items: center;
margin-left: 14px;
opacity: 0;
transition: 0.2s all;
}