style.module.css 441 B

12345678910111213141516171819
  1. .installedApp {
  2. height: calc(100vh - 74px);
  3. border-radius: 16px;
  4. box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  5. }
  6. .appIcon {
  7. width: 32px;
  8. height: 32px;
  9. background: url(./icons/app-icon.svg) center center no-repeat;
  10. background-size: contain;
  11. }
  12. .starIcon {
  13. width: 16px;
  14. height: 16px;
  15. background: url(./icons/star.svg) center center no-repeat;
  16. background-size: contain;
  17. }