Fix display of Admin module on small devices

This commit is contained in:
Francis Lachapelle
2015-10-13 14:30:09 -04:00
parent 8924a2b670
commit 4da53b88b6
6 changed files with 148 additions and 107 deletions
@@ -18,6 +18,7 @@ md-card {
}
.md-icon-button {
transition: $swift-linear;
transition-duration: 0.2s;
transition-delay: 0.2s;
opacity: 1;
&.ng-hide {
@@ -49,7 +50,7 @@ md-card {
&.sg-expanded {
@extend .md-whiteframe-z2;
margin: 0 0 1px 0;
&-remove {
&-remove { // ngAnimate with ngClass
transition-delay: 0.5s;
}
}