.token { display: flex; padding: 0.75rem; user-select: none; background: $white; border-radius: 2px; box-shadow: 0 1px 2px rgba($black,0.125); &:hover { cursor: default; } .token_icon { margin: -0.5rem 0 -0.5rem -0.425rem; width: (ms(0) * 1.3) + 1rem; height: (ms(0) * 1.3) + 1rem; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; align-content: center; img { height: (ms(0) * 1.3); width: auto; } } .token_name { padding-left: 0.5rem; flex-grow: 1; color: $black; font-weight: 500; } .token_balance { font-family: $mono; color: $grey; } .token_symbol { font-size: ms(-2); } }