]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / shared / video-caption-add-modal.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .caption-file {
5 margin-top: 20px;
6 width: max-content;
7
8 ::ng-deep .root {
9 width: max-content;
10 }
11 }
12
13 .warning-replace-caption {
14 color: #ff0000;
15 margin-top: 10px;
16 }