]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/overview/videos/video-list.component.scss
Merge branch 'release/4.2.0' into develop
[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 .pt-badge {
11 @include margin-right(5px);
12 }
13
14 .video-info > div {
15 display: flex;
16 }
17
18 .loading {
19 opacity: 0.5;
20 }
21
22 .right-form {
23 display: flex;
24
25 > *:not(:last-child) {
26 @include margin-right(10px);
27 }
28 }