Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

35 lines
474B

  1. /* Custom Stylesheet */
  2. .videoWrapper {
  3. position: relative;
  4. padding-bottom: 56.25%; /* 16:9 */
  5. padding-top: 25px;
  6. height: 0;
  7. }
  8. .videoWrapper iframe {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. width: 100%;
  13. height: 100%;
  14. }
  15. /**
  16. * Use this file to override Materialize files so you can update
  17. * the core Materialize files in the future
  18. *
  19. * Made By MaterializeCSS.com
  20. */
  21. .icon-block
  22. {
  23. padding: 0 15px;
  24. }
  25. .icon-block .material-icons
  26. {
  27. font-size: inherit;
  28. }