You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213 |
- .appIcon {
- width: 32px;
- height: 32px;
- background: url(./icons/app-icon.svg) center center no-repeat;
- background-size: contain;
- }
-
- .starIcon {
- width: 16px;
- height: 16px;
- background: url(./icons/star.svg) center center no-repeat;
- background-size: contain;
- }
|