woodpecker/web/src/shared/components/avatar.less
2019-11-12 14:27:39 +01:00

16 lines
164 B
Plaintext

.avatar {
align-items: center;
display: flex;
img {
border-radius: 50%;
height: 32px;
width: 32px;
}
&.small img {
height: 28px;
width: 28px;
}
}