diff --git a/apps/client/src/styles/table.scss b/apps/client/src/styles/table.scss index 9a990968a..88258d48b 100644 --- a/apps/client/src/styles/table.scss +++ b/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