Newer
Older
CrypticOreWallet / src / shared-components / krist-value / index.scss
@Drew Lemmy Drew Lemmy on 8 Aug 2020 425 bytes feat: initial commit
@import "~scss/variables";

.krist-value {
  font-size: 100%;

  .icon-krist {
    /* Hack to make it consistent with Lato */
    position: relative;
    bottom: 0.15em;
    margin: 0 -0.2em 0 -0.2em;
    font-size: 0.7em;
    color: $krist-value-alt-color; 
  }

  .krist-value-amount {
    font-weight: bold;
  }

  .krist-currency-long {
    color: $krist-value-alt-color; 

    &::before {
      content: " ";
    }
  }
}