Replace bottom-bar by bottom-sheet

Adjust sidenav layout
Unify background colors
This commit is contained in:
Benoit Favreault
2015-03-13 20:35:27 -04:00
committed by Francis Lachapelle
parent 69d0a3ad57
commit e756053f8b
14 changed files with 179 additions and 96 deletions
@@ -10,17 +10,26 @@
// Buttons for the sidenav folder tree
// ------------------------------------
sg-folder-tree .md-button {
sg-folder-tree .md-button,
md-sidenav md-list button.md-button {
outline: none;
color: inherit;
font-size: sg-size(button);
padding: 0;
text-transform: initial;
-webkit-font-smoothing: auto;
}
.sg-folder {
flex: 1;
text-align: left;
}
.sg-active .md-button {
color: sg-color($sogoBlue, 800);
}
.md-button [class ^= md-icon] {
margin-right: 1em;
}
///
/// iconButton
/// according to Material design specs: