Skip to content

Commit

Permalink
Merged in BRIQ-63_3 (pull request #42)
Browse files Browse the repository at this point in the history
[BRIQ-63] Fix checkout totals overlap

Approved-by: Adrian Grigoruta
  • Loading branch information
raduistocnwt committed Nov 29, 2022
2 parents f030d20 + 78075a1 commit cef072a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"Briqpay\\Checkout\\": ""
}
},
"version": "1.0.14"
"version": "1.0.15"
}
2 changes: 1 addition & 1 deletion view/frontend/web/css/briqpay.css

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions view/frontend/web/css/source/module/_checkout.less
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,12 @@ button:not(.primary).primary {
bottom: -75px;
padding: 25px 0 25px 75px;
box-sizing: border-box;
&.excl {
padding-bottom: 40px;
}
&.incl {
padding-bottom: 8px;
}

@media only screen and (max-width: @screen__m) {
display: table-row;
Expand Down

0 comments on commit cef072a

Please sign in to comment.