]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.scss
Merge branch 'release/4.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / metadata / video-avatar-channel.component.scss
1 @use '_mixins' as *;
2
3 @mixin secondary {
4 height: 60%;
5 width: 60%;
6 position: absolute;
7 bottom: -5px;
8 right: -5px;
9 background-color: rgba(0, 0, 0, 0);
10 }
11
12 .wrapper {
13 @include margin-right(5px);
14
15 position: relative;
16 margin-bottom: 5px;
17
18 .second-avatar {
19 @include secondary();
20 }
21 }