Newer
Older
CrypticOreWallet / src / shared-components / list-view / index.scss
@Drew Lemmy Drew Lemmy on 17 Sep 2020 263 bytes feat: basic table in 'my wallets' view
.list-view {
  .list-view-actions, .list-view-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    .btn, .form-control, .custom-select {
      margin-right: 0.5rem;

      &:last-child {
        margin-right: 0;
      }
    }
  }  
}