Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
fix(front-end): Fix nav-menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed May 25, 2021
1 parent ddb5b65 commit 5f37a6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mat-toolbar class="royal_azure">
<mat-toolbar>
<div class="nav-main-header" routerLink="/">
<h2 class="mat-title">Ecolplag</h2>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mat-toolbar.royal_azure a.active,
mat-toolbar.royal_azure a:hover {
mat-toolbar a.active,
mat-toolbar a:hover {
border-bottom: 1.5px solid white;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
Expand Down Expand Up @@ -37,6 +37,7 @@ mat-toolbar button {

.nav-main-header h2 {
font-weight: lighter;
color: white !important;
}

.nav-link {
Expand Down

0 comments on commit 5f37a6f

Please sign in to comment.