Wallet/src/sass/views/bitpayCardPreferences.scss
2016-11-18 10:22:41 -05:00

22 lines
369 B
SCSS

#bitpayCardPreferences {
.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: 11px;
padding-right: 11px;
}
}
}
}