_media.scss 811 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .page-content .wp-smiley,
  2. .entry-content .wp-smiley,
  3. .comment-content .wp-smiley {
  4. border: none;
  5. margin-bottom: 0;
  6. margin-top: 0;
  7. padding: 0;
  8. }
  9. embed,
  10. iframe,
  11. object {
  12. max-width: 100%;
  13. }
  14. .custom-logo-link {
  15. display: inline-block;
  16. }
  17. .avatar {
  18. border-radius: 100%;
  19. display: block;
  20. height: calc(2.25 * #{$size__spacing-unit});
  21. min-height: inherit;
  22. width: calc(2.25 * #{$size__spacing-unit});
  23. }
  24. svg {
  25. transition: fill $icon_transition ease-in-out;
  26. fill: currentColor;
  27. }
  28. /*--------------------------------------------------------------
  29. ## Captions
  30. --------------------------------------------------------------*/
  31. @import "captions";
  32. /*--------------------------------------------------------------
  33. ## Galleries
  34. --------------------------------------------------------------*/
  35. @import "galleries";