From 6ec24348f7ae94e2ee7217befabcd5c2ef850afc Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 4 Nov 2014 17:57:23 -0300 Subject: [PATCH 1/3] first animation $ wallet selection --- css/src/main.css | 22 +++++++++++++++++++--- views/includes/sidebar.html | 8 ++++---- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index e2dc11367..7bd62c22a 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -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 { diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index e10055c28..09f625974 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -42,15 +42,15 @@ -
-