diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index decb069861..6cc76ea376 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -848,7 +848,7 @@ footer .right-links a { padding: 30px 20px; padding-bottom: 30px; margin-bottom: 50px; - margin-top: 60px; + margin-top: 40px; } .price-container p { @@ -871,7 +871,7 @@ footer .right-links a { .price-container-blue { background: linear-gradient(251.85deg, #0b4f99 -11.85%, #002d61 104.73%); box-shadow: 0px 4px 16px rgba(105, 132, 172, 0.13); - margin-top: 40px; + margin-top: 30px; padding-top: 50px; color: white; } @@ -886,6 +886,40 @@ footer .right-links a { margin-bottom: 1em; } +.plan-group .plan-price-yearly-per-year { + display: flex; + justify-content: flex-end; + margin-top: -20px; + margin-bottom: 10px; +} + +.plan-group .plan-price-yearly-per-year .per-year { + bottom: 0; +} + +.plan-group.plan-prices-monthly .plan-price-yearly { + display: none; +} + +.plan-group.plan-prices-monthly .plan-price-yearly-per-year { + display: none; +} + +.plan-group.plan-prices-yearly .plan-price-monthly { + text-decoration: line-through; + opacity: 0.7; + font-size: 16px; + font-weight: normal; +} + +.plan-group.plan-prices-yearly .account-type-3 .plan-price-monthly { + display: none; +} + +.plan-group.plan-prices-yearly .plan-price-monthly .per-month { + display: none; +} + .price-row .plan-type { display: flex; align-items: center; diff --git a/Assets/WebsiteAssets/templates/front.mustache b/Assets/WebsiteAssets/templates/front.mustache index e7f8faf63a..772dc22a7c 100644 --- a/Assets/WebsiteAssets/templates/front.mustache +++ b/Assets/WebsiteAssets/templates/front.mustache @@ -24,6 +24,11 @@ media="all" onload="this.media='all'; this.onload = null" /> +