Newer
Older
CrypticOreWallet / src / pages / wallets / WalletsPage.less
@Drew Lemmy Drew Lemmy on 17 Feb 2021 201 bytes feat: wallet deletion
@import (reference) "../../App.less";

.wallet-actions .ant-btn {
  &:not(:first-child) {
    margin-left: 1px;
  }

  &:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 40px;
  }
}