github.com/imran-kn/cilium-fork@v1.6.9/Documentation/_themes/sphinx_rtd_theme/sass/_theme_badge.sass (about)

     1  .rst-versions
     2    position: fixed
     3    bottom: 0
     4    left: 0
     5    width: $nav-desktop-width
     6    color: $section-background-color
     7    background: darken($menu-background-color, 8%)
     8    border-top: solid 10px $menu-background-color
     9    font-family: $base-font-family
    10    z-index: $z-index-tray
    11    a
    12      color: $link_color
    13      text-decoration: none
    14    .rst-badge-small
    15      display: none
    16    .rst-current-version
    17      padding: $base-line-height / 2
    18      background-color: darken($menu-background-color, 5%)
    19      display: block
    20      text-align: right
    21      font-size: 90%
    22      cursor: pointer
    23      color: $green
    24      +clearfix
    25      .fa
    26        color: $section-background-color
    27      .fa-book
    28        float: left
    29      .icon-book
    30        float: left
    31      &.rst-out-of-date
    32        background-color: $red
    33        color: $white
    34      &.rst-active-old-version
    35        background-color: $yellow
    36        color: $black
    37    &.shift-up .rst-other-versions
    38      display: block
    39    .rst-other-versions
    40      font-size: 90%
    41      padding: $base-line-height / 2
    42      color: $text-medium
    43      display: none
    44      hr
    45        display: block
    46        height: 1px
    47        border: 0
    48        margin: 20px 0
    49        padding: 0
    50        border-top: solid 1px lighten($menu-background-color, 5%)
    51      dd
    52        display: inline-block
    53        margin: 0
    54        a
    55          display: inline-block
    56          padding: $base-line-height / 4
    57          color: $section-background-color
    58    &.rst-badge
    59      width: auto
    60      bottom: 20px
    61      right: 20px
    62      left: auto
    63      border: none
    64      max-width: $nav-desktop-width
    65      .icon-book
    66        float: none
    67      .fa-book
    68        float: none
    69      &.shift-up .rst-current-version
    70        text-align: right
    71        .fa-book
    72          float: left
    73        .icon-book
    74          float: left
    75      .rst-current-version
    76        width: auto
    77        height: 30px
    78        line-height: 30px
    79        padding: 0 $base-line-height / 4
    80        display: block
    81        text-align: center
    82  
    83  +media($tablet)
    84    .rst-versions
    85      width: 85%
    86      display: none
    87      &.shift
    88        display: block