Various Web interface changes

- more contrasted primary palette;
- white toolbars for list and detail views;
- modules navigation always visible;
- wrapped detail views into a md-card;
- moved preferences button to the sidenav;
- moved the sidenav toggle button to the top toolbar;
- new "flip" visual effect when looking at the raw source of cards and
  messages.
This commit is contained in:
Francis Lachapelle
2015-12-04 15:15:44 -05:00
parent efba979f3d
commit e14414ed56
36 changed files with 755 additions and 692 deletions
@@ -20,6 +20,15 @@
width: 100%;
}
// Remove left margin when in first menu button of dialogs
.md-toolbar-tools {
md-menu:first-child {
.md-icon-button:first-child {
margin-left: 0
}
}
}
///
/// sg-icon-button
/// according to Material design specs:
@@ -50,13 +59,12 @@ $button-fab-height: 56px;
a.md-button.sg-icon-button,
.md-button.sg-icon-button,
md-list md-list-item button.md-button.sg-icon-button {
z-index: 1;
//line-height: inherit;
border-radius: 50%;
min-width: $iconButton-size;
@extend .md-button.md-icon-button;
transition: $iconButton-transition;
.md-ripple-container {
border-radius: 50%;
&:hover:not([disabled]),
&:active {
background-color: transparent;
transform: scale($iconButton-hover-scale);
}
}