aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss
blob: 4ce2c6758b97d26f896a10edd6943d942e75a55e (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                       
 


                             



                   




                       


                          
                 
                   
 
@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;
}