Changed wallet details transition behaviour

This commit is contained in:
Sebastiaan Pasma 2018-09-04 16:36:05 +02:00
commit 793bfee6a2
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
3 changed files with 34 additions and 23 deletions

View file

@ -159,6 +159,7 @@
padding-top: 0;
top: 0;
transition: margin-top 0.5s ease-in-out;
margin-bottom: 16px;
.scroll {
@ -199,7 +200,8 @@
width: 100%;
position: absolute;
bottom: 20px;
transition-delay: 0.25s;
transition: opacity 0.4s ease-in-out;
>.col {
padding: 5px 10px;
margin-bottom: 0;
@ -219,14 +221,15 @@
}
}
.amount {
width: 100%;
text-align: center;
color: #fff;
height: 230px;
padding-top: 40px;
display: block;
align-items: center;
color: #fff;
display: block;
height: 230px;
justify-content: center;
padding-top: 40px;
text-align: center;
transition: height 0.5s ease-in-out;
width: 100%;
&__balance {
-webkit-transform: scale3d(1, 1, 1) translateY(45px);