Wallet/src/sass/views/bitpayServicesPreferences.scss

26 lines
499 B
SCSS
Raw Normal View History

#bitpayServicesPreferences {
2016-11-11 18:11:52 -05:00
.item {
.item-title {
display: block;
}
.item-subtitle {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: $v-light-gray;
2016-11-11 18:11:52 -05:00
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;
}
2016-11-11 18:11:52 -05:00
}
}