]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/overview/videos/video-list.component.scss
Don't display remove file icon in some cases
[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
4c8749cb
C
10.pt-badge {
11 @include margin-right(5px);
33f6dce1 12}
3c10840f
C
13
14.video-info > div {
15 display: flex;
1bb4c9ab
C
16
17 my-global-icon {
18 width: 16px;
19 margin-left: 3px;
20 position: relative;
21 top: -2px;
22 }
3c10840f 23}
61f85385
C
24
25.loading {
26 opacity: 0.5;
27}
038e1f3d 28
29.right-form {
30 display: flex;
31
32 > *:not(:last-child) {
33 @include margin-right(10px);
34 }
35}