Newer
Older
CrypticOreWallet / src / pages / wallets / info / WalletInfoModal.less
// Copyright (c) 2020-2021 Drew Lemmy
// This file is part of KristWeb 2 under GPL-3.0.
// Full details: https://github.com/tmpim/KristWeb2/blob/master/LICENSE.txt
@import (reference) "../../../App.less";

.wallet-info-modal {
  .ant-modal-body {
    max-height: 500px;
    overflow-y: auto;
  }

  .ant-descriptions {
    margin-bottom: @margin-lg;

    .ant-descriptions-header {
      margin-bottom: @padding-xs;
    }

    &:last-child {
      margin-bottom: 0;
    }
  }
}