first animation $ wallet selection

This commit is contained in:
bechi 2014-11-04 17:57:23 -03:00
commit 6ec24348f7
2 changed files with 22 additions and 6 deletions

View file

@ -1085,12 +1085,28 @@ button.gray:focus,
text-transform: uppercase;
}
.side-nav.wallets {
background-color: #213140 ;
.side-nav.wallets li {
padding: 1.2rem 0.7rem;
}
.side-nav.wallets {
z-index: 9999;
background-color: #213140 ;
border-bottom: 1px solid #3A4E61;
overflow-y: auto;
height: 160px;
position: absolute;
height: 0%;
width: 100%;
padding: 0;
-webkit-transition: height 250ms ease-in;
-moz-transition: height 250ms ease-in;
-o-transition: height 250ms ease-in;
-ms-transition: height 250ms ease-in;
transition: height 250ms ease-in;
}
.side-nav.wallets.bechi {
height: 100%;
}
.side-nav.wallets.medium {