parent
f1a2c9f4c0
commit
e20b992128
|
@ -243,7 +243,7 @@ export class NavbarComponent extends BaseComponent implements OnInit {
|
|||
autoFocus: false,
|
||||
closeOnNavigation: true,
|
||||
disableClose: false,
|
||||
position: { top: '64px', right: '1em' },
|
||||
position: { top: '71px', right: '1em' },
|
||||
panelClass: 'custom-userbox'
|
||||
});
|
||||
}
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
<form class="mb-0">
|
||||
<div class="dropdown-top"></div>
|
||||
<div class="dropdown-options">
|
||||
<mat-divider class="col-12 top-divider"></mat-divider>
|
||||
<div class="col-12 profile-settings">
|
||||
|
||||
<form>
|
||||
<div class="mt-2 col-12 dropdown-options">
|
||||
<mat-divider class="top-divider"></mat-divider>
|
||||
<div class="profile-settings">
|
||||
<a mat-button class="profile mt-2" (click)="navigateToProfile()">{{'USER-DIALOG.USER-PROFILE-SETTINGS' | translate}}</a>
|
||||
<a mat-button class="profile mb-2" (click)="navigateToMyDmps()">{{'USER-PROFILE.ASSOCIATED-DMPS' | translate}}</a>
|
||||
</div>
|
||||
<mat-divider class="col-12"></mat-divider>
|
||||
<div class="col-12">
|
||||
<a mat-button class="logout mb-2 mt-2" (click)="logout()">
|
||||
<mat-divider></mat-divider>
|
||||
<div>
|
||||
<a mat-button class="logout mt-2" (click)="logout()">
|
||||
{{ 'USER-DIALOG.LOG-OUT' | translate }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -16,7 +16,6 @@ $mat-card-header-size: 40px !default;
|
|||
color: #212121;
|
||||
height: 1.875rem;
|
||||
line-height: 1.875rem;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
@ -32,7 +31,8 @@ $mat-card-header-size: 40px !default;
|
|||
border-bottom: 0.625rem solid #FFFFFF;
|
||||
border-left: 0.625rem solid transparent;
|
||||
border-right: 0.625rem solid transparent;
|
||||
margin: 0 87%;
|
||||
position: fixed;
|
||||
transform: translate(11.85rem, -0.6rem);
|
||||
}
|
||||
|
||||
.dropdown-options {
|
||||
|
|
Loading…
Reference in New Issue