mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 18 additions and 10 deletions
@ -1,11 +1,13 @@ |
|||||
<div class="d-flex justify-content-center mb-1"> |
<div class="p-3"> |
||||
|
<div class="d-flex justify-content-center mb-1"> |
||||
<gf-logo size="large" [hideName]="true"></gf-logo> |
<gf-logo size="large" [hideName]="true"></gf-logo> |
||||
</div> |
</div> |
||||
<a |
<a |
||||
class="align-items-center justify-content-center" |
class="align-items-center justify-content-center" |
||||
color="primary" |
color="primary" |
||||
[routerLink]="['/transactions']" |
[routerLink]="['/transactions']" |
||||
mat-button |
mat-button |
||||
> |
> |
||||
<span i18n>Time to add your first transaction.</span> |
<span i18n>Time to add your first transaction.</span> |
||||
</a> |
</a> |
||||
|
</div> |
||||
|
|||||
@ -1,7 +1,13 @@ |
|||||
:host { |
:host { |
||||
|
border: 1px solid rgba(var(--dark-dividers)); |
||||
|
border-radius: 0.25rem; |
||||
display: block; |
display: block; |
||||
|
|
||||
gf-logo { |
gf-logo { |
||||
opacity: 0.25; |
opacity: 0.25; |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
|
:host-context(.is-dark-theme) { |
||||
|
border-color: rgba(var(--light-dividers)); |
||||
|
} |
||||
|
|||||
Loading…
Reference in new issue