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.
27 lines
391 B
27 lines
391 B
.account-list-item {
|
|
&__top-row {
|
|
display: flex;
|
|
margin-top: 10px;
|
|
margin-left: 8px;
|
|
position: relative;
|
|
}
|
|
|
|
&__account-name {
|
|
@include Paragraph;
|
|
|
|
margin-left: 8px;
|
|
}
|
|
|
|
&__icon {
|
|
position: absolute;
|
|
right: 12px;
|
|
top: 1px;
|
|
}
|
|
|
|
&__account-address {
|
|
margin-left: 35px;
|
|
width: 80%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
|