Skip to content

Instantly share code, notes, and snippets.

@alexcabrera
Created September 28, 2010 17:56
Show Gist options
  • Save alexcabrera/601441 to your computer and use it in GitHub Desktop.
Save alexcabrera/601441 to your computer and use it in GitHub Desktop.
// Typography mixins go here
=small_link_text
font-size: 11px
a
text-decoration: none
color: $blue
=view_link_text
font-size: 12px
a
text-decoration: none
=body_text
font-size: 12px
line-height: 16px
p
margin-bottom: 16px
=button_text
font-size: 11px
line-height: 11px
text-shadow: 1px 1px $light_gray
=label_text
font-size: 11px
line-height: 11px
text-shadow: 1px 1px $light_gray
text-transform: uppercase
font-weight: bold
=placeholder_text
font-size: 10px
color: $gray
=large_heading
font-size: 24px
=normal_heading
font-size: 16px
=small_heading
font-size: 12px
=comment_input_text
font-size: 12px
=table_header_text
font-size: 11px
text-transform: uppercase
font-weight: bold
=table_cell_text
font-size: 12px
=overview_table_value_text
font-size: 64px
=info_table_value_text
font-size: 36px
=live_input_text
font-size: 12px
=sidebar_heading
font-size: 12px
font-weight: bold
=library_detail_title
font-size: 36px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment