v4.0.0.1
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
mobileOrder: number;
|
||||
};
|
||||
export let variant: 'pricing' | 'service' = 'service';
|
||||
export let hideCtaOnMobile = false;
|
||||
|
||||
$: featured = plan.isPopular;
|
||||
const ctaLabel = 'Book a Meet & Greet';
|
||||
@@ -48,7 +49,11 @@
|
||||
{/each}
|
||||
</ul>
|
||||
|
||||
<a class="btn btn-yellow plan-card__cta" href="#newlead">
|
||||
<a
|
||||
class="btn btn-yellow plan-card__cta"
|
||||
class:plan-card__cta--mobile-hidden={hideCtaOnMobile}
|
||||
href="#newlead"
|
||||
>
|
||||
{ctaLabel}
|
||||
<Icon name="fas fa-arrow-right" />
|
||||
</a>
|
||||
@@ -380,5 +385,9 @@
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.plan-card__cta--mobile-hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user