/* Hide Tags  */
.section.tags {
  flex: none !important;
  width: 0px !important;
  transition: width 0.25s;
}

.section.tags:hover {
  flex: initial;
  width: 0px !important;
  transition: width 0.25s;
}

/* Dim Components */
#editor-pane-component-stack {
  opacity: 0.09;
}

#editor-pane-component-stack:hover {
  opacity: 1;
}

#editor-title-bar {
  opacity: 0.5;
}

#editor-title-bar:hover {
  opacity: 1;
}

#footer-bar {
  opacity: 0.09;
  transition: opacity 0.25s;
}

#footer-bar:hover {
  opacity: 1;
}

.section.notes {
  opacity: 0.5;
  flex: none !important;
  width: 200px !important;
  transition: width 0.25s;
}

.section.notes:hover {
  opacity: 1;
  flex: initial;
  width: 350px !important;
  transition: width 0.25s;
}

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