fix(aside): reveal default left

This commit is contained in:
Max Lynch
2015-07-28 08:41:08 -05:00
parent e017841eac
commit 5ede58ae21

View File

@ -35,6 +35,11 @@ $aside-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0,0,0,0.2) !def
bottom: 0; bottom: 0;
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
&[type=reveal] {
left: 0;
}
&.open, { &.open, {
&[type=reveal], &[type=push] { &[type=reveal], &[type=push] {
left: 0; left: 0;