parent
7f96fa4503
commit
a6c0f98ec6
@ -4,6 +4,7 @@
|
||||
'auth-page': showAuthoriztion
|
||||
}"
|
||||
>
|
||||
<button class="logout" color="warn" mat-stroked-button (click)="logout()">Выйти</button>
|
||||
<div *ngIf="!showAuthoriztion; else authEl" class="account-page">
|
||||
<div *ngIf="showAuthoriztion" class="top-left-attribute"></div>
|
||||
<app-bonus-program
|
||||
|
||||
@ -8,6 +8,10 @@
|
||||
padding: 20px 18px 65px;
|
||||
position: relative;
|
||||
|
||||
.logout {
|
||||
float: right;
|
||||
}
|
||||
|
||||
&.auth-page {
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user