sogo/UI/WebServerResources/scss/views/ContactsUI.scss
Benoit Favreault 660af9abfd Amend previous:
Add a view-detail class (for more generic use)
Fix the regression (scroll) problem on contact editor
2015-06-12 11:35:52 -04:00

24 lines
623 B
SCSS

/*! ContactUI.scss */
[id ="contactsList"] {
flex: 0 1 $listView-width;
min-width: ($listView-width - ($pitch * 2));
}
[id = "contactsList"] .sg-md-subheader {
transform: translateY(-100%); // Compensate the container top-margin
}
// md is overqualifying, we have to do the same to override
md-content[ui-view="card"] {
margin: 0 auto;
background-color: sg-color($sogoPaper, 200);
}
// md is overqualifying, we have to do the same to override
md-card.viewer {
min-width: ($detailView-width - ($pitch * 2));
}
// Contact editor
// ----------------------------------------------------------------------------