Skip to content

Commit

Permalink
fix: remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
agazso committed Sep 20, 2023
1 parent 42890a5 commit 55d3ced
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/routes/identity/new/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,35 +96,4 @@
margin: var(--spacing-12) auto 0;
border-radius: 100px;
}
.no-img,
.img {
aspect-ratio: 1;
height: 140px;
border-radius: 100px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--color-step-10, var(--color-dark-step-50));
margin-inline: auto;
position: relative;
:global(img) {
aspect-ratio: 1;
object-fit: cover;
border-radius: 100px;
}
}
.profile-default {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
:global(svg) {
fill: var(--color-step-50, var(--color-dark-step-10));
}
}
</style>

0 comments on commit 55d3ced

Please sign in to comment.