]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
40e87e9e 3
40e87e9e
C
4.caption-file {
5 margin-top: 20px;
36d0677e
RK
6 width: max-content;
7
8 ::ng-deep .root {
9 width: max-content;
10 }
40e87e9e
C
11}
12
13.warning-replace-caption {
931d3430 14 color: #ff0000;
40e87e9e 15 margin-top: 10px;
931d3430 16}