1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

ConfirmImportToken: rm unused .token-balance style (#13900)

This commit is contained in:
Ariella Vu 2022-03-10 14:15:28 -03:00 committed by GitHub
parent ea97e6bb7c
commit f09459cb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,25 +20,6 @@
&__token-list {
display: flex;
flex-flow: column nowrap;
.token-balance {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
&__amount {
@include H1;
color: var(--scorpion);
margin-right: 8px;
}
&__symbol {
@include H5;
color: var(--scorpion);
}
}
}
&__token-list-item {