mirror of https://github.com/ghostfolio/ghostfolio
5 changed files with 23 additions and 36 deletions
@ -1,13 +1,7 @@ |
|||
@import '../mixins/table-mixins'; |
|||
|
|||
:host { |
|||
display: block; |
|||
|
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@include gf-table-header-alignment(); |
|||
} |
|||
|
|||
@ -1,13 +1,7 @@ |
|||
@import '../mixins/table-mixins'; |
|||
|
|||
:host { |
|||
display: block; |
|||
|
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@include gf-table-header-alignment(); |
|||
} |
|||
|
|||
@ -1,13 +1,7 @@ |
|||
@import '../mixins/table-mixins'; |
|||
|
|||
:host { |
|||
display: block; |
|||
|
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@include gf-table-header-alignment(); |
|||
} |
|||
|
|||
@ -1,13 +1,7 @@ |
|||
@import '../mixins/table-mixins'; |
|||
|
|||
:host { |
|||
display: block; |
|||
|
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
@include gf-table-header-alignment(); |
|||
} |
|||
|
|||
@ -0,0 +1,11 @@ |
|||
@mixin gf-table-header-alignment() { |
|||
.gf-table { |
|||
th { |
|||
::ng-deep { |
|||
.mat-sort-header-container { |
|||
justify-content: inherit; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue