]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
Lazy load all routes
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / shared / video-caption-add-modal.component.scss
CommitLineData
40e87e9e
C
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;
36d0677e
RK
10 width: max-content;
11
12 ::ng-deep .root {
13 width: max-content;
14 }
40e87e9e
C
15}
16
17.warning-replace-caption {
18 color: red;
19 margin-top: 10px;
20}