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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
8 additions and
6 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
|
|
@ -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 |
|
|
|
|
|
@ -114,9 +114,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.outro-inner-container { |
|
|
|
div { |
|
|
|
background-image: url('/assets/intro-dark.jpg') !important; |
|
|
|
} |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
.video { |
|
|
|
|
|
@ -32,8 +32,6 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.intro-container { |
|
|
|
.intro { |
|
|
|
background-image: url('/assets/intro-dark.jpg') !important; |
|
|
|
} |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
Width:
|
Height:
|
Size: 152 KiB
|