aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-image.component.scss
blob: c44d00b3c805c0d4f333977aa1ef650beec2dfed (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
@import '_variables';
@import '_mixins';

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

  .button-file {
    @include peertube-button-file(190px);
  }

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

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

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