1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

Use the primary color to display plans' price in the public view

This commit is contained in:
Sylvain 2021-03-08 14:14:14 +01:00
parent 10fbea9289
commit 19055c4f78
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 {