/* line 1, www/style/editor.scss */
body {
  display: flex;
  flex-direction: column; }

/* line 6, www/style/editor.scss */
iframe {
  flex-grow: 1; }

/* line 14, www/style/editor.scss */
.sub-toolbar {
  position: relative; }
  /* line 17, www/style/editor.scss */
  .sub-toolbar:hover:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -60%;
    right: -60%;
    height: 30px; }
  /* line 26, www/style/editor.scss */
  .sub-toolbar > .toolbar {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0px;
    bottom: 64px;
    right: 0px;
    margin-bottom: -6px;
    transition: .2s; }
  /* line 37, www/style/editor.scss */
  .sub-toolbar:hover > .toolbar {
    opacity: 1;
    pointer-events: auto;
    margin-bottom: 0; }

/* line 44, www/style/editor.scss */
#mde {
  min-height: 100px;
  text-align: left;
  resize: vertical;
  background: #f1f1f1;
  color: #5a5a5a;
  font-size: 16px;
  outline: none;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid #dadada; }

/* line 58, www/style/editor.scss */
#menu-pipeline {
  text-align: left;
  margin: 9px 2px 2px; }
  /* line 62, www/style/editor.scss */
  #menu-pipeline span {
    margin-left: 5px; }
  /* line 66, www/style/editor.scss */
  #menu-pipeline ::-webkit-input-placeholder {
    color: #888;
    font-style: italic; }

/* line 72, www/style/editor.scss */
.menubar {
  background: #f1f1f1;
  color: #5a5a5a;
  font-size: 16px;
  border-top: 1px solid #dadada; }
  /* line 78, www/style/editor.scss */
  .menubar hr.vr {
    display: inline-block;
    width: 0px;
    margin: 3px 6px;
    height: 20px;
    border: none;
    border-right: 1px solid #dadada;
    vertical-align: bottom; }
  /* line 88, www/style/editor.scss */
  .menubar select,
  .menubar input {
    background: inherit;
    font: inherit;
    color: #000;
    padding: 2px 4px;
    border: none;
    outline: none; }
    /* line 97, www/style/editor.scss */
    .menubar select:hover, .menubar select:focus,
    .menubar input:hover,
    .menubar input:focus {
      background: #d9e3e8; }

/* line 104, www/style/editor.scss */
#script_bridge,
#script_initial {
  background: #f1f1f1;
  color: #5a5a5a;
  font-size: 16px;
  border-top: 1px solid #dadada;
  outline: none;
  padding: .6em;
  resize: vertical;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #dadada; }

/* line 122, www/style/editor.scss */
[data-ctrl-type='list'] table {
  display: inline-table;
  text-align: left; }

/* line 129, www/style/editor.scss */
label[for='app_width'],
label[for='app_height'] {
  width: 60px; }

/* line 135, www/style/editor.scss */
#navigate_url,
#fetch_url {
  width: 400px; }

/* line 140, www/style/editor.scss */
#app_width,
#app_height {
  width: 60px; }

/*# sourceMappingURL=editor.css.map */