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
parent
commit
9366aea9d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 8
      apps/client/src/styles.scss

1
CHANGELOG.md

@ -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`)

8
apps/client/src/styles.scss

@ -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;

Loading…
Cancel
Save