Browse Source
Merge branch 'main' into feature/support-assets-in-emergency-fund
pull/1601/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
0 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/logo/logo.component.scss
|
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Added support for assets other than cash in emergency fund (affecting buying power) |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the logo alignment |
|
|
|
|
|
|
|
## 1.226.0 - 2023-01-11 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
|
|
|
|
.logo { |
|
|
|
background-color: rgba(var(--dark-primary-text)); |
|
|
|
margin-top: -2px; |
|
|
|
mask: url('/assets/ghost.svg') no-repeat center; |
|
|
|
} |
|
|
|
} |
|
|
|