improve UI for pass switch when is disabled

This commit is contained in:
Gabriel Bazán 2017-03-13 15:36:43 -03:00
commit aaa368efd0
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,9 @@
.icon-bitpay {
background-image: url("../img/icon-bitpay.svg");
}
.disabled {
color: $v-light-gray;
}
.item {
color: $v-dark-gray;
border-color: rgba(221, 221, 221, 0.3);