@memori.ai/memori-react
Version:
[](https://www.npmjs.com/package/@memori.ai/memori-react)   • 1.29 kB
CSS
.memori--experts-drawer {
z-index: 1000;
}
.memori--experts-drawer .memori-drawer--panel {
--memori-drawer--width: 100%;
--memori-drawer--width--md: 60%;
--memori-drawer--width--lg: 40%;
}
h2.memori--experts-drawer--title {
margin: 0;
font-size: inherit;
font-weight: 400;
line-height: inherit;
}
ul.memori--experts-drawer--list {
padding: 0;
margin: 0;
list-style: none;
}
li.memori--experts-drawer--item {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-top: 1rem;
margin-bottom: 1rem;
}
figure.memori--experts-drawer--avatar {
display: flex;
overflow: hidden;
width: 1.5rem;
height: 1.5rem;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 0.5rem 0 0;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
figure.memori--experts-drawer--avatar img {
min-width: 100%;
min-height: 100%;
object-fit: cover;
object-position: center;
}
.memori--experts-drawer--content {
flex: 1;
}
h3.memori--experts-drawer--name {
margin: 0;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.25rem;
}
p.memori--experts-drawer--description {
margin: 0;
font-size: 0.75rem;
font-weight: 400;
line-height: 1rem;
}