diff --git a/CHANGELOG.md b/CHANGELOG.md index 7720fbfa6..6a901f4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Next release - Allow writing short rich descriptions for each subscription plan - Allow inserting hyperlinks in customized info messages +- Use the primary color to display plans' price in the public view - Improved scripts for mounting volumes - Increased verbosity of upgrade script - Fix a bug: mounting the payment-schedules volume in the docker-compose file results in an invalid file diff --git a/app/themes/casemate/style.scss.erb b/app/themes/casemate/style.scss.erb index a53920501..28e1e9b6a 100644 --- a/app/themes/casemate/style.scss.erb +++ b/app/themes/casemate/style.scss.erb @@ -259,6 +259,11 @@ h5:after { border-color: $secondary; } +.pricing-panel .plan-card .content .price { + background-color: $primary; + color: $primary-text-color; +} + .pricing-panel .card-footer .cta-button .btn:hover, .pricing-panel .card-footer .cta-button .custom-invoice .modal-body .elements li:hover, .custom-invoice .modal-body .elements .pricing-panel .card-footer .cta-button li:hover {