.canvas-container {
  padding: 16px 8px;
  width: calc(100vw - 305px);
  height: calc(100vh - 40px);
  overflow-y: auto;
  overflow-x: auto;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  &.bg {
    background-color: #f7f8fa;
    width: 100%;
  }
}
.editor-sidebar-container {
  height: 100%;
  position: absolute;
  z-index: 1001;
  right: 0;
  overflow-x: auto;
  width: 256px;
  flex: 1 1 auto;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-clip: border-box;
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0px 0px 0px 1px;
  a {
    color: #52bf63;
  }
}
