github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/website/source/assets/stylesheets/_sidebar.scss (about)

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