pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
26 lines (22 loc) • 533 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-headerbar-accent);
}