Move src to dashboard (#152)
This commit is contained in:
16
app/javascript/dashboard/assets/scss/widgets/_thumbnail.scss
Normal file
16
app/javascript/dashboard/assets/scss/widgets/_thumbnail.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user