Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions front-end/src/app/components/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ <h1 class="banner">FII DOCUMENTS FLOW</h1>
</button>

<button class="hidden-xs btn" routerLink="/home">
<div class="nav" >
LISTA DOCUMENTE
</div>
</button>

<!--home btn which whill show on small screen-->
<button class="visible-xs btn" data-toggle="collapse" data-target=".navbar-collapse"
routerLink="history">
<div class="nav">
ISTORIC
</div>
</button>
<button class="visible-xs btn" data-toggle="collapse" data-target=".navbar-collapse"
routerLink="home">
Expand Down
9 changes: 8 additions & 1 deletion front-end/src/app/components/navbar/navbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ nav {
z-index: 1;
}


.nav:hover{
font-weight: bold;
}

nav #container {
margin-top: 4%;
margin-left: 0;
Expand Down Expand Up @@ -165,12 +170,14 @@ input::-webkit-search-cancel-button {
}

input[type=search] {
background: #E2C223 url('../../../assets/img/search-01-01.png') no-repeat 9px center;
background: #E2C223 url('../../../assets/img/search-01-01.png') no-repeat 9px center;
background-size: 55%;
border: solid 1px #E2C223;
padding: 7px 15px 7px 32px;
width: 55px;



box-shadow: 1px 1px 8px #666;

-webkit-border-radius: 10em;
Expand Down