mirror of https://github.com/ghostfolio/ghostfolio
18 changed files with 80 additions and 94 deletions
@ -1,5 +1,7 @@ |
|||||
@if (deviceType === 'mobile') { |
@if (deviceType === 'mobile') { |
||||
|
<div class="d-flex justify-content-center" mat-dialog-actions> |
||||
<button mat-button (click)="onClickCloseButton()"> |
<button mat-button (click)="onClickCloseButton()"> |
||||
<ion-icon name="close" size="large" /> |
<ion-icon name="close" size="large" /> |
||||
</button> |
</button> |
||||
|
</div> |
||||
} |
} |
||||
|
|||||
@ -1,9 +1,3 @@ |
|||||
:host { |
:host { |
||||
display: flex; |
display: block; |
||||
flex: 0 0 auto; |
|
||||
min-height: 0; |
|
||||
|
|
||||
@media (min-width: 576px) { |
|
||||
padding: 0 !important; |
|
||||
} |
|
||||
} |
} |
||||
|
|||||
@ -1,4 +1,3 @@ |
|||||
:host { |
:host { |
||||
align-items: center; |
display: block; |
||||
display: flex; |
|
||||
} |
} |
||||
|
|||||
@ -1,15 +0,0 @@ |
|||||
import { GfValueComponent } from '@ghostfolio/ui/value'; |
|
||||
|
|
||||
import { CommonModule } from '@angular/common'; |
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; |
|
||||
import { MatTooltipModule } from '@angular/material/tooltip'; |
|
||||
|
|
||||
import { PortfolioSummaryComponent } from './portfolio-summary.component'; |
|
||||
|
|
||||
@NgModule({ |
|
||||
declarations: [PortfolioSummaryComponent], |
|
||||
exports: [PortfolioSummaryComponent], |
|
||||
imports: [CommonModule, GfValueComponent, MatTooltipModule], |
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA] |
|
||||
}) |
|
||||
export class GfPortfolioSummaryModule {} |
|
||||
Loading…
Reference in new issue