]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
Fix tags in search filters
[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
02c01341
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
40e87e9e
C
7}
8
9.caption-file {
10 margin-top: 20px;
36d0677e
RK
11 width: max-content;
12
13 ::ng-deep .root {
14 width: max-content;
15 }
40e87e9e
C
16}
17
18.warning-replace-caption {
19 color: red;
20 margin-top: 10px;
21}