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:
parent
68f863bdda
commit
0f790dbccc
3 changed files with 2680 additions and 173 deletions
|
@ -7,7 +7,6 @@
|
||||||
*= require_self
|
*= require_self
|
||||||
*= require dropzone/basic
|
*= require dropzone/basic
|
||||||
*= require cropper.css
|
*= require cropper.css
|
||||||
*= require notebooklab.css
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
2823
vendor/assets/javascripts/notebooklab.js
vendored
2823
vendor/assets/javascripts/notebooklab.js
vendored
File diff suppressed because it is too large
Load diff
27
vendor/assets/stylesheets/notebooklab.css
vendored
27
vendor/assets/stylesheets/notebooklab.css
vendored
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue