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