diff --git a/www/css/payment-received.css b/www/css/payment-received.css index da7365c93..a36c0bc76 100644 --- a/www/css/payment-received.css +++ b/www/css/payment-received.css @@ -1,5 +1,5 @@ /* -CSS svg animation +CSS svg animation Copyright (c) 2018 by Lee Porter (https://codepen.io/elevaunt/pen/JYRBzJ) @@ -35,11 +35,6 @@ svg { -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards; animation: dash-check 0.9s 0.35s ease-in-out forwards; } -p { - text-align: center; - margin: 20px 0 60px; - font-size: 1.25em; -} p.success { color: #27B03C; font-family:sans-serif; @@ -119,4 +114,4 @@ p.success { .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; -} \ No newline at end of file +}