Initial component editor in Scheduler module

This commit is contained in:
Francis Lachapelle
2015-06-12 11:47:49 -04:00
parent feee156c0a
commit c957b4b45f
12 changed files with 391 additions and 36 deletions
@@ -21,19 +21,14 @@ md-sidenav {
}
}
.md-sidenav-right {
width: $sidenav-right-width;
max-width: $sidenav-right-width;
}
// MAIN SIDENAV, actually to the left
// ----------------------------------------------------------------------------
.md-sidenav-left {
& md-content,
& md-toolbar {
background-color: inherit;
//background-image: url("../img/cardboard-transp.png");
//background-blend-mode: multiply;
background-image: url("../img/cardboard-transp.png");
background-blend-mode: multiply;
}
}
@@ -41,6 +36,16 @@ md-sidenav {
box-shadow: none;
}
.md-sidenav-right {
width: $sidenav-right-width;
max-width: $sidenav-right-width;
& md-content,
& md-toolbar {
background-color: inherit;
background-image: none;
}
}
// MAILER Folder tree (in the left sidenav
// ---------------------------------------
$i: 1;