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.
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.
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 Supportwithin it. This mirrors the second pricing table but shows the user that it is not available with that pricing tier.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.This change is