mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 03:23:04 +00:00

Server started, but never became accessible: > Failed to reach your server. > Please try again later. > Contact admin if the issue persists. Server failed to start (errors in Spawner): > Failed to start your server. > Please contact admin.
22 lines
252 B
Plaintext
22 lines
252 B
Plaintext
div.error {
|
|
margin: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
div.ajax-error {
|
|
padding: 1em;
|
|
text-align: center;
|
|
.alert-danger();
|
|
}
|
|
|
|
div.error > h1 {
|
|
font-size: 300%;
|
|
line-height: normal;
|
|
}
|
|
|
|
div.error > p {
|
|
font-size: 200%;
|
|
line-height: normal;
|
|
}
|
|
|