From 2d425499674d89c84545b1e3dbc4432d192ea33d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 11 Nov 2022 16:42:51 +0100 Subject: [PATCH] Feature/improvements in pricing page (#1440) * Improve pricing page * Update changelog --- CHANGELOG.md | 3 +- .../src/app/pages/pricing/pricing-page.html | 49 ++++++++++++++----- .../src/app/pages/pricing/pricing-page.scss | 1 + apps/client/src/styles.scss | 4 ++ 4 files changed, 43 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8e9d401..95e0d98ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Removed bottom margin tag from the body element +- Removed the bottom margin from the body element +- Improved the pricing page ## 1.210.0 - 08.11.2022 diff --git a/apps/client/src/app/pages/pricing/pricing-page.html b/apps/client/src/app/pages/pricing/pricing-page.html index 74a5df167..d8ddeedc3 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.html +++ b/apps/client/src/app/pages/pricing/pricing-page.html @@ -12,7 +12,8 @@

If you plan to open an account at DEGIRO, frankly, - Interactive Brokers, Swissquote, or VIAC, please + Interactive Brokers, Swissquote, VIAC, or + Zak, please contact us @@ -26,7 +27,7 @@

-
+

Open Source

@@ -72,11 +73,20 @@
-

Self-hosted.

+

Self-hosted, update manually.

Free

+
-
+

Fully managed Ghostfolio cloud offering.

Free

+
-
+
 per year

+
+ + Upgrade Plan + +

+ One-time payment, no auto-renewal. +

+
-
- -
Get Started -

It's free

+

It’s free.

diff --git a/apps/client/src/app/pages/pricing/pricing-page.scss b/apps/client/src/app/pages/pricing/pricing-page.scss index cadb10fac..8edf75b42 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.scss +++ b/apps/client/src/app/pages/pricing/pricing-page.scss @@ -12,6 +12,7 @@ } .mat-card { + &:hover, &.active { border-color: rgba(var(--palette-primary-500), 1); box-shadow: 0 0 0 1px rgba(var(--palette-primary-500), 1); diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 1f8bd0899..9c8099035 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -165,6 +165,10 @@ ngx-skeleton-loader { @include gf-table; } +.hidden { + visibility: hidden; +} + .lead { font-weight: unset; }