Feature/improve style of card components (#4812)

* Improve style of title

* Update changelog
pull/4823/head
Thomas Kaul 12 months ago committed by GitHub
parent 5c617f761a
commit 9366aea9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save