Newer
Older
CrypticOreWallet / src / shared-components / list-view / ListTable.scss
@Drew Lemmy Drew Lemmy on 17 Sep 2020 107 bytes feat: basic table in 'my wallets' view
@import "~scss/variables";

.list-view table {
  thead {
    border-bottom: 1px solid $border-color;
  }
}