_token.scss 863 B
Newer Older
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
    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;
      display: block;
      margin: 0;
      height: (ms(0) * 1.3);
      width: auto;
    }
    padding-left: 0.325rem;
    height: ms(0) * 1.3;
    flex-grow: 1;
    color: $black;
    font-weight: 500;
  }
  .token_balance {
    font-family: $mono;
    color: $grey;
    height: ms(0) * 1.3;
  .token_symbol, .token_symbol_usd {
    height: ms(0) * 1.3;
    &:before {
      content: ' ';
    }

  .token_buttons {
    padding-left: 0.5rem;
  }