aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss
blob: fd9dd1a6a2adfc01dbd2760559c677238f5812b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@use '_mixins' as *;

.wrapper {
  @include margin-right(5px);

  position: relative;
  margin-bottom: 5px;

  .second-avatar {
    height: 60%;
    width: 60%;
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: rgba(0, 0, 0, 0);
  }
}