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 317B

12345678910111213
  1. .transcription-subtitles{
  2. bottom: 10%;
  3. font-size: 16px;
  4. font-weight: 1000;
  5. opacity: 0.80;
  6. position: absolute;
  7. text-shadow: 0px 0px 1px rgba(0,0,0,0.3),
  8. 0px 1px 1px rgba(0,0,0,0.3),
  9. 1px 0px 1px rgba(0,0,0,0.3),
  10. 0px 0px 1px rgba(0,0,0,0.3);
  11. width: 100%;
  12. z-index: $zindex2;
  13. }