Browse Source
Feature/improve style of card components (#4812)
* Improve style of title
* Update changelog
pull/4823/head
Thomas Kaul
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
9 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/styles.scss
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the style of the card components |
|
|
|
- Improved the style of the system message |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
- Improved the language localization for Spanish (`es`) |
|
|
|
|
|
@ -414,6 +414,14 @@ ngx-skeleton-loader { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.mat-mdc-card { |
|
|
|
.mat-mdc-card-title { |
|
|
|
--mat-card-title-text-line-height: 1.2; |
|
|
|
|
|
|
|
margin-bottom: 0.5rem; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.mat-mdc-checkbox { |
|
|
|
label { |
|
|
|
margin-bottom: 0; |
|
|
|