fleet/website/assets/styles/pages/pricing.less
Eric c1787e2724
Website: Update pricing footnote (#9742)
Changes:
 - Moved the footnote about additional hosts on the pricing page.
2023-02-07 17:30:16 -06:00

424 lines
8.3 KiB
Plaintext
Vendored

#pricing {
[purpose='page-content'] {
padding-left: 0px;
padding-right: 0px;
color: #192147;
max-width: 1024px;
}
h1, p {
color: #192147;
}
h2 {
font-weight: 800;
font-size: 32px;
line-height: 38px;
}
h3 {
}
[purpose='subtitle'] {
color: #8B8FA2;
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
h4 {
color: #515774;
font-weight: 500;
font-size: 18px;
line-height: 24px;
}
p {
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
a {
color: @core-vibrant-blue;
}
.btn {
color: #fff;
}
[purpose='pricing-switch'] {
width: 280px;
cursor: pointer;
border: 1px solid #E2E4EA;
border-radius: 28px;
background: #F9FAFC;
position: relative;
[purpose='pricing-tier-switch'] {
position: absolute;
top: 0px;
left: -1px;
background: #fff;
border: 1px solid #E2E4EA;
border-radius: 28px;
height: 100%;
min-width: 140px;
z-index: 1;
transition: 0.25s all;
}
[purpose='pricing-switch-option'] {
padding: 16px;
width: 140px;
text-align: center;
cursor: pointer;
z-index: 3;
user-select: none;
}
.it-selected {
transform: translateX(140px);
}
}
[purpose='features'] {
padding-top: 80px;
}
[purpose='pricing-tier-card'] {
padding: 40px;
border-radius: 15px;
margin-right: 12px;
margin-left: 12px;
[purpose='pricing-tier-title'] {
text-align: center;
margin-bottom: 40px;
h2 {
font-weight: 700;
font-size: 24px;
line-height: 20px;
color: #192147;
margin-bottom: 12px;
}
h3 {
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #8B8FA2;
margin-bottom: 24px;
}
p {
color: #ff5c83;
margin-bottom: 8px;
}
a {
text-decoration: none;
font-size: 12px;
vertical-align: super;
color: #ff5c83;
}
.show-estimated-price {
color: @core-vibrant-blue;
}
}
strong {
color: #192147;
font-size: 16px;
line-height: 20px;
}
}
[purpose='fleet-community-card'] {
max-width: 570px;
margin-left: auto;
margin-right: auto;
}
[purpose='card-button'] {
font-size: 16px;
padding: 15px;
margin-top: 8px;
max-width: 540px;
}
[purpose='chat-button'], [purpose='card-button'], [purpose='table-button'] {
position: relative;
}
[purpose='card-button']::before, [purpose='chat-button']::before, [purpose='table-button']::before {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
opacity: 1;
content: ' ';
position: absolute;
top: 0;
left: -5px;
width: 50%;
height: 100%;
transform: skew(-10deg);
transition: left 0.5s ease-in, opacity 0.50s ease-in, width 0.5s ease-in;
}
[purpose='card-button']:hover:before, [purpose='chat-button']:hover:before, [purpose='table-button']:hover:before {
opacity: 0;
left: 160px;
width: 110%;
}
input[type='number'] {
-moz-appearance: none;
-webkit-appearance: none;
appearance: textfield;
}
[purpose='enterprise-calculator'] {
background: #F9FAFC;
border: 1px solid #E2E4EA;
border-radius: 8px;
margin: 24px 0 32px;
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
}
[purpose='enterprise-calculator-row'] {
p {
font-size: 14px;
margin-bottom: 0px;
line-height: 20px;
}
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
[purpose='enterprise-calculator-input'] {
padding: 8px;
width: 80px;
border-radius: 4px;
height: 36px;
text-align: end;
margin-bottom: 8px;
border: 1px solid #E2E4EA;
-moz-appearance: textfield;
-webkit-appearance: textfield;
appearance: textfield;
}
[purpose='exterprise-calculator-result'] {
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid #E2E4EA;
h3 {
font-weight: 700;
font-size: 18px;
line-height: 20px;
}
p {
margin-bottom: 0px;
}
}
[purpose='mobile-feature-table-section'] {
margin-bottom: 16px;
h4 {
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: #192147;
margin-bottom: 20px;
}
}
[purpose='mobile-features-table'] {
border-radius: 8px;
border: 1px solid #E2E4EA;
margin-bottom: 24px;
img {
vertical-align: middle;
}
div {
padding: 8px 16px;
}
div:first-of-type {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top: none;
}
div {
border-top: 1px solid #E2E4EA;
}
[purpose='striped-row'] {
background-color: #F9FAFC;
}
}
[purpose='table-button'] {
padding: 4px 26px;
font-size: 14px;
font-weight: 700;
border-radius: 4px;
background-color: @core-vibrant-red;
border: none;
margin-bottom: 8px;
margin-top: 4px;
}
[purpose='checkmark'] {
height: 16px;
width: 16px;
}
[purpose='pricing-categories-table'] {
margin-bottom: 40px;
thead {
td {
vertical-align: bottom;
border: none;
}
h4 {
color: #192147;
font-weight: 700;
font-size: 24px;
line-height: 24px;
}
}
tbody {
color: #515774;
border-radius: 8px;
box-shadow: 0 0 0 1px #E2E4EA;
td {
padding: 12px 24px;
vertical-align: middle;
}
tr:first-child {
td {
border: none;
}
}
tr:last-child {
td:first-child {
border-bottom-left-radius: 8px;
}
td:last-child {
border-bottom-right-radius: 8px;
}
}
tr:nth-of-type(even) {
background-color: #F9FAFC;
}
}
}
[purpose='bottom-cta'] {
padding-top: 80px;
padding-bottom: 120px;
h2 {
font-weight: 800;
font-size: 24px;
line-height: 32px;
color: #192147;
}
}
[purpose='features-list'] {
min-height: ;
p {
margin-bottom: 16px;
text-indent: -24px;
padding-left: 24px;
color: #515774;
}
p::before {
content: '';
display: inline-block;
background: url('/images/icon-checkmark-green-16x16@2x.png');
background-size: cover;
margin-right: 8px;
height: 14px;
width: 14px;
}
}
[purpose='faq-list'] {
padding-left: 20px;
li {
margin-bottom: 16px;
padding-left: 8px;
}
}
[purpose='pricing-table-category']:not(:first-of-type) {
margin-top: 48px;
}
@media (max-width: 1200px) {
[purpose='page-content'] {
padding-left: 40px;
padding-right: 40px;
}
}
@media (max-width: 991px) {
[purpose='fleet-community-card'] {
max-width: 100%;
margin-left: unset;
margin-right: unset;
}
}
@media (max-width: 767px) {
[purpose='table-button'] {
padding: 4px 8px;
}
[purpose='pricing-tier-card'] {
padding: 32px;
margin-left: 0;
margin-right: 0;
}
}
[purpose='animated-arrow-button'] {
color: #192147;
.btn-animated-arrow-red();
}
@media (max-width: 575px) {
[purpose='page-content'] {
padding-left: 20px;
padding-right: 20px;
}
.contact-msg {
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
[purpose='hero-text'] {
padding-right: -5px;
padding-left: -5px;
}
[purpose='pricing-tier-card'] {
padding: 32px;
}
[purpose='enterprise-calculator-input'] {
width: 60px;
}
[purpose='pricing-categories-table'] {
margin-bottom: 40px;
thead {
h4 {
color: #192147;
font-weight: 700;
font-size: 14px;
line-height: 20px;
margin-bottom: 0px;
}
tr {
td {
padding: 4px 4px;
vertical-align: middle;
strong {
font-size: 12px;
}
}
}
}
tbody {
td {
font-size: 14px;
padding: 8px 8px;
vertical-align: middle;
}
}
}
}
}