Newer
Older
CrypticOreWallet / src / pages / blocks / BlockPage.less
@Drew Lemmy Drew Lemmy on 20 Mar 2021 854 bytes chore: update license information
// Copyright (c) 2020-2021 Drew Lemmy
// This file is part of KristWeb 2 under AGPL-3.0.
// Full details: https://github.com/tmpim/KristWeb2/blob/master/LICENSE.txt
@import (reference) "../../App.less";

.block-page {
  .block-nav-buttons {
    .block-prev.ant-btn, .block-prev .ant-btn {
      margin-right: @margin-sm;
      padding-left: @padding-sm;
    }

    .block-next.ant-btn, .block-next .ant-btn {
      padding-right: @padding-sm;
    }
  }

  .block-info-row {
    max-width: 768px;
    margin-top: -@margin-lg;
    margin-bottom: @margin-lg;

    .kw-statistic {
      margin-top: @margin-lg;
      margin-right: @margin-lg;

      .date-time {
        font-size: @font-size-base * 1.5;
      }

      &.statistic-block-hash .kw-statistic-value, .block-hash {
        font-size: @font-size-base;
        line-height: 1;
      }
    }
  }
}