remove style initializers

This commit is contained in:
Marty Alcala 2016-11-14 16:18:26 -05:00
parent 1cb0ffc141
commit 911ba7e8bc
2 changed files with 5 additions and 3 deletions

View File

@ -237,9 +237,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
//$state.transitionTo('tabs.preferences.backupWarning');
};
$scope.amountHeight = '180px';
$scope.amountScale = 'scale3d(' + 1 + ',' + 1 + ',' + 1+ ')';
var prevPos;
function getScrollPosition(){
var pos = $ionicScrollDelegate.getScrollPosition().top;

View File

@ -160,6 +160,11 @@
margin-top: 5px;
}
&__updating {
z-index: 999;
margin-top: -2.1rem;
}
&-alternative {
line-height: 36px;
}