mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Tabs to spaces in variables.less.
This commit is contained in:
parent
5b75f1a27d
commit
6093987a8b
@ -1,10 +1,10 @@
|
||||
|
||||
// Our own variables for this page
|
||||
|
||||
@cell_selected_background: darken(@bodyBackground, 2%);
|
||||
@cell_background: darken(@bodyBackground, 3.2%);
|
||||
@border_color: darken(@cell_selected_background, 31%);
|
||||
@light_border_color: darken(@cell_selected_background, 17%);
|
||||
@border_width: 1px;
|
||||
@cell_selected_background: darken(@bodyBackground, 2%);
|
||||
@cell_background: darken(@bodyBackground, 3.2%);
|
||||
@border_color: darken(@cell_selected_background, 31%);
|
||||
@light_border_color: darken(@cell_selected_background, 17%);
|
||||
@border_width: 1px;
|
||||
@code_padding: 0.4em;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user