Merge pull request #5015 from ajp8164/feat/multiple-cards

Implement multiple cards.
This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-14 15:40:01 -03:00 committed by GitHub
commit 09bdcc3ce4
11 changed files with 238 additions and 71 deletions

View file

@ -0,0 +1,15 @@
#bitpayCardPreferences {
.item {
.item-title {
display: block;
}
.item-subtitle {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: $light-gray;
font-size: 14px;
}
}
}

View file

@ -13,6 +13,7 @@
@import "advancedSettings";
@import "bitpayCard";
@import "bitpayCardIntro";
@import "bitpayCardPreferences";
@import "address-book";
@import "wallet-backup-phrase";
@import "zero-state";