wallet Details buttons
This commit is contained in:
parent
450b80b03f
commit
b1befb1e73
3 changed files with 11 additions and 9 deletions
|
|
@ -365,6 +365,8 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
var t = amountTop;
|
||||
|
||||
$scope.altAmountOpacity = (amountHeight - 100) / 80;
|
||||
|
||||
$scope.buttonsOpacity = (amountHeight - 150)/80;
|
||||
$window.requestAnimationFrame(function() {
|
||||
$scope.amountHeight = amountHeight + 'px';
|
||||
$scope.contentMargin = contentMargin + 'px';
|
||||
|
|
|
|||
|
|
@ -147,13 +147,13 @@
|
|||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
.nav-bar-block, .bar {
|
||||
background-color: inherit !important;
|
||||
}
|
||||
//.nav-bar-block, .bar {
|
||||
//background-color: inherit !important;
|
||||
//}
|
||||
ion-content {
|
||||
|
||||
&.collapsible {
|
||||
margin-top: 230px;
|
||||
margin-top: 210px;
|
||||
}
|
||||
|
||||
padding-top: 0;
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
|
||||
.buttons {
|
||||
margin-bottom: 0;
|
||||
margin-top: 6px;
|
||||
margin-top: 30px;
|
||||
>.col {
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 0;
|
||||
|
|
@ -206,8 +206,8 @@
|
|||
width: 100%;
|
||||
font-size: 19px;
|
||||
font-weight: bolder;
|
||||
min-height: 45px;
|
||||
line-height: 45px;
|
||||
min-height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
width: 100%;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
height: 230px;
|
||||
height: 210px;
|
||||
padding-top: 40px;
|
||||
display: block;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="buttons row">
|
||||
<div class="buttons row" ng-style="{opacity: buttonsOpacity}">
|
||||
<div class="col">
|
||||
<div class="button button-outline button-white-outline" ui-sref="tabs.receive">
|
||||
<span translate>Receive</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue