sogo/UI/WebServerResources/scss/views/ContactsUI.scss
2015-06-12 11:47:46 -04:00

20 lines
529 B
SCSS

/// ContactsUI.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 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 {
}
// Contact editor
// ----------------------------------------------------------------------------