Newer
Older
CrypticOreWallet / src / pages / addresses / AddressPage.less
@Drew Lemmy Drew Lemmy on 28 Feb 2021 613 bytes feat: search results nav, keyboard shortcut
// 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";

.address-page {
  .top-address-row {
    display: flex;
    align-items: center;

    margin-bottom: @margin-lg;

    h1.address {
      display: inline-block;
      margin-right: @margin-lg;
      margin-bottom: 0;

      font-size: @font-size-base * 2;
    }

    .ant-btn {
      margin-right: @margin-md;
      &:last-child { margin-right: 0; }
    }
  }

  .address-info-row {
    max-width: 768px;
  }
}