cyb/src/features/sense/ui/components/CoinAmount/CoinAmount.module.scss

.coinAmount {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: var(--green-light);

  img {
    width: 13px !important;
    height: 13px !important;
  }

  &.send {
    span {
      color: #ff5c00;
    }
  }
}

Synonyms

pussy-ts/src/features/sense/ui/components/CoinAmount/CoinAmount.module.scss

Neighbours