Created
January 27, 2016 20:17
-
-
Save drewbolles/4b2e2f755f7a2aba59a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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