adding missing i18n for schedule option
[oweals/peertube.git] / client / src / app / videos / +video-edit / shared / video-caption-add-modal.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .peertube-select-container {
5   @include peertube-select-container(auto);
6 }
7
8 .caption-file {
9   margin-top: 20px;
10 }
11
12 .warning-replace-caption {
13   color: red;
14   margin-top: 10px;
15 }