2012-01-17 16:04:45 +00:00
|
|
|
@import "locomotive/shared/helpers";
|
2011-11-16 00:39:16 +00:00
|
|
|
|
|
|
|
.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;
|
2011-11-16 00:39:16 +00:00
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
@include background-image(linear-gradient(top, #f0f0f0, #f9f9f9 4px, #f9f9f9 4px, #ffffff 12px, #ffffff));
|
2011-12-07 15:10:21 +00:00
|
|
|
|
|
|
|
.medium {
|
|
|
|
height: 250px !important;
|
|
|
|
}
|
2011-11-16 00:39:16 +00:00
|
|
|
}
|