]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/overview/videos/video-list.component.scss
Clearer video creation from API regarding rates
[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 *;
c729caf6 3
33f6dce1
C
4my-embed {
5 display: block;
6 max-width: 500px;
3c10840f 7 width: 50%;
33f6dce1
C
8}
9
10.badge {
d91b23b1 11 @include peertube-badge;
2760b454
C
12
13 margin-right: 5px;
33f6dce1 14}
3c10840f
C
15
16.video-info > div {
17 display: flex;
18}
61f85385
C
19
20.loading {
21 opacity: 0.5;
22}
038e1f3d 23
24.right-form {
25 display: flex;
26
27 > *:not(:last-child) {
28 @include margin-right(10px);
29 }
30}