2017-01-06 12:11:47 -05:00
|
|
|
#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;
|
2017-02-23 16:46:41 -05:00
|
|
|
color: $v-light-gray;
|
2016-11-11 18:11:52 -05:00
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2016-11-18 10:22:41 -05:00
|
|
|
&.item-icon-right {
|
|
|
|
|
.icon-hotspot {
|
|
|
|
|
right: 0px;
|
2017-01-06 12:11:47 -05:00
|
|
|
padding-left: 50px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.icon-unlink {
|
|
|
|
|
background-image: url("../img/icon-unlink.svg");
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
2016-11-18 10:22:41 -05:00
|
|
|
}
|
2016-11-11 18:11:52 -05:00
|
|
|
}
|
|
|
|
|
}
|