Update external hardware preferences view.

This commit is contained in:
Gabrielbazan7 2017-03-21 11:28:43 -04:00 committed by Andy Phillipson
commit 7acd2331f7
3 changed files with 30 additions and 12 deletions

View file

@ -3,6 +3,13 @@
.icon-bitpay {
background-image: url("../img/icon-bitpay.svg");
}
.warning {
color: $v-warning-color;
}
.centered {
width: 100%;
text-align: center;
}
.disabled {
color: $v-light-gray;
}