mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
@border-radius-small: 2px;
|
|
@border-radius-base: 2px;
|
|
@border-radius-large: 3px;
|
|
@navbar-height: 20px;
|
|
|
|
@jupyter-orange: #F37524;
|
|
@jupyter-red: #E34F21;
|
|
|
|
.btn-jupyter {
|
|
.button-variant(#fff; @jupyter-orange; @jupyter-red);
|
|
}
|