Sha256: 9d6038f6ab70449bed07a3b40d4cbb304a9339c00e568b00fc9432168afec7de

Contents?: true

Size: 891 Bytes

Versions: 131

Compression:

Stored size: 891 Bytes

Contents

//
// Thumbnails
// --------------------------------------------------


// Mixin and adjust the regular image class
.thumbnail {
  display: block;
  padding: $thumbnail-padding;
  margin-bottom: $line-height-computed;
  line-height: $line-height-base;
  background-color: $thumbnail-bg;
  border: 1px solid $thumbnail-border;
  border-radius: $thumbnail-border-radius;
  @include transition(all .2s ease-in-out);

  > img,
  a > img {
    @include img-responsive();
    margin-left: auto;
    margin-right: auto;
  }

  // [converter] extracted a&:hover, a&:focus, a&.active to a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active

  // Image captions
  .caption {
    padding: $thumbnail-caption-padding;
    color: $thumbnail-caption-color;
  }
}

// Add a hover state for linked versions only
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: $link-color;
}

Version data entries

131 entries across 131 versions & 16 rubygems

Version Path
twbs_sass_rails-0.9.2 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
spiderfw-0.6.32 apps/core/components/public/bootstrap_3/scss/_thumbnails.scss
bootstrap-generators-3.2.0 vendor/twitter/bootstrap/sass/_thumbnails.scss
twbs_sass_rails-0.9.1 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
twbs_sass_rails-0.9.0 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
spiderfw-0.6.31 apps/core/components/public/bootstrap_3/scss/_thumbnails.scss
genus-0.0.2 app/assets/stylesheets/bootstrap/_thumbnails.scss
genus-0.0.1 app/assets/stylesheets/bootstrap/_thumbnails.scss
twbs_sass_rails-0.8.2 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
twbs_sass_rails-0.8.1 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
twbs_sass_rails-0.7.2 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
twbs_sass_rails-0.7.1 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
twbs_sass_rails-0.7.0 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
bootstrap-generators-3.1.1.3 vendor/twitter/bootstrap/sass/_thumbnails.scss
twbs_sass_rails-0.6.4 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
twbs_sass_rails-0.6.3 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
twbs_sass_rails-0.6.2 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss
aerogel-bootstrap-0.2.2 assets/stylesheets/bootstrap/_thumbnails.scss
bootstrap-sass-3.1.1.1 vendor/assets/stylesheets/bootstrap/_thumbnails.scss
twbs_sass_rails-0.6.1 vendor/assets/stylesheets/twbs/bootstrap/_thumbnails.scss