github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/website/source/assets/stylesheets/_sidebar.scss (about)

     1  .sidebar {
     2    $border: 1px solid $gray-dark;
     3    font-size: 16px;
     4    font-family: $mono;
     5    color: $gray-light;
     6    background-color: $sidebar-background-color;
     7    min-height: 100%;
     8  
     9    h2 {
    10      color: $green;
    11      text-transform: uppercase;
    12      padding: $docs-top-margin 20px 0;
    13    }
    14  
    15    h4 {
    16      color: $white;
    17      text-transform: uppercase;
    18      margin-bottom: -10px;
    19    }
    20  
    21    ul {
    22      @extend .padded-sm;
    23  
    24      li {
    25        border-bottom: $border;
    26        padding: 15px 0;
    27        text-align: left;
    28      }
    29  
    30      li > * {
    31        padding: auto 20px;
    32        margin-left: 20px;
    33        display: block;
    34        width: 100%;
    35      }
    36    }
    37  }