Improved bitpay account pairing and management of paired state and data.
This commit is contained in:
parent
15d12823ab
commit
63bc3d8f63
23 changed files with 691 additions and 208 deletions
26
src/sass/views/bitpayServicesPreferences.scss
Normal file
26
src/sass/views/bitpayServicesPreferences.scss
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
#bitpayServicesPreferences {
|
||||
.item {
|
||||
.item-title {
|
||||
display: block;
|
||||
}
|
||||
.item-subtitle {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
color: $light-gray;
|
||||
font-size: 14px;
|
||||
}
|
||||
&.item-icon-right {
|
||||
.icon-hotspot {
|
||||
right: 0px;
|
||||
padding-left: 50px;
|
||||
}
|
||||
}
|
||||
.icon-unlink {
|
||||
background-image: url("../img/icon-unlink.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue