aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-image.component.scss
blob: d4901e7abf37b4d733db31004b8fb9fb1fa6d359 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@import '_variables';
@import '_mixins';

.root {
  height: auto;
  display: flex;
  align-items: center;

  .button-file {
    @include peertube-button-file(auto);

    min-width: 190px;
  }

  .image-constraints {
    font-size: 13px;
  }

  .preview {
    border: 2px solid grey;
    border-radius: 4px;
    margin-left: 50px;

    &.no-image {
      background-color: #ececec;
    }
  }
}