summaryrefslogtreecommitdiffstats
path: root/src/sass/_theme_badge_fa.sass
blob: e2e54a502145a927ea68fab3738bbc0de4286cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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"