diff --git a/www/assets/css/app.css b/www/assets/css/app.css index 37c6c62..cfaf745 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -170,4 +170,14 @@ Framework7 and FontAwesome both have a .fab class right: 40px; top: 0; padding: 10px; +} + +#noticeslip-pay-popup { + background: var(--f7-page-bg-color); +} + +#noticeslip-pay-popup #noticeslip-stripe-elements { + background-color: white; + padding: 1em; + border-radius: 10px; } \ No newline at end of file diff --git a/www/index.html b/www/index.html index b1df8d5..90537f3 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->