mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
17 lines
264 B
SCSS
17 lines
264 B
SCSS
.user-thumbnail-box {
|
|
@include flex-shrink;
|
|
position: relative;
|
|
|
|
.user-thumbnail {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.source-badge {
|
|
bottom: -$space-micro / 2;
|
|
height: $space-slab;
|
|
position: absolute;
|
|
right: $zero;
|
|
width: $space-slab;
|
|
}
|
|
}
|