]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/overview/videos/video-list.component.scss
5ec9d48507c679e980c98298e7dd0bdb3959ec59
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / videos / video-list.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3 my-embed {
4 display: block;
5 max-width: 500px;
6 width: 50%;
7 }
8
9 .badge {
10 @include table-badge;
11
12 margin-right: 5px;
13 }
14
15 .video-info > div {
16 display: flex;
17 }
18
19 .loading {
20 opacity: 0.5;
21 }