Skip to content

Commit

Permalink
Add navbar.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandoig committed Dec 9, 2020
1 parent e64fb4c commit 568a79b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pkg/dashboard/assets/css/navbar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.navbar {
padding: 0;
}

.navbar .fw-nav {
width: 100%;
background-color: #180929;
}

.navbar .fw-nav a {
color: #fff;
}

.navbar .fw-nav .right-section img {
height: 20px;
}

.navbar .polaris-nav a {
color: #180929;
}

.navbar .logo {
height: 40px;
}

.navbar .fw-logo {
height: 32px;
}

.navbar a {
text-decoration: none;
}

0 comments on commit 568a79b

Please sign in to comment.