summaryrefslogtreecommitdiffstats
path: root/src/sass/_theme_badge_fa.sass
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/_theme_badge_fa.sass')
-rw-r--r--src/sass/_theme_badge_fa.sass67
1 files changed, 67 insertions, 0 deletions
diff --git a/src/sass/_theme_badge_fa.sass b/src/sass/_theme_badge_fa.sass
new file mode 100644
index 0000000..e2e54a5
--- /dev/null
+++ b/src/sass/_theme_badge_fa.sass
@@ -0,0 +1,67 @@
+// Slimmer version of FA for use on the badge_only.sass file.
+
++font-face(FontAwesome, '#{$fa-font-path}/fontawesome-webfont')
+
+.fa:before
+ display: inline-block
+ font-family: FontAwesome
+ font-style: normal
+ font-weight: normal
+ line-height: 1
+ text-decoration: inherit
+
+a .fa
+ display: inline-block
+ text-decoration: inherit
+
+
+li
+ .fa
+ display: inline-block
+ .fa-large:before,
+ .fa-large:before
+ /* 1.5 increased font size for fa-large * 1.25 width
+ width: 1.5 * 1.25em
+
+ul.fas
+ list-style-type: none
+ margin-left: 2em
+ text-indent: -0.8em
+ li
+ .fa
+ width: 0.8em
+ .fa-large:before,
+ .fa-large:before
+ /* 1.5 increased font size for fa-large * 1.25 width
+ vertical-align: baseline
+ // width: 1.5*1.25em
+
+.fa-book:before
+ content: "\f02d"
+
+.icon-book:before
+ content: "\f02d"
+
+.fa-caret-down:before
+ content: "\f0d7"
+
+.icon-caret-down:before
+ content: "\f0d7"
+
+.fa-caret-up:before
+ content: "\f0d8"
+
+.icon-caret-up:before
+ content: "\f0d8"
+
+.fa-caret-left:before
+ content: "\f0d9"
+
+.icon-caret-left:before
+ content: "\f0d9"
+
+.fa-caret-right:before
+ content: "\f0da"
+
+.icon-caret-right:before
+ content: "\f0da"