Skip to content

Commit

Permalink
Feat: update premium icon with new design
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Feb 10, 2024
1 parent 83ca8c0 commit 4e77299
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/icons/premium.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@
}

#content .list-item-premium {
background: #FFF url(../icons/premium.svg) no-repeat center;
background: #F37521 url(../icons/premium.svg) no-repeat center;
background-size: 1.6rem auto;
border-radius: 0.83rem;
height: 2.5rem;
padding: 0.42rem;
border-radius: 0.25rem;
height: 2rem;
padding: 0.25rem;
position: absolute;
right: 0.625rem;
top: 0.625rem;
width: 2.5rem;
width: 2rem;
}

#content .list-item-info {
Expand Down

0 comments on commit 4e77299

Please sign in to comment.