12 lines
289 B
CSS
Raw Permalink Normal View History

2023-05-25 16:59:47 +08:00
.installedApp {
height: 100%;
2023-05-25 16:59:47 +08:00
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);
}
2023-05-15 08:51:32 +08:00
.starIcon {
width: 16px;
height: 16px;
background: url(./icons/star.svg) center center no-repeat;
background-size: contain;
}