Skip to content

Commit

Permalink
layout: add transition to hamburger menu slideout
Browse files Browse the repository at this point in the history
  • Loading branch information
pommi committed Jun 22, 2015
1 parent fad32cf commit bb8cdf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layout/style-c.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ label[for="navicon"] {
}

.graphs {
top: 0;
left: 0;
position: relative;
z-index: 1;
background: #fff;
min-height: 100%;
min-width: 100%;
bottom: 100%;
transition: left 0.2s;
}

.navicon:checked ~ .graphs {
Expand Down

0 comments on commit bb8cdf1

Please sign in to comment.