|
@@ -3,6 +3,21 @@
|
|
|
| Distributed under the terms of the Modified BSD License.
|
|
|
|----------------------------------------------------------------------------*/
|
|
|
|
|
|
+/*-----------------------------------------------------------------------------
|
|
|
+| Variables
|
|
|
+|----------------------------------------------------------------------------*/
|
|
|
+
|
|
|
+
|
|
|
+:root {
|
|
|
+ --jp-private-notebook-padding: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+/*-----------------------------------------------------------------------------
|
|
|
+| Imports
|
|
|
+|----------------------------------------------------------------------------*/
|
|
|
+
|
|
|
+
|
|
|
@import './cells/index.css';
|
|
|
@import './codemirror/index.css';
|
|
|
@import './notebook/index.css';
|