Browse Source
Merge branch 'main' into feature/improve-usage-of-premium-indicator-component
pull/1421/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
3 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
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the usage of the premium indicator component |
|
|
- Improved the usage of the premium indicator component |
|
|
|
|
|
- Removed the intro image in dark mode |
|
|
|
|
|
|
|
|
## 1.208.0 - 03.11.2022 |
|
|
## 1.208.0 - 03.11.2022 |
|
|
|
|
|
|
|
|
|
@ -114,9 +114,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.outro-inner-container { |
|
|
.outro-inner-container { |
|
|
div { |
|
|
display: none; |
|
|
background-image: url('/assets/intro-dark.jpg') !important; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.video { |
|
|
.video { |
|
|
|
@ -32,8 +32,6 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.intro-container { |
|
|
.intro-container { |
|
|
.intro { |
|
|
display: none; |
|
|
background-image: url('/assets/intro-dark.jpg') !important; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
Width:
|
Height:
|
Size: 152 KiB
|