Nenhuma Descrição

media.scss 792B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. img {
  2. height: auto;
  3. max-width: 100%;
  4. vertical-align: middle;
  5. }
  6. /* Classic editor images */
  7. .entry-content img {
  8. max-width: 100%;
  9. }
  10. /* Make sure embeds and iframes fit their containers. */
  11. embed,
  12. iframe,
  13. object,
  14. video {
  15. max-width: 100%;
  16. }
  17. /* Media captions */
  18. figcaption,
  19. .wp-caption,
  20. .wp-caption-text,
  21. .wp-block-embed figcaption {
  22. color: currentColor;
  23. font-size: var(--global--font-size-xs);
  24. line-height: var(--global--line-height-body);
  25. margin-top: calc(0.5 * var(--global--spacing-unit));
  26. margin-bottom: var(--global--spacing-unit);
  27. text-align: center;
  28. .alignleft &,
  29. .alignright & {
  30. margin-bottom: 0;
  31. }
  32. }
  33. /* WP Smiley */
  34. .page-content .wp-smiley,
  35. .entry-content .wp-smiley,
  36. .comment-content .wp-smiley {
  37. border: none;
  38. margin-bottom: 0;
  39. margin-top: 0;
  40. padding: 0;
  41. }