Skip to content

Instantly share code, notes, and snippets.

@peduarte
Created January 27, 2016 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peduarte/2d9a43572408908a8012 to your computer and use it in GitHub Desktop.
Save peduarte/2d9a43572408908a8012 to your computer and use it in GitHub Desktop.
/**
*
* NL1 Module
*
**/
.NL1 {
$cols-medium: 9;
$cols-wide: 10;
@include medium {
@include tt-span($cols-medium);
}
@include wide {
@include tt-span($cols-wide);
}
.Item-media {
@include wide {
@include tt-span(6 of $cols-wide);
}
@include to-wide {
margin-top: $spacing * 1.4;
}
}
.Item-content {
@include wide {
@include tt-span(4 of $cols-wide);
padding-right: $spacing * 1.5;
}
}
.Item-dip,
.Item-cta {
display: none;
@include wide {
display: block;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment