Aam-Digital/ndb-core

View on GitHub
src/app/features/file/edit-photo/edit-photo.component.scss

Summary

Maintainability
Test Coverage
:host {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  background: lightgrey;
  display: block;
}

.img-controls {
  display: flex;
  align-items: flex-end;
  height: 48px;
}
.img-label {
  margin: auto;
  color: rgba(0, 0, 0, 0.6);
}