]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/overview/videos/video-list.component.scss
Add basic video editor support
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / videos / video-list.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 my-embed {
5 display: block;
6 max-width: 500px;
7 width: 50%;
8 }
9
10 .badge {
11 @include peertube-badge;
12
13 margin-right: 5px;
14 }
15
16 .video-info > div {
17 display: flex;
18 }
19
20 .loading {
21 opacity: 0.5;
22 }
23
24 .right-form {
25 display: flex;
26
27 > *:not(:last-child) {
28 @include margin-right(10px);
29 }
30 }
31