(css) Improve menu display in sidenav

This commit is contained in:
Francis Lachapelle
2015-12-08 14:29:00 -05:00
parent ccdb968e22
commit 623f2720f5
@@ -8,3 +8,16 @@ md-card {
}
}
}
md-sidenav {
md-list {
.md-menu {
padding: 0; // don't add padding so all icon buttons are of the same height
opacity: 1;
transition: $swift-ease-in;
&.ng-hide {
opacity: 0;
}
}
}
}