Skip to content

Commit

Permalink
Fixing tooltip on telephone
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Souza committed Jun 6, 2020
1 parent f4b6c6d commit 463253f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"systemcode/base": "*"
},
"type": "magento2-module",
"version": "1.0.7",
"version": "1.0.8",
"license": [
"proprietary"
],
Expand Down
19 changes: 12 additions & 7 deletions view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,31 @@
// _____________________________________________

& when (@media-common = true) {
.checkout-index-index{
html, body{
background: red !important;
}
.checkout-index-index {
.fieldset .field,
.fieldset .fields .field {
margin: 0 0 20px;
}
.fieldset .field.street{

.fieldset .field.street {
margin: 0;
&>legend{

& > legend {
margin: 0;
}
}
.fieldset .field .label{

.fieldset .field .label {
display: inline !important;
position: initial !important;
overflow: initial !important;
font-weight: 600;
}

#tooltip-label {
display: none !important;
}

.fieldset .field.required .label:after,
.fieldset .fields .field.required .label:after,
.fieldset .field._required .label:after,
Expand Down

0 comments on commit 463253f

Please sign in to comment.