Files
jupyterhub/share/jupyter/hub/static/less/variables.less
Matthias Bussonnier 301560b6f8 use bootstrap variables
2015-03-08 18:06:43 -07:00

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);
}