Feature/add intro image for dark mode (#540)
* Add intro image for dark mode * Update changelog
This commit is contained in:
parent
7439c1bf54
commit
83ba5f3d9f
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Removed the default transactions import limit
|
- Removed the default transactions import limit
|
||||||
|
- Improved the landing page in dark mode
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.intro-container {
|
.intro-container {
|
||||||
background-color: #ffffff;
|
|
||||||
margin-top: -5rem;
|
margin-top: -5rem;
|
||||||
|
|
||||||
.intro-inner-container {
|
.intro-inner-container {
|
||||||
@ -37,4 +36,10 @@
|
|||||||
background-color: var(--dark-background);
|
background-color: var(--dark-background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.intro-container {
|
||||||
|
.intro {
|
||||||
|
background-image: url('/assets/intro-dark.jpg') !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.intro-container {
|
.intro-container {
|
||||||
background-color: #ffffff;
|
|
||||||
margin-top: -5rem;
|
margin-top: -5rem;
|
||||||
|
|
||||||
.intro-inner-container {
|
.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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
BIN
apps/client/src/assets/intro-dark.jpg
Normal file
BIN
apps/client/src/assets/intro-dark.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
Loading…
x
Reference in New Issue
Block a user