mirror of https://github.com/ghostfolio/ghostfolio
6 changed files with 62 additions and 8 deletions
@ -0,0 +1,4 @@ |
|||
export interface ShowAccessTokenDialogParams { |
|||
deviceType: string; |
|||
needsToAcceptTermsOfService: boolean; |
|||
} |
@ -1,6 +1,16 @@ |
|||
:host { |
|||
--mat-dialog-with-actions-content-padding: 0; |
|||
|
|||
a { |
|||
color: rgba(var(--palette-primary-500), 1); |
|||
font-weight: 500; |
|||
|
|||
&:hover { |
|||
color: rgba(var(--palette-primary-300), 1); |
|||
} |
|||
} |
|||
|
|||
.mat-mdc-dialog-actions { |
|||
padding-left: 0 !important; |
|||
padding-right: 0 !important; |
|||
padding: 0 !important; |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue