Adjust Contact view (center card in right container)

This commit is contained in:
iRouge
2015-06-12 11:17:55 -04:00
committed by Francis Lachapelle
parent 90c359779e
commit 90cd79a21b
5 changed files with 7 additions and 6 deletions
@@ -9,9 +9,13 @@
}
// md is overqualifying, we have to do the same to override
md-content[ui-view="card"] {
flex: 0 0 $detailView-width;
background-color: sg-color($sogoPaper, 200);
}
// md is overqualifying, we have to do the same to override
md-card.viewer {
width: $detailView-width;
}
// Contact editor
// ----------------------------------------------------------------------------