]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-edit/shared/video-image.component.scss
Don't send view on private video
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-image.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .root {
5 height: auto;
6 display: flex;
7 align-items: center;
8
9 .button-file {
10 @include peertube-button-file(auto);
11
12 min-width: 190px;
13 }
14
15 .image-constraints {
16 font-size: 13px;
17 }
18
19 .preview {
20 border: 2px solid grey;
21 border-radius: 4px;
22 margin-left: 50px;
23
24 &.no-image {
25 background-color: #ececec;
26 }
27 }
28 }