Sha256: 61b941276ae3a85de866bb6294664f64c4ff68eabe9ae9da02e70d8a8ccda6ef

Contents?: true

Size: 983 Bytes

Versions: 24

Compression:

Stored size: 983 Bytes

Contents

.effective-order {
  table {
    clear: both;
    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;
  }
}

form.new_effective_order {
  .checkbox { margin-top: 30px; }
  .remove-nested-fields { margin-top: 30px; }
  a.remove_fields.dynamic { float: right; }
}

@media print {
  .effective-orders-page-title { display: none; }
  .effective-orders-page-content { display: none; }
  .effective-order-actions { display: none; }
  .effective-order-purchase-actions { display: none; }
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
effective_orders-2.2.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.2.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.2.2 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.2.1 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.2.0 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.17 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.16 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.15 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.14 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.13 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.12 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.10 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.9 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.8 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.7 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.6 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.5 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.4 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.3 app/assets/stylesheets/effective_orders/_order.scss
effective_orders-2.1.2 app/assets/stylesheets/effective_orders/_order.scss