This commit is contained in:
committed by
Pranav Raj S
parent
c0f40b1713
commit
ea13a21da5
@@ -1,14 +1,16 @@
|
|||||||
.user-thumbnail-box {
|
.user-thumbnail-box {
|
||||||
position: relative;
|
|
||||||
@include flex-shrink;
|
@include flex-shrink;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
.user-thumbnail {
|
.user-thumbnail {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.source-badge {
|
.source-badge {
|
||||||
position: absolute;
|
bottom: -$space-micro / 2;
|
||||||
height: $space-slab;
|
height: $space-slab;
|
||||||
width: $space-slab;
|
position: absolute;
|
||||||
right: $zero;
|
right: $zero;
|
||||||
bottom: -$space-micro/2;
|
width: $space-slab;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user