Add paper texture to toolbar and sidenav

This commit is contained in:
Benoit Favreault
2015-06-12 11:42:06 -04:00
committed by Francis Lachapelle
parent e69c47854a
commit 3441a66040
8 changed files with 24 additions and 9 deletions
+6 -1
View File
@@ -33,7 +33,13 @@ $detailView-width: grid-step(8) !global;
// min-width: ($listView-width - ($pitch * 2));
//}
[class|="view"] {
position: relative;
}
.view-list {
z-index: ($z-index-view -1);
min-width: ($listView-width - ($pitch * 2));
@include at(md){
@include flex-col(md, 7, 1, 1);
@@ -48,7 +54,6 @@ $detailView-width: grid-step(8) !global;
}
.view-detail {
position: relative;
z-index: $z-index-view;
background-color: $background-base-color;
@include from(lg) {