Skip to content

Commit

Permalink
update popover text content and width
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelT372 committed Aug 6, 2024
1 parent 520aafd commit d3ab55e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/engrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Tuesday, July 30, 2024 @ 10:30:56 ET
* Date: Tuesday, August 6, 2024 @ 11:03:08 ET
* By: michael
* ENGrid styles: v0.18.18
* ENGrid scripts: v0.18.18
Expand Down Expand Up @@ -8877,7 +8877,7 @@ body[data-engrid-debug]:before{
color:#000;
font-size:16px;
font-weight:600;
max-width:260px !important;
max-width:300px !important;
padding:10px;
}
[data-engrid-theme=engrid-ran3] .tippy-box[data-theme~=white] .tippy-content{
Expand Down
4 changes: 2 additions & 2 deletions dist/engrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Tuesday, July 30, 2024 @ 10:30:56 ET
* Date: Tuesday, August 6, 2024 @ 11:03:08 ET
* By: michael
* ENGrid styles: v0.18.18
* ENGrid scripts: v0.18.18
Expand Down Expand Up @@ -22431,7 +22431,7 @@ const customScript = function (App, EnForm) {
transactionFeeTooltip.innerHTML = "i";
transactionFeeEl.appendChild(transactionFeeTooltip);
(0,tippy_esm/* default */.ZP)(transactionFeeTooltip, {
content: "Cover the transactions fees for this donation so 100% of my gift goes to RAN!",
content: "By checking this box, you agree to cover the transaction fee for your donation. This small additional amount helps us ensure that 100% of you donation goes directly to RAN.",
allowHTML: true,
theme: "white",
placement: "top",
Expand Down
4 changes: 2 additions & 2 deletions dist/engrid.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/engrid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/sass/themes/ran3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@
padding: 10px;
font-size: 16px;
font-weight: 600;
max-width: 260px !important;
max-width: 300px !important;
border-radius: 0;
border: 2px solid #000;

Expand Down
2 changes: 1 addition & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export const customScript = function (App, EnForm) {

tippy(transactionFeeTooltip, {
content:
"Cover the transactions fees for this donation so 100% of my gift goes to RAN!",
"By checking this box, you agree to cover the transaction fee for your donation. This small additional amount helps us ensure that 100% of you donation goes directly to RAN.",
allowHTML: true,
theme: "white",
placement: "top",
Expand Down

0 comments on commit d3ab55e

Please sign in to comment.