Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_theme_badge_fa.sass « sass « src - github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa9f662901a8f3212078e6b939d6d362b04724bd (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
68
// 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
  +font-smooth

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: .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"