hisptz/integration-app

View on GitHub
src/app/pages/integration/pages/home/home.component.css

Summary

Maintainability
Test Coverage
.search-container,
.home-header {
  display: flex;
}

.home-header {
  justify-content: space-between;
}

.integration-item {
  position: relative;
  cursor: pointer;
}

.create-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}