imaginerio/narratives

View on GitHub
src/components/Atlas/Atlas.module.css

Summary

Maintainability
Test Coverage
.button {
  width: 30px;
  height: 30px;
  background-color: white;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgb(0 0 0 / 10%);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.button:hover {
  background-color: #f1f1f1;
}

.button2D {
  top: 65px;
}

.buttonLock {
  top: 100px;
  padding: 0 0 3px 2px;
}