Sha256: 9dd5a0f543a1c5a6e5665ba5e28219b1d0a4e3f4463819f3b98b27b86da1e3b8

Contents?: true

Size: 778 Bytes

Versions: 13

Compression:

Stored size: 778 Bytes

Contents

.effective-order {
  table {
    clear: both;
    width: 600px;
    margin-bottom: 25px;

    tfoot {
      > tr:first-child {
        border-top: 20px solid transparent;
      }

      th {
        border: none;
        text-align: right;
        padding-right: 65px;
      }

      td {
        text-align: right;
      }

      .actions { border: none; }
    }
  }

  .price { text-align: right; }

  .effective-stripe-subscription {
    input {
      margin-top: 5px;
      width: 30%;
      min-width: 200px;
    }
  }
}

.effective-order-purchase-actions {
  text-align: right;

  > * {
    display: inline-block;
  }
}

@media print {
  .effective-order-purchase-actions { display: none; }
  .print-button { display: none; }
  .resend-receipt-button { display: none; }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
effective_orders-1.8.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.8.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.7.5 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.7.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.7.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.7.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.7.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.7.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.6.6 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.6.5 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.6.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.6.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-1.6.1 app/assets/stylesheets/effective_orders/_order.scss