File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
app/design/adminhtml/Magento/backend/Magento_Sales/web/css/source/module Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 327
327
}
328
328
}
329
329
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
+
330
369
// ToDo: MAGETWO-32299 UI: review the collapsible block
You can’t perform that action at this time.
0 commit comments