visual-identity/app/components/accountlist.css

31 lines
331 B
CSS
Raw Normal View History

2018-05-18 19:17:46 +00:00
.accounts {
}
.identicon {
border-radius: 50%;
}
.selectedIdenticon {
border-radius: 50%;
overflow: hidden;
float: left;
margin: 8px 0;
}
.accountIdenticon {
margin-right: 5px;
}
.accountHexString {
}
.accountList {
float: left;
}
.account {
display: flex;
align-items: center;
}