aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.scss
blob: b257a16a94025f4afe5b10247c78659d179d6cbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '_variables';
@import '_mixins';

.peertube-select-container {
  @include peertube-select-container(auto);
}

.caption-file {
  margin-top: 20px;
  width: max-content;

  ::ng-deep .root {
    width: max-content;
  }
}

.warning-replace-caption {
  color: red;
  margin-top: 10px;
}