]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
Move to sass module
[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 label {
5 font-weight: $font-regular;
6 font-size: 100%;
7 }
8
9 .caption-file {
10 margin-top: 20px;
11 width: max-content;
12
13 ::ng-deep .root {
14 width: max-content;
15 }
16 }
17
18 .warning-replace-caption {
19 color: #ff0000;
20 margin-top: 10px;
21 }