Adjust z-indexes and box-shadows

This commit is contained in:
iRouge
2015-06-11 15:57:19 -04:00
committed by Francis Lachapelle
parent 174b6f365b
commit e7b7e9cefe
9 changed files with 60 additions and 8 deletions
@@ -1,2 +1,6 @@
/*! toolbar/_extends.scss - */
@import '../../../angular-material/src/components/toolbar/toolbar.scss';
@import '../../../angular-material/src/components/toolbar/toolbar.scss';
[id='messagesList'] {
@extend .md-whiteframe-z2;
}
@@ -1 +1,5 @@
@import 'extends';
@import 'extends';
.md-toolbar {
z-index: 20;
}