You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
136B

  1. .video {
  2. width: 90% !important;
  3. //height: 90%;
  4. display: block;
  5. margin: 0 auto
  6. }
  7. .mat-mdc-dialog-content{
  8. max-height: unset;
  9. }