File tree Expand file tree Collapse file tree 1 file changed +34
-7
lines changed
app/design/frontend/Magento/blank/Magento_Sales/web/css/source Expand file tree Collapse file tree 1 file changed +34
-7
lines changed Original file line number Diff line number Diff line change 7
7
// Sales Module Styles
8
8
// _____________________________________________
9
9
10
+ .email-summary {
11
+ h1 {
12
+ margin-bottom : @indent__xs ;
13
+ }
14
+ }
15
+
16
+ .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__xs ) {
17
+ // Shrink order number in order email so it will fit on single line on small screens
18
+ .email-summary {
19
+ h1 {
20
+ font-size : ceil (1.7 * @font-size__base ) !important ; // 24px
21
+ }
22
+ }
23
+ }
24
+
10
25
//
11
26
// Order Summary
12
27
// ----------------------------------------------
16
31
17
32
tr {
18
33
> td {
19
- padding : @email-content__padding__base ;
34
+ padding : @email-content__padding__base @email-content__padding__base @email-content__padding__base 0 ;
20
35
width : 50% ;
21
36
22
37
h3 {
23
- margin-top : @email-content__padding__base ;
38
+ margin-top : 0 ;
24
39
}
25
40
}
26
41
42
+ // Prevent extra spacing on Payment & Shipping Method row
27
43
& + tr {
28
44
> td {
29
- padding : 0 @email-content__padding__base @email-content__padding__base ;
30
-
31
- h3 {
32
- margin-top : 0 ;
33
- }
45
+ padding : 0 0 @email-content__padding__base ;
34
46
}
35
47
}
36
48
}
49
+
50
+ .payment-method {
51
+ margin-bottom : @indent__s ;
52
+
53
+ .title {
54
+ font-weight : @font-weight__regular ;
55
+ }
56
+ }
37
57
}
38
58
39
59
// Remove address and phone number link color on iOS
44
64
.order-details {
45
65
td {
46
66
display : block ;
67
+ padding : @email-content__padding__base 0 !important ;
68
+ width : auto !important ;
69
+
70
+ h3 {
71
+ margin-top : 0 !important ;
72
+ margin-bottom : @indent__xs !important ;
73
+ }
47
74
}
48
75
}
49
76
}
You can’t perform that action at this time.
0 commit comments