]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-edit / shared / video-caption-add-modal.component.scss
... / ...
CommitLineData
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}