Skip to content

Commit

Permalink
Remove deprecated SCSS instances for selected-account
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Jun 11, 2024
1 parent 5d5b6af commit 5f7c7c4
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions ui/components/app/selected-account/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,6 @@
width: 100%;
}

&__name {
@include design-system.H5;

width: 100%;
font-weight: 500;
color: var(--color-text-default);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
text-align: center;
margin-bottom: 4px;
}

&__address {
@include design-system.H7;

color: var(--color-text-alternative);
display: flex;
align-items: center;
}

&__clickable {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 5f7c7c4

Please sign in to comment.