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

Skip to content
Snippets Groups Projects
mock-search.scss 200 B
Newer Older
.star-container {
  float: right;
  height: auto;
  padding: 0 10px;
  padding-top: 12px;
}

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

.star-marked {
  color: #ffc700;
}

.star-unmarked {
  color: #ccc;