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