Style tweaks and refactoring
This commit is contained in:
@ -14,10 +14,9 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
margin-bottom: 90px;
|
margin-bottom: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@ -35,7 +34,7 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
background-image: url(../img/npm-logo.png);
|
background-image: url(../img/npm.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 40px;
|
background-size: 40px;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
@ -91,4 +90,4 @@ footer {
|
|||||||
img {
|
img {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -7,6 +7,11 @@
|
|||||||
@brand-danger: #de4b33;
|
@brand-danger: #de4b33;
|
||||||
@brand-info: #5bc0dd;
|
@brand-info: #5bc0dd;
|
||||||
|
|
||||||
|
// Typography
|
||||||
|
// -------------------------
|
||||||
|
|
||||||
|
@headings-font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
BIN
public/img/npm.png
Normal file
BIN
public/img/npm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user