Newer
Older
CrypticOreWallet / src / layouts / main / components / sidebar / TotalBalance.scss
@Drew Lemmy Drew Lemmy on 8 Aug 2020 307 bytes feat: initial commit
@import "~scss/variables";

#nav-total-balance {
  background-color: $gray-200;

  padding: 0.5rem 1rem;

  border-bottom: 1px solid $border-color;

  h5 {
    margin-bottom: 0;

    font-size: $font-size-sm;
    font-weight: bolder;

    color: $text-muted;
  }

  .krist-value {
    font-size: 120%;
  }
}