mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 20:13:02 +00:00

reduce custom css, use more bootstrap variables. Admin link is now in the heading rather than the list of big buttons
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
@border-radius-small: 2px;
|
|
@border-radius-base: 2px;
|
|
@border-radius-large: 3px;
|
|
@navbar-height: 40px;
|
|
@grid-float-breakpoint: @screen-xs-min;
|
|
|
|
@jupyter-orange: #F37524;
|
|
@jupyter-red: #E34F21;
|
|
|
|
.btn-jupyter {
|
|
.button-variant(#fff; @jupyter-orange; @jupyter-red);
|
|
}
|