mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 20:15:26 +00:00
e14414ed56
- 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.
11 lines
252 B
SCSS
11 lines
252 B
SCSS
/// menu.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
|
|
@import 'extends';
|
|
|
|
md-card {
|
|
md-card-actions:not(.layout-column) {
|
|
.md-menu {
|
|
padding: 0; // don't add padding so all icon buttons are of the same height
|
|
}
|
|
}
|
|
}
|