Cleanup pricing page tables, introstrip, css changes
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev --host 10.0.0.73",
|
"dev": "vite dev --host 10.0.0.124",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
|
|||||||
@@ -150,8 +150,7 @@
|
|||||||
|
|
||||||
<div class="booking-header">
|
<div class="booking-header">
|
||||||
<h2 class="booking-title">
|
<h2 class="booking-title">
|
||||||
<span class="booking-title-plain">{headingParts.plain}</span>
|
<span class="booking-title-plain">{headingParts.plain}</span>{' '}<span class="booking-title-highlight">{headingParts.highlight}</span>
|
||||||
<span class="booking-title-highlight">{headingParts.highlight}</span>
|
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<div class="booking-stepper" aria-label="Booking form steps">
|
<div class="booking-stepper" aria-label="Booking form steps">
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="intro">
|
<div id="intro">
|
||||||
|
<div class="intro-inner">
|
||||||
<div class="intro-trust-badge">
|
<div class="intro-trust-badge">
|
||||||
<div class="intro-trust-mark" aria-hidden="true">
|
<div class="intro-trust-mark" aria-hidden="true">
|
||||||
<Icon name="fab fa-google" />
|
<Icon name="fab fa-google" />
|
||||||
@@ -30,3 +31,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -180,9 +180,10 @@
|
|||||||
|
|
||||||
.pricing-plan-ribbon {
|
.pricing-plan-ribbon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 18px;
|
top: 0;
|
||||||
right: 18px;
|
left: 50%;
|
||||||
padding: 6px 10px;
|
transform: translate(-50%, -50%);
|
||||||
|
padding: 6px 12px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: var(--yellow);
|
background: var(--yellow);
|
||||||
color: #000;
|
color: #000;
|
||||||
@@ -235,6 +236,7 @@
|
|||||||
|
|
||||||
.pricing-plan-cta {
|
.pricing-plan-cta {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
|
font-family: var(--font-head);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) {
|
@media (hover: hover) {
|
||||||
@@ -305,6 +307,10 @@
|
|||||||
gap: 18px;
|
gap: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pricing-plan-popular {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
|
||||||
.pricing-plan-card {
|
.pricing-plan-card {
|
||||||
padding: 28px 22px;
|
padding: 28px 22px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -253,9 +253,10 @@
|
|||||||
|
|
||||||
.service-plan-ribbon {
|
.service-plan-ribbon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 18px;
|
top: 0;
|
||||||
right: 18px;
|
left: 50%;
|
||||||
padding: 6px 10px;
|
transform: translate(-50%, -50%);
|
||||||
|
padding: 6px 12px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: var(--yellow);
|
background: var(--yellow);
|
||||||
color: #000;
|
color: #000;
|
||||||
@@ -348,8 +349,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.service-plan-cta {
|
.service-plan-cta {
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
margin-top: 28px;
|
width: fit-content;
|
||||||
|
margin: 28px auto 0;
|
||||||
|
font-family: var(--font-head);
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-extras {
|
.service-extras {
|
||||||
@@ -464,6 +467,10 @@
|
|||||||
gap: 24px;
|
gap: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-plan-popular {
|
||||||
|
order: -1;
|
||||||
|
}
|
||||||
|
|
||||||
.service-highlight,
|
.service-highlight,
|
||||||
.service-pricing,
|
.service-pricing,
|
||||||
.service-benefits {
|
.service-benefits {
|
||||||
|
|||||||
@@ -8,16 +8,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.booking-title {
|
.booking-title {
|
||||||
display: inline-flex;
|
display: block;
|
||||||
align-items: baseline;
|
text-align: center;
|
||||||
justify-content: center;
|
margin: 0 0 28px;
|
||||||
gap: 14px;
|
|
||||||
margin-bottom: 28px;
|
|
||||||
font-family: var(--font-head);
|
font-family: var(--font-head);
|
||||||
font-size: 68px;
|
font-size: 68px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
line-height: 0.96;
|
line-height: 1;
|
||||||
letter-spacing: -0.04em;
|
letter-spacing: -0.04em;
|
||||||
|
text-wrap: balance;
|
||||||
}
|
}
|
||||||
|
|
||||||
.booking-title-plain {
|
.booking-title-plain {
|
||||||
@@ -333,18 +332,20 @@
|
|||||||
|
|
||||||
.field-error {
|
.field-error {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
gap: 7px;
|
gap: 7px;
|
||||||
margin: 10px 0 0;
|
margin: 10px 0 0;
|
||||||
color: #c94040;
|
color: #c94040;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
line-height: 1.4;
|
||||||
animation: fieldErrorIn 0.16s ease;
|
animation: fieldErrorIn 0.16s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-error .icon {
|
.field-error .icon {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fieldErrorIn {
|
@keyframes fieldErrorIn {
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ header {
|
|||||||
nav,
|
nav,
|
||||||
.mobile-menu,
|
.mobile-menu,
|
||||||
.hero-inner,
|
.hero-inner,
|
||||||
|
.intro-inner,
|
||||||
.promise-inner,
|
.promise-inner,
|
||||||
.services-inner,
|
.services-inner,
|
||||||
.values-inner,
|
.values-inner,
|
||||||
|
|||||||
@@ -368,16 +368,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.booking-title {
|
.booking-title {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 2px;
|
|
||||||
width: 100%;
|
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
line-height: 0.98;
|
line-height: 1.02;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.booking-title-highlight::after {
|
.booking-title-highlight::after {
|
||||||
|
|||||||
@@ -377,6 +377,8 @@ footer {
|
|||||||
|
|
||||||
.footer-logo {
|
.footer-logo {
|
||||||
display: block;
|
display: block;
|
||||||
|
height: 22px;
|
||||||
|
width: auto;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user