_images.scss 272 B

123456789101112131415
  1. // Image thumbnails
  2. .img-thumbnail {
  3. background-color: $thumbnail-bg-alt;
  4. border: $thumbnail-border-width solid $thumbnail-border-color-alt;
  5. @include box-shadow($thumbnail-box-shadow-alt);
  6. }
  7. //
  8. // Figures
  9. //
  10. .figure-caption {
  11. color: $figure-caption-color-alt;
  12. }