Skip to content

Commit c20a121

Browse files
ENGCOM-6122: Resolved Issue #25135 #25149
- Merge Pull Request #25149 from drpayyne/magento2:issue-25135 - Merged commits: 1. 9d5f903
2 parents abbfa03 + 9d5f903 commit c20a121

File tree

1 file changed

+39
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module

1 file changed

+39
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module/_order.less

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,43 @@
327327
}
328328
}
329329

330+
//
331+
// Create Order - Add Product with Custom Options Modal
332+
// ----------------------------------------------------
333+
334+
#product_composite_configure_form_fields {
335+
.admin__field {
336+
&.required {
337+
.admin__field-label {
338+
&:after {
339+
color: #e22626;
340+
content: '*';
341+
display: inline-block;
342+
font-size: 1.6rem;
343+
font-weight: 500;
344+
line-height: 1;
345+
margin-left: 10px;
346+
margin-top: .2rem;
347+
position: absolute;
348+
z-index: 1;
349+
}
350+
}
351+
.price-container, .price-notice, .price-wrapper {
352+
&:after {
353+
color: unset;
354+
content: unset;
355+
display: unset;
356+
font-size: unset;
357+
font-weight: unset;
358+
line-height: unset;
359+
margin-left: unset;
360+
margin-top: unset;
361+
position: unset;
362+
z-index: unset;
363+
}
364+
}
365+
}
366+
}
367+
}
368+
330369
// ToDo: MAGETWO-32299 UI: review the collapsible block

0 commit comments

Comments
 (0)