even smaller badge css

This commit is contained in:
Dave Snider 2013-10-24 12:35:15 -07:00
parent 22044fe7b4
commit 98555ae4f9
3 changed files with 55 additions and 2 deletions

View File

@ -0,0 +1,53 @@
// SIMPLIFIED VERSION OF FONT AWESOME, FOUND HERE http://fortawesome.github.com/Font-Awesome/
+font-face(fontawesome-webfont, '#{$font-awesome-dir}fontawesome_webfont')
.icon:before
display: inline-block
font-family: fontawesome-webfont
font-style: normal
font-weight: normal
line-height: 1
text-decoration: inherit
+font-smooth
a .icon
display: inline-block
text-decoration: inherit
li
.icon
display: inline-block
.icon-large:before,
.icon-large:before
/* 1.5 increased font size for icon-large * 1.25 width
width: 1.5 * 1.25em
ul.icons
list-style-type: none
margin-left: 2em
text-indent: -0.8em
li
.icon
width: .8em
.icon-large:before,
.icon-large:before
/* 1.5 increased font size for icon-large * 1.25 width
vertical-align: baseline
// width: 1.5*1.25em
.icon-book:before
content: "\f02d"
.icon-caret-down:before
content: "\f0d7"
.icon-caret-up:before
content: "\f0d8"
.icon-caret-left:before
content: "\f0d9"
.icon-caret-right:before
content: "\f0da"

View File

@ -3,5 +3,5 @@
@import wyrm_core/wy_variables @import wyrm_core/wy_variables
@import bourbon @import bourbon
@import wyrm_core/mixin @import wyrm_core/mixin
@import wyrm_core/font_awesome @import badge_font_awesome_mini
@import badge @import badge

File diff suppressed because one or more lines are too long