Skip to content

Commit

Permalink
update header item
Browse files Browse the repository at this point in the history
  • Loading branch information
huynvn97 committed Sep 27, 2024
1 parent 42d52b8 commit 90c61ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/app/components/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ div.img-container{
max-height: 64px;
}

.navbar-nav .nav-link {
height: 64px;
display: flex;
justify-content: center;
align-items: center;
}

.active {
border-bottom: 3px solid #3656DE !important;
color: #3656DE !important;
font-weight: 500;
padding-top: 13px;
}

.btn-logout:hover {
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<nav class="navbar navbar-expand-lg navbar-light bg-white navbar-custom" style="z-index: 1;">
<nav class="navbar navbar-expand-lg navbar-light bg-white navbar-custom" style="z-index: 1; padding-bottom: 0; padding-top:0px">
<a class="navbar-brand" href="./">
<img src="assets/img/logo-vn.svg" height="24px" width="138px" />
</a>
Expand All @@ -14,7 +14,7 @@
<!--Navbar Items-->
<div
[ngbCollapse]="isMenuCollapsed"
class="collapse navbar-collapse justify-content-center"
class="collapse navbar-collapse justify-content-center"
>
<div>
<ul class="navbar-nav me-auto">
Expand Down

0 comments on commit 90c61ae

Please sign in to comment.