Newer
Older
CrypticOreWallet / src / components / NameARecordLink.less
@Drew Lemmy Drew Lemmy on 3 Mar 2021 436 bytes feat: transaction page
// 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";

.name-a-record-link {
  background: @kw-darker;
  border-radius: @border-radius-base;

  display: inline-block;
  margin-top: @padding-xs;
  padding: 0.25rem @padding-xs;

  font-size: @font-size-base * 0.9;
  font-family: monospace;
}