/**
 * This file is for any scss that you may want for this visualizer.
 */

.b-i-p-code-editor {
  outline: none;
  padding: 2px;

  .code-editor {
    height: 100%;
    width: 100%;
  }
  .read-only-code {
    opacity: 0.5;
  }
}
