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.

_transcription-subtitles.scss 453B

1234567891011121314151617181920
  1. .transcription-subtitles{
  2. bottom: 10%;
  3. font-size: 16px;
  4. font-weight: 1000;
  5. left: 50%;
  6. max-width: 50vw;
  7. opacity: 0.80;
  8. pointer-events: none;
  9. position: absolute;
  10. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  11. 0px 1px 1px rgba(0,0,0,0.3),
  12. 1px 0px 1px rgba(0,0,0,0.3),
  13. 0px 0px 1px rgba(0,0,0,0.3);
  14. transform: translateX(-50%);
  15. z-index: $filmstripVideosZ + 1;
  16. span {
  17. background: black;
  18. }
  19. }