Browse Source
Feature/add intro image for dark mode (#540)
* Add intro image for dark mode
* Update changelog
pull/543/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
21 additions and
2 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/landing/landing-page.scss
-
apps/client/src/app/pages/register/register-page.scss
-
BIN
apps/client/src/assets/intro-dark.jpg
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Removed the default transactions import limit |
|
|
|
- Improved the landing page in dark mode |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
@ -14,7 +14,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.intro-container { |
|
|
|
background-color: #ffffff; |
|
|
|
margin-top: -5rem; |
|
|
|
|
|
|
|
.intro-inner-container { |
|
|
@ -37,4 +36,10 @@ |
|
|
|
background-color: var(--dark-background); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.intro-container { |
|
|
|
.intro { |
|
|
|
background-image: url('/assets/intro-dark.jpg') !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
@ -8,7 +8,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.intro-container { |
|
|
|
background-color: #ffffff; |
|
|
|
margin-top: -5rem; |
|
|
|
|
|
|
|
.intro-inner-container { |
|
|
@ -24,3 +23,17 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
:host-context(.is-dark-theme) { |
|
|
|
.button-container { |
|
|
|
.mat-stroked-button { |
|
|
|
background-color: var(--dark-background); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.intro-container { |
|
|
|
.intro { |
|
|
|
background-image: url('/assets/intro-dark.jpg') !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
Width:
|
Height:
|
Size: 152 KiB
|