2016-11-11 18:11:52 -05:00
|
|
|
#bitpayCardPreferences {
|
|
|
|
|
.item {
|
|
|
|
|
.item-title {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.item-subtitle {
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
color: $light-gray;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2016-11-18 10:22:41 -05:00
|
|
|
&.item-icon-right {
|
|
|
|
|
.icon-hotspot {
|
|
|
|
|
right: 0px;
|
|
|
|
|
padding-left: 11px;
|
|
|
|
|
padding-right: 11px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-11 18:11:52 -05:00
|
|
|
}
|
|
|
|
|
}
|