remix-nlux
Version:
Remix IDE NLUX integration. Remix IDE is the leading IDE for building and deploying smart contracts on Ethereum. NLUX is a JavaScript and React library for building conversational AI experiences.
29 lines (24 loc) • 631 B
CSS
.nlux-comp-avatar {
position: relative;
overflow: hidden;
width: var(--nlux-chItm-avtr--wd);
border-width: var(--nlux-chItm-avtr--brdrWd);
border-style: solid;
border-radius: var(--nlux-chItm-avtr--brdrRd);
aspect-ratio: 1;
> .nlux-comp-avatarContainer {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
aspect-ratio: 1;
> .nlux-comp-avatarPicture {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: cover;
}
}
}