mirror of
https://github.com/lukasmartinelli/postgis-editor.git
synced 2026-02-01 16:46:46 +00:00
18 lines
354 B
SCSS
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;
|
|
}
|
|
|