UNPKG

625 BCSSView Raw
1#content .CodeMirror.CodeMirror-fullscreen {
2 height: auto;
3}
4
5#content .CodeMirror-fullscreen {
6 margin-top: 40px;
7}
8
9#content .CodeMirror {
10 border: 1px solid #ccc;
11 height: 600px;
12 border-radius: 4px;
13 line-height: 1.6;
14}
15
16#content .CodeMirror .CodeMirror-gutter-wrapper {
17 position: absolute;
18}
19
20#content .CodeMirror-focused {
21 border-color: rgba(82,168,236,0.8);
22 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
23 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
24 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
25}