200ok-ch/organice

View on GitHub
src/components/CaptureTemplatesEditor/stylesheet.css

Summary

Maintainability
Test Coverage
.capture-templates-container {
  position: relative;
}

.new-capture-template-button-container {
  display: flex;
  justify-content: flex-end;

  margin-top: 10px;
  margin-right: 10px;
}

.no-capture-templates-message {
  text-align: center;
  color: var(--base0);
  padding: 20px;
}