Browse Source
Merge branch 'main' into task/migrate-angular-components-from-NgClass-to-class-bindings
pull/6843/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
13 additions and
6 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/pricing/pricing-page.component.ts
-
apps/client/src/styles.scss
|
|
|
@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
<<<<<<< task/migrate-angular-components-from-NgClass-to-class-bindings |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Migrated various components from `NgClass` to class bindings |
|
|
|
======= |
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed a visual regression in the bottom navigation bar on mobile |
|
|
|
>>>>>>> main |
|
|
|
|
|
|
|
## 3.2.0 - 2026-05-03 |
|
|
|
|
|
|
|
|
|
|
|
@ -76,6 +76,7 @@ export class GfPricingPageComponent implements OnInit { |
|
|
|
'Interactive Brokers', |
|
|
|
'Mintos', |
|
|
|
'Monefit SmartSaver', |
|
|
|
'Revolut', |
|
|
|
'Swissquote', |
|
|
|
'VIAC', |
|
|
|
'Zak' |
|
|
|
|
|
|
|
@ -520,15 +520,15 @@ ngx-skeleton-loader { |
|
|
|
padding: 2rem 0; |
|
|
|
} |
|
|
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
|
( |
|
|
|
divider-height: 0 |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
@media (min-width: 576px) { |
|
|
|
flex-direction: row-reverse; |
|
|
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
|
( |
|
|
|
divider-height: 0 |
|
|
|
) |
|
|
|
); |
|
|
|
|
|
|
|
.mat-mdc-tab-header { |
|
|
|
background-color: rgba(var(--palette-foreground-base), 0.02); |
|
|
|
padding: 2rem 0; |
|
|
|
|