2016-04-16 21:18:32 +02:00

18 lines
354 B
SCSS

.CodeMirror {
font: 12px/20px normal Menlo, Droidsansmono, Bitstream Vera Sans Mono, Monaco, Consolas, monospace;
//height: 100%;
height: 300px;
@include selectable;
}
.swatch {
width: 12px;
height: 12px;
border-radius: 50%;
display: inline-block;
text-indent: -1000px;
overflow: hidden;
background: #000;
}