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