Sha256: 59465a519ef7a06603ee18bf5b4a3325d477bdf8bf08ca73126c3f2b34d223fb

Contents?: true

Size: 1.5 KB

Versions: 5

Compression:

Stored size: 1.5 KB

Contents

// Customize orders filter
[data-hook="admin_orders_index_search"] {
  select[data-placeholder="Status"] {
    width: 100%;
  }

  .select2-container {
    width: 100% !important;
  }
}

// Order-total
[data-hook="order_details_total"]{
  text-align: center;

  .order-total {
    font-size: 35px;
    font-weight: $font-weight-bold;
    color: theme-color("success");
  }
}

// Order-total
[data-hook="customer_details_total"]{
  text-align: center;

  .customer {
    font-size: 20px;
    font-weight: $font-weight-bold;
    color: theme-color("success");
  }
}

[data-hook="admin_order_form_fields"] {
  legend.stock-location {
    color: $body-color;

    .shipment-number {
      color: theme-color("success");
    }
    .stock-location-name {
      color: theme-color("success");
    }
  }
}

// Customize orduct add fieldset
#add-line-item {
  fieldset {
    padding: 10px 0;

    .field {
      margin-bottom: 0;

      input[type="text"], input[type="number"] {
        width: 100%;
      }
    }
    .actions {
      .button {
        margin-top: 28px;
      }
    }
  }
}

[data-hook="adjustments_new_coupon_code"] {
  margin-bottom: 18px;
}

#risk_analysis legend {
  background-color: #c00;
  color: #FFF;
  font-size: 2em;
}

form.admin-ship-shipment {
  display: block;
  text-align: center;
  input[type='submit'] { margin-left: 5px; }
}

table.line-items {
  input.error {
    border-color: theme-color("danger");
  }

  .select2-container.error {
    border-radius: 4px;
    border: 1px solid theme-color("danger");
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_backend-2.4.2 app/assets/stylesheets/spree/backend/sections/_orders.scss
solidus_backend-2.4.1 app/assets/stylesheets/spree/backend/sections/_orders.scss
solidus_backend-2.4.0 app/assets/stylesheets/spree/backend/sections/_orders.scss
solidus_backend-2.4.0.rc1 app/assets/stylesheets/spree/backend/sections/_orders.scss
solidus_backend-2.4.0.beta1 app/assets/stylesheets/spree/backend/sections/_orders.scss