26 lines
499 B
SCSS
26 lines
499 B
SCSS
#bitpayServicesPreferences {
|
|
.item {
|
|
.item-title {
|
|
display: block;
|
|
}
|
|
.item-subtitle {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: $v-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;
|
|
}
|
|
}
|
|
}
|