.editor-pane{background-color:#1e1e22;flex-direction:column;height:100%;display:flex}.editor-pane__header{background-color:#16161a;border-bottom:1px solid #2a2a30;align-items:center;padding:8px 12px;display:flex}.editor-pane__title{color:#e0e0e4;font-family:Lato,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:600}.editor-pane__content{flex:1;overflow:hidden}.editor-pane__content .cm-editor{height:100%}.editor-pane__content .cm-scroller{padding:16px;overflow:auto}.editor-pane--dirty .editor-pane__title:after{content:" •";color:#7c9fdb}.editor-pane--readonly .editor-pane__title:after{content:" (readonly)";color:#6e6e76;font-weight:400}