Implement multiple cards.
This commit is contained in:
parent
b5abd844c9
commit
40f0901f2e
11 changed files with 237 additions and 70 deletions
15
src/sass/views/bitpayCardPreferences.scss
Normal file
15
src/sass/views/bitpayCardPreferences.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
@import "advancedSettings";
|
||||
@import "bitpayCard";
|
||||
@import "bitpayCardIntro";
|
||||
@import "bitpayCardPreferences";
|
||||
@import "address-book";
|
||||
@import "wallet-backup-phrase";
|
||||
@import "zero-state";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue