mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-29 02:07:36 +00:00
Initial component editor in Scheduler module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user