File size: 289 Bytes
a8b3f00
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
.installedApp {
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.starIcon {
  width: 16px;
  height: 16px;
  background: url(./icons/star.svg) center center no-repeat;
  background-size: contain;
}