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 { |
:host { |
||||
display: block; |
display: block; |
||||
|
|
||||
.gf-table { |
@include gf-table-header-alignment(); |
||||
th { |
|
||||
::ng-deep { |
|
||||
.mat-sort-header-container { |
|
||||
justify-content: inherit; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
} |
||||
|
|||||
@ -1,13 +1,7 @@ |
|||||
|
@import '../mixins/table-mixins'; |
||||
|
|
||||
:host { |
:host { |
||||
display: block; |
display: block; |
||||
|
|
||||
.gf-table { |
@include gf-table-header-alignment(); |
||||
th { |
|
||||
::ng-deep { |
|
||||
.mat-sort-header-container { |
|
||||
justify-content: inherit; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
} |
||||
|
|||||
@ -1,13 +1,7 @@ |
|||||
|
@import '../mixins/table-mixins'; |
||||
|
|
||||
:host { |
:host { |
||||
display: block; |
display: block; |
||||
|
|
||||
.gf-table { |
@include gf-table-header-alignment(); |
||||
th { |
|
||||
::ng-deep { |
|
||||
.mat-sort-header-container { |
|
||||
justify-content: inherit; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
} |
||||
|
|||||
@ -1,13 +1,7 @@ |
|||||
|
@import '../mixins/table-mixins'; |
||||
|
|
||||
:host { |
:host { |
||||
display: block; |
display: block; |
||||
|
|
||||
.gf-table { |
@include gf-table-header-alignment(); |
||||
th { |
|
||||
::ng-deep { |
|
||||
.mat-sort-header-container { |
|
||||
justify-content: inherit; |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
} |
} |
||||
|
|||||
@ -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