aiao-io/aiao

View on GitHub
apps/dev-elements-angular/src/app/elements-preview/elements-preview.component.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%;
}