Sha256: acf305fa02c0060a2af8766f6c977993f5d20ca9ab00f82d1cbdca3f25e7da2c

Contents?: true

Size: 699 Bytes

Versions: 78

Compression:

Stored size: 699 Bytes

Contents

/* Grid
----------------------------------------------------- */

@include grid-core($gridColumnWidth, $gridGutterWidth);
@include grid-fluid($fluidGridColumnWidth, $fluidGridGutterWidth);

// Reset utility classes due to specificity
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* Container
----------------------------------------------------- */

.container {
  @include container-fixed();
}

// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
  padding-right: $gridGutterWidth;
  padding-left: $gridGutterWidth;
  @include clearfix();
}

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
atlas_assets-0.8.13 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.12 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.11 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.10 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.9 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.8 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.7 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.6 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.5 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.4 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.3 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.2 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.1 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.8.0 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.7.3 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.7.2 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.7.1 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.7.0 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.6.10 lib/assets/stylesheets/atlas_assets/_grid.scss
atlas_assets-0.6.9 lib/assets/stylesheets/atlas_assets/_grid.scss