mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-18 15:17:29 +00:00
Add navbar.css
This commit is contained in:
33
pkg/dashboard/assets/css/navbar.css
Normal file
33
pkg/dashboard/assets/css/navbar.css
Normal file
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user