remove style initializers
This commit is contained in:
parent
1cb0ffc141
commit
911ba7e8bc
2 changed files with 5 additions and 3 deletions
|
|
@ -237,9 +237,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
//$state.transitionTo('tabs.preferences.backupWarning');
|
//$state.transitionTo('tabs.preferences.backupWarning');
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.amountHeight = '180px';
|
|
||||||
$scope.amountScale = 'scale3d(' + 1 + ',' + 1 + ',' + 1+ ')';
|
|
||||||
|
|
||||||
var prevPos;
|
var prevPos;
|
||||||
function getScrollPosition(){
|
function getScrollPosition(){
|
||||||
var pos = $ionicScrollDelegate.getScrollPosition().top;
|
var pos = $ionicScrollDelegate.getScrollPosition().top;
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,11 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__updating {
|
||||||
|
z-index: 999;
|
||||||
|
margin-top: -2.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
&-alternative {
|
&-alternative {
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue