aiao-io/aiao

View on GitHub
libs/elements/src/lib/components/text-editor/text-editor.scss

Summary

Maintainability
Test Coverage
:host {
  display: block;
  max-width: 100%;
}
:host(.inline-element) {
  border: 1px solid #999;
  height: 100%;
  aiao-text-editor-bar {
    border-bottom: 1px solid #999;
  }
}

.element {
  padding: 0 10px;
  outline: 0;
  min-height: 40px;
}