aiao-io/aiao

View on GitHub
apps/dev-elements-react/src/app/elements-preview/ElementsPreview.scss

Summary

Maintainability
Test Coverage
.editor {
  width: 50%;
  height: 100%;
}

.item {
  width: 100%;
  height: 50%;
}

#preview {
  flex: 1;
  margin-left: 20px;
}

.container {
  display: flex;
  width: 100%;
  height: 100%;
}