File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
app/design/frontend/Magento/luma/Magento_InstantPurchase/web/css/source Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
& when (@media-common = true ) {
2
- .box-tocart {
3
- .action.instant-purchase {
4
- & :extend(.abs-button-l all );
5
- & :extend(.abs-button-responsive all );
2
+ .box-tocart {
3
+ .action.instant-purchase {
4
+ & :extend(.abs-button-l all );
5
+ & :extend(.abs-button-responsive all );
6
6
7
- & :not (:last-child ) {
8
- margin-bottom : 15px ;
9
- }
7
+ & :not (:last-child ) {
8
+ margin-bottom : 15px ;
9
+ }
10
10
11
- vertical-align : top ;
11
+ vertical-align : top ;
12
+ }
12
13
}
13
- }
14
14
}
15
15
16
16
//
17
17
// Desktop
18
18
// _____________________________________________
19
19
20
20
.media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
21
- .box-tocart {
22
- .action.instant-purchase {
23
- margin-bottom : 0 ;
24
- margin-right : 1% ;
25
- width : 49% ;
21
+ .box-tocart {
22
+ .action.instant-purchase {
23
+ margin-bottom : 0 ;
24
+ margin-right : 1% ;
25
+ width : 49% ;
26
+ }
26
27
}
27
- }
28
28
}
You can’t perform that action at this time.
0 commit comments