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

Skip to content
Snippets Groups Projects
exercise-details.component.scss 897 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%);

.positionRating {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 15px;
}

.positionLike {
  padding: 0%;
  font-size: 1.2;
}

.positionAction {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

#myModal {
  overflow-y: scroll;
}