18 lines
299 B
SCSS
18 lines
299 B
SCSS
.user-thumbnail-box {
|
|
@include flex-shrink;
|
|
position: relative;
|
|
|
|
.user-thumbnail {
|
|
border-radius: 50%;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.source-badge {
|
|
bottom: -$space-micro / 2;
|
|
height: $space-slab;
|
|
position: absolute;
|
|
right: $zero;
|
|
width: $space-slab;
|
|
}
|
|
}
|