Show More
@@ -0,0 +1,24 | |||
|
1 | // Bootstrap | |
|
2 | @import "../../components/bootstrap/less/bootstrap.less"; | |
|
3 | ||
|
4 | // base | |
|
5 | @import "variables.less"; | |
|
6 | @import "mixins.less"; | |
|
7 | @import "flexbox.less"; | |
|
8 | @import "page.less"; | |
|
9 | ||
|
10 | // auth | |
|
11 | @import "login.less"; | |
|
12 | @import "logout.less"; | |
|
13 | ||
|
14 | // notebooks | |
|
15 | @import "notebook.less"; | |
|
16 | @import "renderedhtml.less"; | |
|
17 | @import "tooltip.less"; | |
|
18 | @import "celltoolbar.less"; | |
|
19 | @import "highlight.less"; | |
|
20 | ||
|
21 | // tree | |
|
22 | @import "variables.less"; | |
|
23 | @import "altuploadform.less"; | |
|
24 | @import "tree.less"; No newline at end of file |
@@ -1,7 +1,5 | |||
|
1 | // Bootstrap customizations specific to this page. | |
|
2 | 1 | |
|
3 | ||
|
4 | // Our own global variables for this page | |
|
2 | // Our own variables for this page | |
|
5 | 3 | |
|
6 | 4 | @notebook_background: white; |
|
7 | 5 | @cell_selected_background: darken(@notebook_background, 2%); |
|
1 | NO CONTENT: file was removed | |
This diff has been collapsed as it changes many lines, (885 lines changed) Show them Hide them |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed | |
This diff has been collapsed as it changes many lines, (1052 lines changed) Show them Hide them |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed | |
This diff has been collapsed as it changes many lines, (904 lines changed) Show them Hide them |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now