pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
27 lines (23 loc) • 572 B
text/less
.user-avatar-image {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
img {
border: solid 2px var(--pxt-primary-foreground);
border-radius: 100%;
width: 2.5rem;
height: 2.5rem;
}
}
.user-avatar-initials {
display: flex;
align-items: center;
justify-content: center;
border: solid 2px var(--pxt-primary-foreground);
border-radius: 100%;
width: 2.5rem;
height: 2.5rem;
background-color: var(--pxt-header-stencil);
color: var(--pxt-header-foreground);
}