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
This commit is contained in:
Phil Hughes 2017-03-24 13:37:38 +00:00
parent 68f863bdda
commit 0f790dbccc
3 changed files with 2680 additions and 173 deletions

View File

@ -7,7 +7,6 @@
*= require_self
*= require dropzone/basic
*= require cropper.css
*= require notebooklab.css
*/
/*

File diff suppressed because it is too large Load Diff

View File

@ -1,27 +0,0 @@
.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;
}