Skip to content

Commit

Permalink
Merge pull request #1710 from appwrite/bug-fixes
Browse files Browse the repository at this point in the history
Bug fixes
  • Loading branch information
eldadfux authored Jan 27, 2025
2 parents 5fa7062 + 82aec18 commit 88439d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
21 changes: 10 additions & 11 deletions src/routes/pricing/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
</article>
</li>
<li>
<article
class="web-card is-transparent is-transparent-pink has-border-gradient h-full p-1!"
style="background: linear-gradient(180deg, rgba(253, 54, 110, 0.12) 38.59%, rgba(253, 54, 110, 0) 99.04%);"
<div
class="web-card is-transparent has-border-gradient is-transparent-pink -m-1 h-full p-1! backdrop-blur-none!"
style:--m-border-radius="1.25rem"
>
<div
class="web-pricing-cards-item has-border-gradient web-card is-transparent-pink rounded-2xl p-6"
style:background-color="transparent !important"
<article
class="web-card is-transparent is-transparent-pink has-border-gradient h-full"
style="background: linear-gradient(180deg, rgba(253, 54, 110, 0.12) 38.59%, rgba(253, 54, 110, 0) 99.04%);"
>
<header class="web-pricing-cards-header">
<header class="flex gap-3">
Expand All @@ -148,7 +148,7 @@
<span class="-mb-4">From</span>
<div class="flex items-end gap-2">
<div
class="text-title font-aeonik-pro text-primary mt-2"
class="text-title font-aeonik-pro text-primary mt-3"
>
$15
</div>
Expand All @@ -161,11 +161,10 @@
</p>
<a
href="https://cloud.appwrite.io/console?type=create&plan=tier-1"
class="web-button is-full-width mt-9"
class="web-button is-full-width mt-11"
target="_blank"
rel="noopener noreferrer"
>
<!-- <span class="text-sub-body font-medium">Start trial</span> -->
<span class="text-sub-body font-medium"
>Start building</span
>
Expand All @@ -191,8 +190,8 @@
</li>
</ul>
</div>
</div>
</article>
</article>
</div>
</li>
<li>
<article
Expand Down
3 changes: 1 addition & 2 deletions src/routes/pricing/compare-plans.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,7 @@
</div>

<div
class="web-is-not-mobile web-u-grid-auto-column-1fr is-with-footer-border web-u-padding-inline-8 web-u-margin-inline-8-negative web-u-filter-blur-8 web-u-container-query-inline sticky z-10 gap-8"
style:top={$isHeaderHidden ? '0px' : '70px'}
class="web-is-not-mobile web-u-grid-auto-column-1fr is-with-footer-border web-u-padding-inline-8 web-u-margin-inline-8-negative web-u-filter-blur-8 web-u-container-query-inline sticky top-[70px] z-10 gap-8 [padding-block:20px]!"
style:transition="inset-block-start 0.3s ease"
>
<div
Expand Down

0 comments on commit 88439d7

Please sign in to comment.