提交 0f790dbc 编写于 作者: P Phil Hughes

Component now includes scoped styles

This means we no longer need the CSS, the Vue component will handle the
CSS & correctly scope it the components
上级 68f863bd
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
*= require_self *= require_self
*= require dropzone/basic *= require dropzone/basic
*= require cropper.css *= require cropper.css
*= require notebooklab.css
*/ */
/* /*
......
.cell,
.input,
.output {
display: flex;
width: 100%;
margin-bottom: 10px;
}
.cell:not(.text-cell) {
flex-direction: column;
}
.prompt {
padding: 0 10px;
min-width: 7em;
font-family: monospace;
}
.cell pre {
margin: 0;
width: 100%;
}
.markdown .katex {
display: block;
text-align: center;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册