github.com/looshlee/beatles@v0.0.0-20220727174639-742810ab631c/Documentation/_themes/sphinx_rtd_theme/sass/_theme_badge_fa.sass (about)

     1  // Slimmer version of FA for use on the badge_only.sass file.
     2  
     3  +font-face(FontAwesome, '#{$font-awesome-dir}fontawesome-webfont')
     4  
     5  .fa:before
     6    display: inline-block
     7    font-family: FontAwesome
     8    font-style: normal
     9    font-weight: normal
    10    line-height: 1
    11    text-decoration: inherit
    12    +font-smooth
    13  
    14  a .fa
    15    display: inline-block
    16    text-decoration: inherit
    17  
    18  
    19  li
    20    .fa
    21      display: inline-block
    22    .fa-large:before,
    23    .fa-large:before
    24      /* 1.5 increased font size for fa-large * 1.25 width
    25      width: 1.5 * 1.25em
    26  
    27  ul.fas
    28    list-style-type: none
    29    margin-left: 2em
    30    text-indent: -0.8em
    31    li
    32      .fa
    33        width: .8em
    34      .fa-large:before,
    35      .fa-large:before
    36        /* 1.5 increased font size for fa-large * 1.25 width
    37        vertical-align: baseline
    38        //      width: 1.5*1.25em
    39  
    40  .fa-book:before
    41    content: "\f02d"
    42  
    43  .icon-book:before
    44    content: "\f02d"
    45  
    46  .fa-caret-down:before
    47    content: "\f0d7"
    48  
    49  .icon-caret-down:before
    50    content: "\f0d7"
    51  
    52  .fa-caret-up:before
    53    content: "\f0d8"
    54  
    55  .icon-caret-up:before
    56    content: "\f0d8"
    57  
    58  .fa-caret-left:before
    59    content: "\f0d9"
    60  
    61  .icon-caret-left:before
    62    content: "\f0d9"
    63  
    64  .fa-caret-right:before
    65    content: "\f0da"
    66  
    67  .icon-caret-right:before
    68    content: "\f0da"