page-sell-glidera {
  .selling-label {
    display: flex;
    align-items: center;
    .selling-img {
      margin-right: 2rem;
    }
    span {
      font-size: 1.8rem;
    }
  }
  .amount-label {
    padding-top: 2rem;
    .amount {
      font-size: 3.5rem;
      .unit {
        font-weight: 100;
      }
    }
    .alternative {
      margin-top: 1rem;
      color: color($colors, light);
    }
  }
  .wallets-list {
    .wallet {
      display: flex;
      align-items: center;
      margin-top: 1rem;
      .icon-wallet {
        background-color: color($colors, primary);
        margin-right: 1rem;
      }
    }
  }
}
