Commit 51e5a9c3 authored by Thodoris Nestoridis's avatar Thodoris Nestoridis

change navigation bar

parent 7c90d07a
......@@ -102,7 +102,7 @@
class="badge badge-success mb-2"
(click)="updatePrefix()"
>
Update
Update Prefix
</button>
</div>
</div>
......
......@@ -9,12 +9,12 @@
</div>
<div fxFlex fxLayout fxHide.xs fxLayoutAlign="end">
<ul fxLayout fxLayoutGap="15px" class="navigation-items">
<li>
<div>
<a routerLink="/add-boilerplate">Add Boilepate</a>
</li>
<li>
<button mat-menu-item (click)="LogOut()">Log out</button>
</li>
</div>
<div>
<a mat-menu-item (click)="LogOut()">Log out</a>
</div>
</ul>
</div>
</mat-toolbar>
\ No newline at end of file
......@@ -11,7 +11,7 @@ a:hover, a:active{
margin: 0;
}
mat-toolbar{
border-radius: 3px;
border-radius: 0px;
}
@media(max-width: 959px){
mat-toolbar{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment