aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
blob: c0b670c6569d36dad2c59bbf01c825eee6dd46ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@use '_variables' as *;
@use '_mixins' as *;

.caption-file {
  margin-top: 20px;
  width: max-content;

  ::ng-deep .root {
    width: max-content;
  }
}

.warning-replace-caption {
  color: #ff0000;
  margin-top: 10px;
}