engine/app/assets/stylesheets/locomotive/backoffice/codemirror_changes.css.scss

16 lines
288 B
SCSS
Raw Normal View History

@import "helpers";
.CodeMirror {
@include default-input-style;
2011-11-25 09:56:56 +00:00
margin-top: 13px;
2012-01-10 08:09:56 +00:00
font-size: 13px;
font-weight: normal;
@include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 4px, #f9f9f9 4px, #ffffff 12px, #ffffff));
.medium {
height: 250px !important;
}
}