mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 03:52:59 +00:00

reduce custom css, use more bootstrap variables. Admin link is now in the heading rather than the list of big buttons
16 lines
190 B
Plaintext
16 lines
190 B
Plaintext
@logo-height: 28px;
|
|
|
|
.jpy-logo {
|
|
height: @logo-height;
|
|
margin-top: (@navbar-height - @logo-height) / 2;
|
|
}
|
|
|
|
#header {
|
|
border-bottom: 1px solid #e7e7e7;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|