timegridio / timegrid

Free, open-source, online appointments platform based on Laravel PHP Framework.
GNU Affero General Public License v3.0
958 stars 336 forks source link

Changes to the Pricing Table & Wizard Templates #174

Closed kakposoe closed 7 years ago

kakposoe commented 7 years ago

I've made a small change to the pricing table.

Add a new list item within the first pricing table This list item has the text Customized Support within it. This mirrors the second pricing table but shows the user that it is not available with that pricing tier.

screen shot 2017-06-16 at 14 47 01

Addition of a noZoom class This stops scale transitions for any element with this class. This has been applied to the .plan-name, .plan-hint and the new list item in the first table. This will avoid any li coming out out the table edges due to the zoom.

Color transition on button A simple color transition has been added to the button.

Wizard template This is a small change which sets a height for the caption box for the thumbnail. CSS rules were added to the caption class which uses flexbox to center its content. This has been tested in all languages to make sure there is no issue.

screen shot 2017-06-16 at 15 21 01


This change is Reviewable

alariva commented 7 years ago

Good job!

Please try to provide separate PRs for each type of change. Thanks!!

kakposoe commented 7 years ago

@alariva Will do. I made a mistake when creating the wizard pull request. Thanks.