admin
Version:
Drop-in Node.js admin endpoint to help you analyze production issues.
95 lines (76 loc) • 1.12 kB
CSS
html, body {
height: 100%;
}
body {
overflow-y: scroll;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 23px;
}
.brand {
font-weight: 500;
font-size: 20px;
display: block;
text-align: center;
border-bottom: 1px solid;
margin: 32px 0 10px 0;
}
.main {
min-height: 100%;
/* same height as footer */
margin-bottom: -289px;
}
.main:after {
content: "";
display: block;
}
.main:after {
/* same height as footer */
height: 289px;
}
.footer {
padding-top: 50px;
padding-bottom: 50px;
margin-top: 100px;
display: block;
color: #99979c;
background-color: #2a2730;
}
.footer p {
margin-bottom: 0;
}
.footer a {
color: #fff;
}
.footer ul {
padding-left: 0;
margin-bottom: 20px;
}
.footer li {
display: inline-block;
}
.footer li+li {
margin-left: 15px;
}
.content {
margin: 72px 0 0;
}
.content > h1:first-child {
margin-top: 0;
}
.header-with-button a {
margin: 15px 0 0 0;
}
.header-with-button > :last-child {
text-align: right;
}
.block-warning {
color: #db8400;
font-weight: 500;
text-align: center;
margin: 10px auto;
max-width: 80%;
}