Form and aside flex

This commit is contained in:
Max Lynch
2015-06-01 21:30:36 -05:00
parent b7747d1620
commit ef19fabc5a
4 changed files with 37 additions and 9 deletions

View File

@@ -10,6 +10,9 @@ $aside-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0,0,0,0.2) !def
background: $aside-background;
display: flex;
flex-direction: column;
&[type=overlay] {
z-index: $z-index-aside-overlay;