File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
// _____________________________________________
9
9
10
10
@checkout-tooltip__hover__z-index : @tooltip__z-index ;
11
- @checkout-tooltip-breakpoint__screen-m : @modal-popup-breakpoint-screen__m ;
12
11
13
12
@checkout-tooltip-icon-arrow__font-size : 10px ;
14
13
@checkout-tooltip-icon-arrow__left : - ( @checkout-tooltip-content__padding + @checkout-tooltip-icon-arrow__font-size - @checkout-tooltip-content__border-width );
138
137
}
139
138
}
140
139
141
- .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @checkout-tooltip-breakpoint__screen-m ) {
140
+ .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break > = @screen__m ) {
142
141
.field-tooltip {
143
142
.field-tooltip-content {
143
+ .lib-css (right , @checkout-tooltip-content-mobile__right );
144
+ .lib-css (top , @checkout-tooltip-content-mobile__top );
145
+ left : auto ;
144
146
& :extend(.abs-checkout-tooltip-content-position-top-mobile all );
145
147
}
146
148
}
You can’t perform that action at this time.
0 commit comments