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