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:
parent
10fbea9289
commit
19055c4f78
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user