Skip to content

Instantly share code, notes, and snippets.

@omero
Created December 2, 2015 17:42
Show Gist options
  • Save omero/6e774e341b4a0c33d9fd to your computer and use it in GitHub Desktop.
Save omero/6e774e341b4a0c33d9fd to your computer and use it in GitHub Desktop.
Settings grid site AXTEL
@import "../../../../bower_components/neat/app/assets/stylesheets/neat-helpers";
// Neat Overrides
$column: em(100);
$gutter: em(20);
$grid-columns: 12;
$max-width: em(1400);
// Neat Breakpoints
$mobile-screen: em(480);
$tablet-screen: em(768);
$desktop-screen: em(1024);
$x-desktop-screen: em(1400);
$mobile: new-breakpoint(min-width $mobile-screen 4);
$tablet: new-breakpoint(min-width $tablet-screen 8);
$desktop: new-breakpoint(min-width $desktop-screen 12);
$x-desktop: new-breakpoint(min-width $x-desktop-screen 12);
/*$visual-grid: true;*/
$visual-grid-color: #AADBF5;
$visual-grid-index: front;
$visual-grid-opacity: 0.5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment