Sha256: 95fea0d3c1e798c204eae753205b84e4c1081e6915c3f6e7b09f8defe549e5f4

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

.quick-add-to-cart-form {
  margin-top: 5px;

  .fields {
    height: 33px;

    .add-quantity, .add-button {
      height: 100%;
      display: inline-block;
    }

    .add-quantity {
      width: 50px;
      margin-right: 5px;
    }

    .add-button {
      width: 100px;
    }
  }

}

.quick-cart-flash {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  color: white;
  overflow: hidden;

  &.success {
    background: #8dba53;
  }

  &.error {
    background: #e45353;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_quick_cart-2.1.10 app/assets/stylesheets/store/quick_cart.scss