diff --git a/.DS_Store b/.DS_Store index 2861253..008f7f8 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/app/templates/cancel.html b/app/templates/cancel.html index 5b6294f..0643e17 100644 --- a/app/templates/cancel.html +++ b/app/templates/cancel.html @@ -21,21 +21,26 @@ window.addEventListener("load",function(){ window.wpcc.init({ "border":"thin", - "corners":"small", + "corners":"normal", "colors":{ "popup":{ - "background":"#f6f6f6", + "background":"#cff5ff", "text":"#000000", - "border":"#555555" - },"button":{ - "background":"#555555", + "border":"#5e99c2" + }, + "button":{ + "background":"#5e99c2", "text":"#ffffff" } }, - "position":"top-right" + "position":"bottom", + "content":{ + "href":"https://www.websitepolicies.com/policies/view/AsI78Q0l" + } }) }); +
diff --git a/app/templates/home.html b/app/templates/home.html index 86f4fe3..5e1a5b4 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -21,18 +21,22 @@ window.addEventListener("load",function(){ window.wpcc.init({ "border":"thin", - "corners":"small", + "corners":"normal", "colors":{ "popup":{ - "background":"#f6f6f6", + "background":"#cff5ff", "text":"#000000", - "border":"#555555" - },"button":{ - "background":"#555555", + "border":"#5e99c2" + }, + "button":{ + "background":"#5e99c2", "text":"#ffffff" } }, - "position":"top-right" + "position":"bottom", + "content":{ + "href":"https://www.websitepolicies.com/policies/view/AsI78Q0l" + } }) }); diff --git a/app/templates/success.html b/app/templates/success.html index ff2d1fa..03b8535 100644 --- a/app/templates/success.html +++ b/app/templates/success.html @@ -21,18 +21,22 @@ window.addEventListener("load",function(){ window.wpcc.init({ "border":"thin", - "corners":"small", + "corners":"normal", "colors":{ "popup":{ - "background":"#f6f6f6", + "background":"#cff5ff", "text":"#000000", - "border":"#555555" - },"button":{ - "background":"#555555", + "border":"#5e99c2" + }, + "button":{ + "background":"#5e99c2", "text":"#ffffff" } }, - "position":"top-right" + "position":"bottom", + "content":{ + "href":"https://www.websitepolicies.com/policies/view/AsI78Q0l" + } }) });