_placeholder-img.scss 276 B

123456789101112131415
  1. //
  2. // Placeholder svg used in the docs.
  3. //
  4. // Remember to update `site/_layouts/examples.html` too if this changes!
  5. .bd-placeholder-img {
  6. @include font-size(1.125rem);
  7. text-anchor: middle;
  8. user-select: none;
  9. }
  10. .bd-placeholder-img-lg {
  11. @include font-size(3.5rem);
  12. }