Browse Source

Refactoring

pull/5580/head
Thomas Kaul 1 month ago
parent
commit
7d2cdb9800
  1. 12
      apps/client/src/styles/table.scss

12
apps/client/src/styles/table.scss

@ -1,6 +1,12 @@
@mixin gf-table($darkTheme: false) {
--mat-table-background-color: var(--light-background);
th {
.mat-sort-header-container {
justify-content: inherit;
}
}
.mat-footer-row,
.mat-row {
.mat-cell,
@ -9,12 +15,6 @@
}
}
th {
.mat-sort-header-container {
justify-content: inherit;
}
}
.mat-mdc-footer-row {
.mat-mdc-footer-cell {
border-top: 1px solid

Loading…
Cancel
Save