1
0
Fork 0
peertube/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.com...

22 lines
283 B
SCSS

@use '_variables' as *;
@use '_mixins' as *;
label {
font-weight: $font-regular;
font-size: 100%;
}
.caption-file {
margin-top: 20px;
width: max-content;
::ng-deep .root {
width: max-content;
}
}
.warning-replace-caption {
color: #ff0000;
margin-top: 10px;
}