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

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

.caption-file {
  margin-top: 20px;
}

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