Sha256: ac6c8f21d84310fb4579aaa5c5a50e91141173ee8a1b115d2e972361efa089f8

Contents?: true

Size: 481 Bytes

Versions: 1

Compression:

Stored size: 481 Bytes

Contents

#asset_bucket {
  ul, li { @extend .unstyled; }

  li { 
    @extend .span4;
    margin: 0 5px 5px 0;
    float: left;
    height: 165px;
    overflow: hidden;
  }
    
  .thumbnail {
    border: 1px solid $grayLighter;
    padding: 5px;
    @include clearfix;

    img {
      float: left;
      max-width: 150px;
      margin-right: 5px;
    }
    
    .asset-info {
      line-height: 12px; 
      h6 { 
        display: inline; 
        line-height: 11px; 
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
outpost-asset_host-1.0.0 lib/assets/stylesheets/outpost/assets.css.scss