Fine-tune presentation of Mailer UI

- Colors
- Icons
- Dimmensions
- Typography
This commit is contained in:
iRouge
2015-06-11 15:57:22 -04:00
committed by Francis Lachapelle
parent 16f275af52
commit cd32bcf961
16 changed files with 446 additions and 198 deletions
@@ -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);
}