Commit e47f3ccf by Tom Giannattasio

added CodeMirror styles for the circuit editor

parent 63ba133f
...@@ -354,6 +354,26 @@ section.wiki { ...@@ -354,6 +354,26 @@ section.wiki {
padding: 7px; padding: 7px;
} }
.schematic_container {
position: relative;
canvas {
@include box-shadow(0 0 1px 1px rgba(0, 0, 0, .1), 0 1px 6px rgba(0, 0, 0, .2));
}
&:before {
content: 'click to edit schematic';
position: absolute;
top: 10px;
left: 7px;
z-index: 9999;
font-family: $sans-serif;
font-size: 0.75em;
color: #aaa;
pointer-events: none;
}
}
.markItUpContainer { .markItUpContainer {
margin-right: 0; margin-right: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment