mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
@border-radius-small: 2px;
|
|
@border-radius-base: 2px;
|
|
@border-radius-large: 3px;
|
|
|
|
@jupyter-orange: #F37524;
|
|
@jupyter-red: #E34F21;
|
|
|
|
.btn-jupyter {
|
|
.button-variant(#fff; @jupyter-orange; @jupyter-red);
|
|
}
|