Browse Source

Feature/remove intro image in dark mode (#1420)

* Remove intro image in dark mode

* Update changelog
pull/1421/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
c8a2579624
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md
  2. 4
      apps/client/src/app/pages/landing/landing-page.scss
  3. 4
      apps/client/src/app/pages/register/register-page.scss
  4. BIN
      apps/client/src/assets/intro-dark.jpg

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Removed the intro image in dark mode
## 1.208.0 - 03.11.2022
### Added

4
apps/client/src/app/pages/landing/landing-page.scss

@ -114,9 +114,7 @@
}
.outro-inner-container {
div {
background-image: url('/assets/intro-dark.jpg') !important;
}
display: none;
}
.video {

4
apps/client/src/app/pages/register/register-page.scss

@ -32,8 +32,6 @@
}
.intro-container {
.intro {
background-image: url('/assets/intro-dark.jpg') !important;
}
display: none;
}
}

BIN
apps/client/src/assets/intro-dark.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Loading…
Cancel
Save