first animation $ wallet selection
This commit is contained in:
parent
fe92486d67
commit
6ec24348f7
2 changed files with 22 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue