10 lines
220 B
SCSS
10 lines
220 B
SCSS
|
@import "helpers";
|
||
|
|
||
|
.CodeMirror {
|
||
|
@include default-input-style;
|
||
|
|
||
|
font-size: 12px;
|
||
|
font-weight: normal;
|
||
|
|
||
|
@include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 4px, #f9f9f9 4px, #ffffff 12px, #ffffff));
|
||
|
}
|