mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Fine-tune presentation of Mailer UI
- Colors - Icons - Dimmensions - Typography
This commit is contained in:
committed by
Francis Lachapelle
parent
16f275af52
commit
cd32bcf961
@@ -7,6 +7,17 @@
|
||||
/// Definitions for button extends
|
||||
///
|
||||
@import 'extends';
|
||||
.sg-active button {
|
||||
color: $primary-color;
|
||||
|
||||
// Buttons for the sidenav folder tree
|
||||
// ------------------------------------
|
||||
sg-folder-tree .md-button {
|
||||
outline: none;
|
||||
color: inherit;
|
||||
font-size: sg-size(button);
|
||||
padding: 0;
|
||||
-webkit-font-smoothing: auto;
|
||||
|
||||
}
|
||||
.sg-active .md-button {
|
||||
color: sg-color($sogoBlue, 800);
|
||||
}
|
||||
Reference in New Issue
Block a user