This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
exercise-details.component.scss 740 B
Newer Older
.star-container {
  float: right;
  height: auto;
  padding-right: 10px;
}

.star::before {
  content: '★';
}

.star-marked {
  color: #ffc700;
}

.star-unmarked {
  color: #ccc;
}

.metadata-table {
  width: 100%;
}

.metadata-table-description {
}

.metadata-table-value {
  color: black !important;
}

.modal-title {
  padding-top: 5px;
}

.card-text {
  text-align: left;
}
.like {
  margin-top: 20px;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
// .onhoverIcon:hover ~ .onhoverIconDisplay {
//   visibility: visible;
// }
// .onhoverIconDisplay {
//   visibility: hidden;
// }