Browse Source

Clean up

pull/7178/head
Thomas Kaul 2 days ago
parent
commit
e22514d425
  1. 8
      apps/client/src/styles.scss

8
apps/client/src/styles.scss

@ -376,6 +376,10 @@ ngx-skeleton-loader {
visibility: hidden; visibility: hidden;
} }
.lead {
font-weight: unset;
}
.line-height-1 { .line-height-1 {
line-height: 1; line-height: 1;
} }
@ -384,10 +388,6 @@ ngx-skeleton-loader {
line-height: normal; line-height: normal;
} }
.lead {
font-weight: unset;
}
.mat-mdc-button-base { .mat-mdc-button-base {
.mdc-button__label { .mdc-button__label {
align-items: center; align-items: center;

Loading…
Cancel
Save