File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
app/design/adminhtml/Magento/backend/Magento_Rma/web/css/source Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 3
3
// * See COPYING.txt for license details.
4
4
// */
5
5
6
+ @import ' module/_rma.less' ;
7
+
6
8
.media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
7
9
.rma-request-details ,
8
10
.rma-wrapper .order-shipping-address {
Original file line number Diff line number Diff line change
1
+ // /**
2
+ // * Copyright © Magento, Inc. All rights reserved.
3
+ // * See COPYING.txt for license details.
4
+ // */
5
+
6
+ //
7
+ // Layout
8
+ // ---------------------------------------------
9
+
10
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
11
+ .rma-wrapper .order-shipping-method {
12
+ float : right ;
13
+ #mix-grid .width (6 ,12 );
14
+ }
15
+ }
You can’t perform that action at this time.
0 commit comments