ens-usernames/app/components/accountlist.css

37 lines
562 B
CSS
Raw Normal View History

2018-05-18 19:17:46 +00:00
.identicon {
border-radius: 50%;
}
.selectedIdenticon {
border-radius: 50%;
overflow: hidden;
float: left;
margin: 7px 0;
2018-05-18 19:17:46 +00:00
}
.accountHexString {
margin-left: 7px;
width: 267px;
overflow: hidden;
text-overflow: ellipsis;
display:inline-block;
2018-05-18 19:17:46 +00:00
}
.accountBalance {
margin-left: 10px;
overflow: hidden;
display: inline-block;
width:77px;
text-align: center;
text-overflow: ellipsis;
2018-05-18 19:17:46 +00:00
}
.accountList {
float: left;
margin-left: 10px;
2018-05-18 19:17:46 +00:00
}
.account {
display: flex;
align-items: center;
}