Browse Source

Improve style

pull/4812/head
Thomas Kaul 3 months ago
parent
commit
68b940bc4c
  1. 8
      apps/client/src/styles.scss

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