Skip to content

Commit 463253f

Browse files
author
Max Souza
committed
Fixing tooltip on telephone
1 parent f4b6c6d commit 463253f

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"systemcode/base": "*"
2020
},
2121
"type": "magento2-module",
22-
"version": "1.0.7",
22+
"version": "1.0.8",
2323
"license": [
2424
"proprietary"
2525
],

view/frontend/web/css/source/_module.less

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,31 @@
33
// _____________________________________________
44

55
& when (@media-common = true) {
6-
.checkout-index-index{
7-
html, body{
8-
background: red !important;
9-
}
6+
.checkout-index-index {
107
.fieldset .field,
118
.fieldset .fields .field {
129
margin: 0 0 20px;
1310
}
14-
.fieldset .field.street{
11+
12+
.fieldset .field.street {
1513
margin: 0;
16-
&>legend{
14+
15+
& > legend {
1716
margin: 0;
1817
}
1918
}
20-
.fieldset .field .label{
19+
20+
.fieldset .field .label {
2121
display: inline !important;
2222
position: initial !important;
2323
overflow: initial !important;
2424
font-weight: 600;
2525
}
26+
27+
#tooltip-label {
28+
display: none !important;
29+
}
30+
2631
.fieldset .field.required .label:after,
2732
.fieldset .fields .field.required .label:after,
2833
.fieldset .field._required .label:after,

0 commit comments

Comments
 (0)