]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
1@use '_variables' as *;
2@use '_mixins' as *;
3
4my-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 my-global-icon {
18 width: 16px;
19 margin-left: 3px;
20 position: relative;
21 top: -2px;
22 }
23}
24
25.loading {
26 opacity: 0.5;
27}
28
29.right-form {
30 display: flex;
31
32 > *:not(:last-child) {
33 @include margin-right(10px);
34 }
35}