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

Skip to content
Snippets Groups Projects
mock-search.scss 605 B
Newer Older
Daniel Rainer's avatar
Daniel Rainer committed
.card-container {
  padding: 20px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  justify-content: center;
Daniel Rainer's avatar
Daniel Rainer committed
  height: 100%;
}

.card-title {
  padding-bottom: 15px;
}

.card-text {
  text-align: left;
}

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

.star-container {
  float: right;
  height: auto;
  padding: 0 10px;
  padding-top: 12px;
}

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

.star-marked {
  color: #ffc700;
}

.star-unmarked {
  color: #ccc;

.metadata-table {
  width: 100%;
}

.metadata-table-description {
}

.metadata-table-value {
}