remove color note and align slider buttons

This commit is contained in:
Gabriel Bazán 2017-07-14 11:21:03 -03:00
parent 1d1e455beb
commit fd5288c3ea
2 changed files with 4 additions and 5 deletions

View File

@ -100,6 +100,10 @@
.item-button-right > .button {
top: 16px;
}
.toggle-small.item-toggle .toggle,
.item-button-right > .button {
top: 25px;
}
.item-button-right > .button {
font-size: 16px;
}

View File

@ -20,11 +20,6 @@
</a>
<a ng-if="!isWindowsPhoneApp" class="item item-icon-right" ui-sref="tabs.preferences.preferencesColor">
<span translate>Color</span>
<span class="item-note">
<span class="settings-color-block"
ng-class="{'wallet-background-color-default': !wallet.color, 'wallet-color-default': !wallet.color}"
ng-style="{'background-color': wallet.color, 'color': wallet.color}"></span>
</span>
<i class="icon bp-arrow-right"></i>
</a>