Sha256: 0c9a79aa946d259335ff8c877b8f8857f6d263ade54e59c1e218e4e2c3e48f45

Contents?: true

Size: 583 Bytes

Versions: 5

Compression:

Stored size: 583 Bytes

Contents

//
// Responsive: Large desktop and up
// --------------------------------------------------


@media (min-width: 1200px) {

  // Fixed grid
  @include grid-core($gridColumnWidth1200, $gridGutterWidth1200);

  // Fluid grid
  @include grid-fluid($fluidGridColumnWidth1200, $fluidGridGutterWidth1200);

  // Input grid
  @include grid-input($gridColumnWidth1200, $gridGutterWidth1200);

  // Thumbnails
  .thumbnails {
    margin-right: -$gridGutterWidth1200;
  }
  .thumbnails > li {
    margin-right: $gridGutterWidth1200;
  }
  .row-fluid .thumbnails {
    margin-right: 0;
  }

}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap-sass-rtl-2.3.2.0 vendor/assets/stylesheets/bootstrap-rtl/_responsive-1200px-min.scss
bootstrap-sass-rtl-2.3.1.2 vendor/assets/stylesheets/bootstrap-rtl/_responsive-1200px-min.scss
bootstrap-sass-rtl-2.3.1.1 vendor/assets/stylesheets/bootstrap-rtl/_responsive-1200px-min.scss
bootstrap-sass-rtl-2.3.1.0 vendor/assets/stylesheets/bootstrap-rtl/_responsive-1200px-min.scss
bootstrap-sass-rtl-2.3.0.1 vendor/assets/stylesheets/bootstrap-rtl/_responsive-1200px-min.scss