Skip to content
Snippets Groups Projects
comment-list.component.scss 641 B
Newer Older
mat-card {
  min-width: 800px;
  justify-content: center;
}

button {
  min-width: 800px;
}

.not-check-icon {
  color: red;
  position: absolute;
  top: 30%;
  left: 96%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: lightcoral;
}

.check-icon {
  color: green;
  position: absolute;
  top: 30%;
  left: 96%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: lightgreen;
}

.trash-icon {
  color: red;
  position: absolute;
  top: 50%;
  left: 96%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: lightcoral;
  text-align: right;
  font-size: 80%;
  margin-right: 10px;