Skip to content

Instantly share code, notes, and snippets.

@drewbolles
Created January 27, 2016 20:17
Show Gist options
  • Save drewbolles/4b2e2f755f7a2aba59a2 to your computer and use it in GitHub Desktop.
Save drewbolles/4b2e2f755f7a2aba59a2 to your computer and use it in GitHub Desktop.
/**
* Article styles
*/
.node--type-article {
// View mode specific styles
&.node--view-mode-full {
.field--name-body {
font-size: 20px;
}
}
&.node--view-mode-teaser {
// Teaser styles
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment