mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 07:35:39 +00:00
Fix (tried to) regressions introduced by angular-material update
This commit is contained in:
committed by
Francis Lachapelle
parent
1477bd6eae
commit
eaeae77be4
@@ -14,7 +14,8 @@ $toolbar-padding: $mg;
|
||||
md-toolbar {
|
||||
padding: $toolbar-padding 0;
|
||||
z-index: $z-index-toolbar;
|
||||
font-size: initial;
|
||||
// dirty fix to override angular-material botchy typography
|
||||
font-size: 1em !important;
|
||||
background-image: url("../img/felt-transp.png");
|
||||
background-blend-mode: luminosity;
|
||||
box-shadow: $whiteframe-shadow-z1;
|
||||
@@ -22,6 +23,8 @@ md-toolbar {
|
||||
|
||||
.md-toolbar-tools {
|
||||
padding: 0 initial;
|
||||
// dirty fix to override angular-material botchy typography
|
||||
font-size: 1em !important;
|
||||
}
|
||||
|
||||
// angular-material is overspecifying so we are
|
||||
|
||||
Reference in New Issue
Block a user