Add i18n attributes
[oweals/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(190px);
11   }
12
13   .image-constraints {
14     font-size: 13px;
15   }
16
17   .preview {
18     border: 2px solid grey;
19     border-radius: 4px;
20     margin-left: 50px;
21
22     &.no-image {
23       background-color: #ececec;
24     }
25   }
26 }