Skip to content

Commit

Permalink
apachegh-31: Change the header navigation styles to custos branding c…
Browse files Browse the repository at this point in the history
…olours
  • Loading branch information
dinukadesilva committed Oct 13, 2020
1 parent 1dcc479 commit 892d50f
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions custos-demo-gateway/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,26 +190,35 @@
padding: 0px;
line-height: 0px;
font-size: 15px;
background-color: #4a4a4a;
}
.navigation {
background-color: #fff9cc;
background: #fe8c00;
background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
background: linear-gradient(to right, #f83600, #fe8c00);
}
.navigation a {
font-family: Avenir;
font-size: 16px;
font-size: 15px;
font-weight: 600;
text-align: left;
color: #203a43;
color: white;
padding: 5px 15px;
display: inline-block;
transition: all 0.1s;
}
.navigation a:hover {
color: #203a43;
color: white;
}
.navigation a:focus {
outline: none;
box-shadow: none;
color: white;
}
.navigation a.router-link-exact-active {
background-color: #00000047;
}
</style>

0 comments on commit 892d50f

Please sign in to comment.