Skip to content

Instantly share code, notes, and snippets.

@rschmukler
Created January 20, 2014 18:48
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 rschmukler/8526520 to your computer and use it in GitHub Desktop.
Save rschmukler/8526520 to your computer and use it in GitHub Desktop.
/*surgeon-file: /Users/ryan/Dev/spotlight/spotlight/lib/emails/email-layout.styl: 87 */
body#email {
font-size: 1em;
font-family: 'Helvetica Neue', 'Helvetica';
font-weight: 200;
background-color: #39434a;
padding: 20px 20px;
}
... more email stuffs
/*surgeon-file: /Users/ryan/Dev/spotlight/spotlight/lib/components/date-time-picker/date-time-picker.styl: 48 */
.date-time-picker {
display: inline-block;
}
...more date time picker stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment