diff --git a/website/assets/styles/pages/pricing.less b/website/assets/styles/pages/pricing.less index cb2a7ac8ce..941b9ba278 100644 --- a/website/assets/styles/pages/pricing.less +++ b/website/assets/styles/pages/pricing.less @@ -282,13 +282,19 @@ border-top-right-radius: 8px; border-top: none; } + div:last-of-type { + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; + } div { border-top: 1px solid #E2E4EA; } [purpose='striped-row'] { background-color: #F9FAFC; } - + strong { + color: @core-fleet-black-75; + } } [purpose='premium-price-linebreak'] { display: none; @@ -297,6 +303,9 @@ height: 16px; width: 16px; } + [purpose='table-checkmark'] { + width: 175px; + } [purpose='pricing-categories-table'] { margin-bottom: 40px; thead { @@ -315,7 +324,6 @@ color: #515774; border-radius: 8px; outline: 1px solid #E2E4EA; - box-shadow: 0 0 0 1px #E2E4EA; td { padding: 12px 24px; vertical-align: middle; @@ -346,6 +354,7 @@ font-size: 24px; line-height: 32px; color: #192147; + margin-bottom: 24px; } } @@ -396,7 +405,11 @@ [purpose='premium-card'] { width: 100%; } + [purpose='premium-tier-card'] { + margin-left: 0px; + } } + @media (max-width: 575px) { // >575px: // - The Premium Cloud card switches to a column layout diff --git a/website/views/pages/pricing.ejs b/website/views/pages/pricing.ejs index acb7d71789..9224b7c24f 100644 --- a/website/views/pages/pricing.ejs +++ b/website/views/pages/pricing.ejs @@ -133,7 +133,7 @@

Compare plans

<%// Desktop IT-focused features tables %> -
+
<% for(let category of pricingTable) {%> @@ -158,13 +158,13 @@ <% for( let feature of category.features){ %> - + <%if(feature.tier === 'Free') {%> - + <%} else {%> - + <%}%> - + <% }%> @@ -174,7 +174,7 @@ <%// Mobile IT-focused features tables %> <% for(let category of pricingTable) {%> -
+

<%- category.categoryName %>

<% for( let feature of category.features){ %>
@@ -195,7 +195,7 @@ <% }%>
<% }%> -

* Coming soon

+

* Coming soon

<%// Security-focused features table %> @@ -203,20 +203,20 @@

Compare plans

<%// Desktop security-focused features tables %> -
+
<% for(let category of pricingTableForSecurity) {%>
<%- feature.name %><%- feature.comingSoon ? '*' : '' %><%- feature.name %><%- feature.comingSoon ? '*' : '' %>checkmarkcheckmarkcheckmarkcheckmark
- <%if(pricingTable.indexOf(category) === 0) {%> + <%if(pricingTableForSecurity.indexOf(category) === 0) {%> <%}else {%> <%}%> - <%if(pricingTable.indexOf(category) === 0) {%> + <%if(pricingTableForSecurity.indexOf(category) === 0) {%> @@ -230,11 +230,11 @@ <%if(feature.tier === 'Free') {%> - + <%} else {%> - + <%}%> - + <% }%> @@ -244,7 +244,7 @@ <%// Mobile security-focused features tables %> <% for(let category of pricingTableForSecurity) {%> -
+

<%- category.categoryName %>

<% for( let feature of category.features){ %>
@@ -265,7 +265,7 @@ <% }%>
<% }%> -

* Coming soon

+

* Coming soon

<%// FAQ %>

<%- category.categoryName %>

Free Premium
<%- feature.name %><%- feature.comingSoon ? '*' : '' %>checkmarkcheckmarkcheckmarkcheckmark