mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Replace bottom-bar by bottom-sheet
Adjust sidenav layout Unify background colors
This commit is contained in:
committed by
Francis Lachapelle
parent
69d0a3ad57
commit
e756053f8b
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user