(css) Improve menu display in sidenav

pull/186/head
Francis Lachapelle 2015-12-08 14:29:00 -05:00
parent ccdb968e22
commit 623f2720f5
1 changed files with 13 additions and 0 deletions

View File

@ -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;
}
}
}
}