File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 151
151
//
152
152
// Tablet
153
153
// _____________________________________________
154
+
154
155
@media only screen and (max-width : @screen__m ) {
155
156
.field-tooltip .field-tooltip-content {
157
+ left : auto ;
156
158
right : -10px ;
157
159
top : 40px ;
158
- left : auto ;
159
160
}
160
- .field-tooltip .field-tooltip-content ::before , .field-tooltip .field-tooltip-content ::after {
161
+ .field-tooltip .field-tooltip-content ::before ,
162
+ .field-tooltip .field-tooltip-content ::after {
161
163
border : 10px solid transparent ;
162
164
height : 0 ;
163
- width : 0 ;
165
+ left : auto ;
164
166
margin-top : -21px ;
165
167
right : 10px ;
166
- left : auto ;
167
168
top : 0 ;
169
+ width : 0 ;
168
170
}
169
171
.field-tooltip .field-tooltip-content ::before {
170
- border-bottom-color : #666 ;
172
+ border-bottom-color : @color-gray40 ;
171
173
}
172
174
.field-tooltip .field-tooltip-content ::after {
173
- border-bottom-color : #f4f4f4 ;
175
+ border-bottom-color : @color-gray-light01 ;
174
176
top : 1px ;
175
177
}
176
- }
178
+ }
You can’t perform that action at this time.
0 commit comments