.account { user-select: none; display: flex; .account_avatar { margin: -0.5rem 0 -0.5rem -0.425rem; width: (ms(0) * 1.3) + 2rem; height: (ms(0) * 1.3) + 2rem; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; align-content: center; canvas { height: (ms(0) * 1.3) !important; width: auto !important; } } .account_information { padding-left: 0.325rem; flex-grow: 1; } .account_name { color: $black; font-weight: 500; } .account_address { font-family: $mono; color: $grey; font-size: ms(-2); line-height: ms(-2) * 1.3; } }