diff --git a/static/css/pages/plans.css b/static/css/pages/plans.css index 03de7d554..70ab1574d 100644 --- a/static/css/pages/plans.css +++ b/static/css/pages/plans.css @@ -169,6 +169,12 @@ position: relative; } +.plans-panel .plan-box .plan-header .plan-box-price-hidden { + font-style: italic; + font-size: 13px; + line-height: 27px; +} + .plans-panel .plan-box .trial-button { display: block; text-align: center; @@ -199,6 +205,10 @@ margin-bottom: 10px; } +.plans-panel .plan-box.gray .qe-plan-description i { + margin-right: 5px; +} + .plans-panel .plan-features { margin: 0px; margin-top: 10px; diff --git a/static/partials/plans.html b/static/partials/plans.html index 4995598f9..65fee3cfc 100644 --- a/static/partials/plans.html +++ b/static/partials/plans.html @@ -427,8 +427,8 @@