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

button {
  min-width: 800px;
}

mat-card:hover {
  box-shadow: 0 6px 6px 6px rgba(0,0,0,.2), 0 6px 6px 0 rgba(0,0,0,.14), 0 6px 6px 0 rgba(0,0,0,.12) !important;
  transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 300ms cubic-bezier(.3,0,.2,1);
}

.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;
  margin-bottom: 3px;