mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +00:00
18 lines
197 B
Plaintext
18 lines
197 B
Plaintext
.jpy-logo {
|
|
height: 40px;
|
|
margin: 8px;
|
|
}
|
|
|
|
div#header {
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.btn:focus{
|
|
// bug in bootstrap
|
|
outline-color: @brand-primary
|
|
}
|