style.module.css 271 B

12345678910111213
  1. .appIcon {
  2. width: 32px;
  3. height: 32px;
  4. background: url(./icons/app-icon.svg) center center no-repeat;
  5. background-size: contain;
  6. }
  7. .starIcon {
  8. width: 16px;
  9. height: 16px;
  10. background: url(./icons/star.svg) center center no-repeat;
  11. background-size: contain;
  12. }