Skip to content

Commit 3b63526

Browse files
committed
Fix static tests.
1 parent 547b80b commit 3b63526

File tree

1 file changed

+9
-7
lines changed
  • app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout

1 file changed

+9
-7
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_tooltip.less

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,26 +151,28 @@
151151
//
152152
// Tablet
153153
// _____________________________________________
154+
154155
@media only screen and (max-width: @screen__m) {
155156
.field-tooltip .field-tooltip-content {
157+
left: auto;
156158
right: -10px;
157159
top: 40px;
158-
left: auto;
159160
}
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 {
161163
border: 10px solid transparent;
162164
height: 0;
163-
width: 0;
165+
left: auto;
164166
margin-top: -21px;
165167
right: 10px;
166-
left: auto;
167168
top: 0;
169+
width: 0;
168170
}
169171
.field-tooltip .field-tooltip-content::before {
170-
border-bottom-color: #666;
172+
border-bottom-color: @color-gray40;
171173
}
172174
.field-tooltip .field-tooltip-content::after {
173-
border-bottom-color: #f4f4f4;
175+
border-bottom-color: @color-gray-light01;
174176
top: 1px;
175177
}
176-
}
178+
}

0 commit comments

Comments
 (0)