16 lines
288 B
SCSS
16 lines
288 B
SCSS
@import "helpers";
|
|
|
|
.CodeMirror {
|
|
@include default-input-style;
|
|
|
|
margin-top: 13px;
|
|
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
|
|
@include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 4px, #f9f9f9 4px, #ffffff 12px, #ffffff));
|
|
|
|
.medium {
|
|
height: 250px !important;
|
|
}
|
|
} |