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

change navigation bar

parent 7c90d07a
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
class="badge badge-success mb-2" class="badge badge-success mb-2"
(click)="updatePrefix()" (click)="updatePrefix()"
> >
Update Update Prefix
</button> </button>
</div> </div>
</div> </div>
......
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
</div> </div>
<div fxFlex fxLayout fxHide.xs fxLayoutAlign="end"> <div fxFlex fxLayout fxHide.xs fxLayoutAlign="end">
<ul fxLayout fxLayoutGap="15px" class="navigation-items"> <ul fxLayout fxLayoutGap="15px" class="navigation-items">
<li> <div>
<a routerLink="/add-boilerplate">Add Boilepate</a> <a routerLink="/add-boilerplate">Add Boilepate</a>
</li> </div>
<li> <div>
<button mat-menu-item (click)="LogOut()">Log out</button> <a mat-menu-item (click)="LogOut()">Log out</a>
</li> </div>
</ul> </ul>
</div> </div>
</mat-toolbar> </mat-toolbar>
\ No newline at end of file
...@@ -11,7 +11,7 @@ a:hover, a:active{ ...@@ -11,7 +11,7 @@ a:hover, a:active{
margin: 0; margin: 0;
} }
mat-toolbar{ mat-toolbar{
border-radius: 3px; border-radius: 0px;
} }
@media(max-width: 959px){ @media(max-width: 959px){
mat-toolbar{ 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