Skip to content

Commit

Permalink
fix navbar link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeweiler committed Dec 30, 2016
1 parent b01b15c commit 08cbac6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions packages/electrode-webpack-reporter/client/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ body {
background-color: #cccccc;
}

@font-face {
/*@font-face {
font-family: Gotham-Rounded;
src: url("./fonts/Gotham-Rounded-Light.ttf");
}
@font-face {
font-family: Gotham-Rounded-Book;
src: url("./fonts/Gotham-Rounded-Book.ttf");
}
}*/
.navbar {
width: 100%;
background-color: #00294b;
Expand All @@ -33,21 +33,33 @@ body {
display: inline-block;
width: 100px;
border-top: 7px solid #00294b;
text-decoration: none;
}

.navbarItemSelected {
margin-left: 15px;
display: inline-block;
width: 100px;
border-top: 7px solid white;
text-decoration: none;
}

.navbarItem h2 {
color: white;
font-family: sans-serif;
font-size: 20px;
font-weight: 500;
font-family: Gotham-Rounded;
margin-left: 25%;
/*font-family: Gotham-Rounded;*/
}

.navbarItemSelected h2 {
color: white;
font-family: sans-serif;
font-size: 20px;
font-weight: 500;
margin-left: 25%;
/*font-family: Gotham-Rounded;*/
}

.electrodeLogo {
Expand Down
2 changes: 1 addition & 1 deletion packages/electrode-webpack-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ansi-to-html": "^0.4.1",
"chalk": "^1.1.3",
"classnames": "^2.2.5",
"electrode-electrify-react-component": "^4.4.12",
"electrode-electrify-react-component": "^4.4.13",
"material-design-icons": "^3.0.1",
"material-ui": "^0.16.4",
"prettysize": "0.0.3"
Expand Down

0 comments on commit 08cbac6

Please sign in to comment.