Sha256: c23094204bbd6cdc63630de1967c43c496fec681c7eec7034f0112a46e989b72

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

.view-cart {
    float: right; display: block; margin-top: 13px; width: 36px;
  }
  
  .addtocart {
    position: relative;
    width: 320px;
  }
  
  .addtocart .addtocart-button {
    float: left;
    width: 100%;
  }
  
  .addtocart .addtocart-button:hover {
    opacity: .7;
  }
  
  .addtocart div {
    display: block;
    text-align: center;
    position: absolute;
    top: 75px;
    right: 40px;
  }
  
  .addtocart h2 {
    color: rgb(198, 157, 207);
    margin-bottom: -10px;
  }
  
  .addtocart sub {
    font-size: 10pt;
    font-style: italic;
  
  }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-artsy-0.1.12 _sass/_cart.scss