mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
27 lines
294 B
Plaintext
27 lines
294 B
Plaintext
.jpy-logo {
|
|
height: 28px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
#header {
|
|
border-bottom: 1px solid #e7e7e7;
|
|
height: 40px;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.dropdown.navbar-btn{
|
|
padding:0 5px 0 0;
|
|
}
|
|
|
|
#login_widget{
|
|
|
|
& .navbar-btn.btn-sm {
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
}
|