This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree 4 files changed +6
-9
lines changed
app/design/frontend/Magento
Magento_Checkout/web/css/source/module/checkout
Magento_Sales/web/css/source
web/css/source/components
luma/web/css/source/components
4 files changed +6
-9
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 {
144
143
& :extend(.abs-checkout-tooltip-content-position-top-mobile all );
Original file line number Diff line number Diff line change 262
262
}
263
263
264
264
.toolbar {
265
- & :extend(.abs-add-clearfix-desktop all );
265
+ & :extend(.abs-add-clearfix-mobile all );
266
266
267
267
.pages {
268
268
float : right ;
Original file line number Diff line number Diff line change 16
16
17
17
@modal-popup-title__font-size : 26px ;
18
18
@modal-popup-title-mobile__font-size : @font-size__base ;
19
- @modal-popup-breakpoint-screen__m : @screen__m ;
20
19
21
20
@modal-slide__first__indent-left : 44px ;
22
21
@modal-slide-mobile__background-color : @color-gray-light01 ;
149
148
}
150
149
}
151
150
152
- .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @modal-popup-breakpoint- screen__m ) {
151
+ .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
153
152
.modal-popup {
154
153
& .modal-slide {
155
154
.modal-inner-wrap [class] {
180
179
// Desktop
181
180
// _____________________________________________
182
181
183
- .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @modal-popup-breakpoint- screen__m ) {
182
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
184
183
.modal-popup {
185
184
& .modal-slide {
186
185
.modal-footer {
Original file line number Diff line number Diff line change 16
16
17
17
@modal-popup-title__font-size : 26px ;
18
18
@modal-popup-title-mobile__font-size : @font-size__base ;
19
- @modal-popup-breakpoint-screen__m : @screen__m ;
20
19
21
20
@modal-slide__first__indent-left : 44px ;
22
21
@modal-slide-mobile__background-color : @color-gray-light01 ;
148
147
}
149
148
}
150
149
151
- .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @modal-popup-breakpoint- screen__m ) {
150
+ .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
152
151
.modal-popup {
153
152
& .modal-slide {
154
153
.modal-inner-wrap [class] {
179
178
// Desktop
180
179
// _____________________________________________
181
180
182
- .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @modal-popup-breakpoint- screen__m ) {
181
+ .media-width (@extremum , @break ) when (@extremum = ' min' ) and (@break = @screen__m ) {
183
182
.modal-popup {
184
183
& .modal-slide {
185
184
.modal-footer {
You can’t perform that action at this time.
0 commit comments